public abstract class OfficeFloorCommand
extends org.eclipse.gef.commands.Command
Command
.Constructor and Description |
---|
OfficeFloorCommand()
Default constructor to default details from class type.
|
OfficeFloorCommand(String label)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doCommand()
Provides implementation of executing the
Command . |
void |
execute() |
void |
undo() |
protected abstract void |
undoCommand()
Provides implementation of undoing the
Command . |
public OfficeFloorCommand()
public OfficeFloorCommand(String label)
label
- Label for the command.public final void execute()
execute
in class org.eclipse.gef.commands.Command
protected abstract void doCommand()
Command
.public final void undo()
undo
in class org.eclipse.gef.commands.Command
protected abstract void undoCommand()
Command
.Copyright © 2005–2016. All rights reserved.