|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A common interface that the action, and types, edit panes for user actions implement.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
boolean |
areChangesPending()
Return true if changes are pending in the edit pane |
boolean |
canCopy(Object selectedObject)
Decide if we can do the copy or not. |
boolean |
canDelete(Object selectedObject)
Decide if we can do the delete or not. |
boolean |
canMoveDown(Object selectedObject)
Decide if we can do the move down or not. |
boolean |
canMoveUp(Object selectedObject)
Decide if we can do the move up or not. |
ISystemMessageLine |
getMessageLine()
Return the message line |
void |
processApply()
Process the apply button |
void |
processRevert()
Process the revert button |
Field Detail |
public static final String copyright
Method Detail |
public boolean canDelete(Object selectedObject)
public boolean canMoveUp(Object selectedObject)
public boolean canMoveDown(Object selectedObject)
public boolean canCopy(Object selectedObject)
public ISystemMessageLine getMessageLine()
public boolean areChangesPending()
public void processApply()
public void processRevert()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |