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 theAdaptedConnectioninstances of thisAdaptedConnectableand all itsAdaptedConnectableinstances. -
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 classAdaptedConnectionFactory.AdaptedConnectionImpl<R extends Model,O,S extends Model,C extends ConnectionModel,E extends java.lang.Enum<E>>AdaptedConnectionimplementation.classProxyAdaptedConnection<R extends Model,O>ProxyAdaptedConnectionto 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 voidAbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. loadDescendantConnections(java.util.List<AdaptedConnection<?>> connections)Loads the descendantAdaptedConnectioninstances.protected voidAdaptedAreaFactory.AdaptedAreaImpl. loadDescendantConnections(java.util.List<AdaptedConnection<?>> connections)protected voidAdaptedChildFactory.AdaptedChildImpl. loadDescendantConnections(java.util.List<AdaptedConnection<?>> connections)
-