public interface OperationContext
Operation
.Modifier and Type | Method and Description |
---|---|
void |
execute(OfficeFloorCommand command)
Executes the
OfficeFloorCommand . |
org.eclipse.gef.EditPart[] |
getEditParts()
Obtains the
EditPart instances for the Operation . |
org.eclipse.draw2d.geometry.Point |
getLocation()
Obtains the location for the
Operation . |
org.eclipse.gef.EditPart[] getEditParts()
EditPart
instances for the Operation
.EditPart
instances.org.eclipse.draw2d.geometry.Point getLocation()
Operation
.Operation
.void execute(OfficeFloorCommand command)
OfficeFloorCommand
.command
- OfficeFloorCommand
.Copyright © 2005–2016. All rights reserved.