|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.gef.commands.Command
net.officefloor.eclipse.common.commands.OfficeFloorCommand
public abstract class OfficeFloorCommand
Office Floor Command.
| Constructor Summary | |
|---|---|
OfficeFloorCommand()
Default constructor to default details from class type. |
|
OfficeFloorCommand(String label)
Initiate. |
|
| Method Summary | |
|---|---|
protected abstract void |
doCommand()
Provides implementation of executing the Command. |
void |
execute()
|
void |
undo()
|
protected abstract void |
undoCommand()
Provides implementation of undoing the Command. |
| Methods inherited from class org.eclipse.gef.commands.Command |
|---|
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, redo, setDebugLabel, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfficeFloorCommand()
public OfficeFloorCommand(String label)
label - Label for the command.| Method Detail |
|---|
public final void execute()
execute in class org.eclipse.gef.commands.Commandprotected abstract void doCommand()
Command.
public final void undo()
undo in class org.eclipse.gef.commands.Commandprotected abstract void undoCommand()
Command.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||