|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
roneditor.ruleview.commands.CopyRHS2NACCommand
public class CopyRHS2NACCommand
command für Kopieren eines RHS
in ein NAC
Field Summary | |
---|---|
private static java.lang.String |
copyCommand_Label
|
protected ronmodel.NAC |
nac
|
protected ronmodel.RHS |
rhs
|
Constructor Summary | |
---|---|
CopyRHS2NACCommand()
Constructor. |
Method Summary | |
---|---|
boolean |
canExecute()
True if the command can be executed, false otherwise. |
void |
execute()
Entry point for the command execution. |
java.lang.String |
getLabel()
Returns the command label. |
void |
redo()
Redo command execution. |
void |
setNac(ronmodel.NAC nac)
|
void |
setRhs(ronmodel.RHS rhs)
|
void |
undo()
Undo command execution. |
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 |
Field Detail |
---|
private static final java.lang.String copyCommand_Label
protected ronmodel.RHS rhs
protected ronmodel.NAC nac
Constructor Detail |
---|
public CopyRHS2NACCommand()
Method Detail |
---|
public boolean canExecute()
canExecute
in class org.eclipse.gef.commands.Command
public void execute()
LHS
wird in einem Codomain
Kopiert
execute
in class org.eclipse.gef.commands.Command
public java.lang.String getLabel()
getLabel
in class org.eclipse.gef.commands.Command
public void redo()
redo
in class org.eclipse.gef.commands.Command
public void undo()
undo
in class org.eclipse.gef.commands.Command
public void setNac(ronmodel.NAC nac)
public void setRhs(ronmodel.RHS rhs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |