Uses of Interface
net.officefloor.gef.editor.AdaptedConnection
-
Packages that use AdaptedConnection Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models -
-
Uses of AdaptedConnection in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor that return types with arguments of type AdaptedConnection Modifier and Type Method Description java.util.List<AdaptedConnection<?>>
AdaptedConnectable. getConnections()
Obtains theAdaptedConnection
instances of thisAdaptedConnectable
and all itsAdaptedConnectable
instances. -
Uses of AdaptedConnection in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models that implement AdaptedConnection Modifier and Type Class Description static class
AdaptedConnectionFactory.AdaptedConnectionImpl<R extends Model,O,S extends Model,C extends ConnectionModel,E extends java.lang.Enum<E>>
AdaptedConnection
implementation.class
ProxyAdaptedConnection<R extends Model,O>
ProxyAdaptedConnection
to enable creating connections.Methods in net.officefloor.gef.editor.internal.models that return types with arguments of type AdaptedConnection Modifier and Type Method Description java.util.List<AdaptedConnection<?>>
AbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. getConnections()
Method parameters in net.officefloor.gef.editor.internal.models with type arguments of type AdaptedConnection Modifier and Type Method Description protected abstract void
AbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. loadDescendantConnections(java.util.List<AdaptedConnection<?>> connections)
Loads the descendantAdaptedConnection
instances.protected void
AdaptedAreaFactory.AdaptedAreaImpl. loadDescendantConnections(java.util.List<AdaptedConnection<?>> connections)
protected void
AdaptedChildFactory.AdaptedChildImpl. loadDescendantConnections(java.util.List<AdaptedConnection<?>> connections)
-