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 interface
AdaptedArea<M extends Model>
Adapted area.interface
AdaptedChild<M extends Model>
AdaptedModel
.interface
AdaptedParent<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 theConnectionModel
within theModel
structure.<T extends Model>
AdaptedPotentialConnectionAdaptedConnectable. getPotentialConnection(AdaptedConnectable<T> target)
Obtains theAdaptedPotentialConnection
to 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 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.Classes in net.officefloor.gef.editor.internal.models that implement AdaptedConnectable 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
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 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)
void
ActiveConnectionSourceModel. 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 class
AbstractAdaptedConnectablePart<M extends Model,A extends AdaptedConnectable<M>>
IContentPart
for theAdaptedConnectable
.
-