public interface Operation
EditPart
instances to create resulting
OfficeFloorCommand
to make changes.Modifier and Type | Method and Description |
---|---|
String |
getActionText()
Obtains the text to use for the
IAction . |
boolean |
isApplicable(org.eclipse.gef.EditPart[] editParts)
Indicates if this
Operation is applicable for the input
EditPart instances. |
void |
perform(OperationContext context)
Performs this
Operation . |
String getActionText()
IAction
.IAction
.boolean isApplicable(org.eclipse.gef.EditPart[] editParts)
Operation
is applicable for the input
EditPart
instances.editParts
- EditPart
instances.true
if this Operation
is applicable for the
input EditPart
instances.void perform(OperationContext context)
Operation
.context
- OperationContext
.Copyright © 2005–2016. All rights reserved.