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 voidAdaptedConnectionManagementBuilder.ConnectionFactory. addConnection(S source, T target, ModelActionContext<R,O,C> context)Adds aConnectionModel.voidModelAction. execute(ModelActionContext<R,O,M> context)Executes the action.voidAdaptedConnectionManagementBuilder.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 classAbstractAdaptedConnectableFactory.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>>AdaptedChildimplementation.static classAdaptedAreaFactory.AdaptedAreaImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>AdaptedAreaimplementation.protected static classAdaptedChildFactory.AdaptedChildImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>AdaptedChildimplementation.static classAdaptedConnectionFactory.AdaptedConnectionImpl<R extends Model,O,S extends Model,C extends ConnectionModel,E extends java.lang.Enum<E>>AdaptedConnectionimplementation.static classAdaptedParentFactory.AdaptedParentImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>AdaptedParentimplementation.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.
-