|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
org.eclipse.gef.commands.UnexecutableCommand
A Command which can never be executed
Field Summary | |
static UnexecutableCommand |
INSTANCE
The singleton instance |
Method Summary | |
boolean |
canExecute()
|
boolean |
canUndo()
|
Methods inherited from class org.eclipse.gef.commands.Command |
chain, dispose, execute, getDebugLabel, getLabel, redo, setDebugLabel, setLabel, undo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final UnexecutableCommand INSTANCE
Method Detail |
public boolean canExecute()
canExecute
in class Command
false
public boolean canUndo()
canUndo
in class Command
false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |