Uses of Interface
net.officefloor.gef.editor.ModelActionContext
-
Packages that use ModelActionContext Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models -
-
Uses of ModelActionContext in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type ModelActionContext Modifier and Type Method Description void
AdaptedConnectionManagementBuilder.ConnectionFactory. addConnection(S source, T target, ModelActionContext<R,O,C> context)
Adds aConnectionModel
.void
ModelAction. execute(ModelActionContext<R,O,M> context)
Executes the action.void
AdaptedConnectionManagementBuilder.ConnectionRemover. removeConnection(ModelActionContext<R,O,C> context)
Removes theConnectionModel
. -
Uses of ModelActionContext in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models that implement ModelActionContext Modifier and Type Class Description protected static class
AbstractAdaptedConnectableFactory.AbstractAdaptedConnectable<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedConnectable<M>,F extends AbstractAdaptedConnectableFactory<R,O,M,E,A>>
AdaptedChild
implementation.static class
AdaptedAreaFactory.AdaptedAreaImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>
AdaptedArea
implementation.protected static class
AdaptedChildFactory.AdaptedChildImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>
AdaptedChild
implementation.static class
AdaptedConnectionFactory.AdaptedConnectionImpl<R extends Model,O,S extends Model,C extends ConnectionModel,E extends java.lang.Enum<E>>
AdaptedConnection
implementation.static class
AdaptedParentFactory.AdaptedParentImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>
AdaptedParent
implementation.Methods in net.officefloor.gef.editor.internal.models with parameters of type ModelActionContext Modifier and Type Method Description AdaptedActions<R,O,M>
AdaptedActionsFactory. createAdaptedActions(ModelActionContext<R,O,M> actionContext)
Creates theAdaptedActions
.Constructors in net.officefloor.gef.editor.internal.models with parameters of type ModelActionContext Constructor Description AdaptedAction(ModelAction<R,O,M> action, ModelActionContext<R,O,M> actionContext, AdaptedActionVisualFactory visualFactory, AdaptedErrorHandler errorHandler)
Instantiate.
-