roneditor.ronview.commands
Class SelectTokenCommand
java.lang.Object
org.eclipse.gef.commands.Command
roneditor.ronview.commands.SelectTokenCommand
public class SelectTokenCommand
- extends org.eclipse.gef.commands.Command
command zum selektieren von einem Token
.
Methods inherited from class org.eclipse.gef.commands.Command |
canUndo, chain, dispose, getDebugLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token
private ronmodel.Token token
Command_Label_Select_Token
private static final java.lang.String Command_Label_Select_Token
- See Also:
- Constant Field Values
SelectTokenCommand
public SelectTokenCommand(ronmodel.Token token)
execute
public void execute()
- Token wird als selektiert markiert
- Overrides:
execute
in class org.eclipse.gef.commands.Command
- See Also:
Command.execute()
getLabel
public java.lang.String getLabel()
- Overrides:
getLabel
in class org.eclipse.gef.commands.Command
redo
public void redo()
- Overrides:
redo
in class org.eclipse.gef.commands.Command
- See Also:
Command.redo()
undo
public void undo()
- Overrides:
undo
in class org.eclipse.gef.commands.Command
- See Also:
Command.undo()
canExecute
public boolean canExecute()
- Overrides:
canExecute
in class org.eclipse.gef.commands.Command
- See Also:
Command.canExecute()