|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operation
Operation done on EditPart instances to create resulting
OfficeFloorCommand to make changes.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||