|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.desktop.dnd.MoveAction
public abstract class MoveAction
describes a move action
Field Summary | |
---|---|
(package private) boolean |
moveAllowed
true, if move is allowed |
Constructor Summary | |
---|---|
MoveAction(boolean moveAllowed)
default constructor |
Method Summary | |
---|---|
int |
countItems()
maximum number of items available |
boolean |
isAllowed()
moveAllowed |
abstract void |
perform(java.lang.Object item,
int count)
execute the move action |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean moveAllowed
Constructor Detail |
---|
public MoveAction(boolean moveAllowed)
moveAllowed
- moveAllowed
Method Detail |
---|
public boolean isAllowed()
moveAllowed
public abstract void perform(java.lang.Object item, int count)
item
- count
- number of itemspublic int countItems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |