Uses of Interface
net.officefloor.gef.editor.AdaptedConnectable
-
Packages that use AdaptedConnectable Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of AdaptedConnectable in net.officefloor.gef.editor
Subinterfaces of AdaptedConnectable in net.officefloor.gef.editor Modifier and Type Interface Description interfaceAdaptedArea<M extends Model>Adapted area.interfaceAdaptedChild<M extends Model>AdaptedModel.interfaceAdaptedParent<M extends Model>Builder for theAdaptedParent.Methods in net.officefloor.gef.editor that return AdaptedConnectable Modifier and Type Method Description AdaptedConnectable<M>AdaptedConnector. getParentAdaptedConnectable()Obtains the parentAdaptedConnectable.AdaptedConnectable<?>AdaptedConnection. getSource()Obtains the sourceAdaptedConnectable.AdaptedConnectable<?>AdaptedConnection. getTarget()Obtains the targetAdaptedConnectable.Methods in net.officefloor.gef.editor with parameters of type AdaptedConnectable Modifier and Type Method Description <T extends Model>
voidAdaptedConnectable. createConnection(AdaptedConnectable<T> target, AdaptedConnectorRole sourceRole)Creates theConnectionModelwithin theModelstructure.<T extends Model>
AdaptedPotentialConnectionAdaptedConnectable. getPotentialConnection(AdaptedConnectable<T> target)Obtains theAdaptedPotentialConnectionto the target. -
Uses of AdaptedConnectable in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models with type parameters of type AdaptedConnectable 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.Classes in net.officefloor.gef.editor.internal.models that implement AdaptedConnectable 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 classAdaptedParentFactory.AdaptedParentImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>AdaptedParentimplementation.Methods in net.officefloor.gef.editor.internal.models that return AdaptedConnectable Modifier and Type Method Description AdaptedConnectable<M>AdaptedAreaFactory.AdaptedAreaImpl. getParentAdaptedConnectable()AdaptedConnectable<M>AdaptedConnectorImpl. getParentAdaptedConnectable()AdaptedConnectable<?>ActiveConnectionSourceModel.ActiveConnectionSource. getSource()Obtains the sourceAdaptedConnectable.AdaptedConnectable<?>AdaptedConnectionFactory.AdaptedConnectionImpl. getSource()AdaptedConnectable<?>AdaptedConnectionFactory.AdaptedConnectionImpl. getTarget()Methods in net.officefloor.gef.editor.internal.models with parameters of type AdaptedConnectable Modifier and Type Method Description <T extends Model>
voidAbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. createConnection(AdaptedConnectable<T> target, AdaptedConnectorRole sourceRole)<T extends Model>
AdaptedPotentialConnectionAbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. getPotentialConnection(AdaptedConnectable<T> target)voidActiveConnectionSourceModel. setActiveSource(AdaptedConnectable<?> activeAdaptedConnectable, AdaptedConnectorRole role)Instantiate.Constructors in net.officefloor.gef.editor.internal.models with parameters of type AdaptedConnectable Constructor Description AdaptedConnectorImpl(AdaptedConnectable<M> parentAdaptedConnectable, java.lang.Class<? extends ConnectionModel> connectionClass, AdaptedConnectorRole role, ModelToConnection<R,O,M,?,? extends ConnectionModel> modelToConnection)Instantiate. -
Uses of AdaptedConnectable in net.officefloor.gef.editor.internal.parts
Classes in net.officefloor.gef.editor.internal.parts with type parameters of type AdaptedConnectable Modifier and Type Class Description classAbstractAdaptedConnectablePart<M extends Model,A extends AdaptedConnectable<M>>IContentPartfor theAdaptedConnectable.
-