Package net.officefloor.gef.ide.editor
Interface AbstractConfigurableItem.ConfigurableModelContext<O,M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Change<M> change)Executes theChange.MgetModel()Obtains theModel.OgetOperations()Obtains the operations.
-
-
-
Method Detail
-
getOperations
O getOperations()
Obtains the operations.- Returns:
- Operations.
-
-