Uses of Class
net.officefloor.gef.editor.internal.models.AdaptedAction
-
Packages that use AdaptedAction Package Description net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of AdaptedAction in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models that return types with arguments of type AdaptedAction Modifier and Type Method Description java.util.List<AdaptedAction<R,O,M>>
AdaptedActions. getAdaptedActions()
Obtains theAdaptedAction
instances.Constructor parameters in net.officefloor.gef.editor.internal.models with type arguments of type AdaptedAction Constructor Description AdaptedActions(java.util.List<AdaptedAction<R,O,M>> actions)
Instantiate. -
Uses of AdaptedAction in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts with parameters of type AdaptedAction Modifier and Type Method Description void
AdaptedActionHandlePart. setAdaptedAction(AdaptedAction<R,O,M> adaptedAction)
Instantiate.
-