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