Uses of Interface
net.officefloor.gef.editor.OverlayVisualFactory
-
Packages that use OverlayVisualFactory Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of OverlayVisualFactory in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type OverlayVisualFactory Modifier and Type Method Description voidAdaptedRootBuilder. overlay(double x, double y, OverlayVisualFactory overlayVisualFactory)Allows adding an overlay.voidModelActionContext. overlay(OverlayVisualFactory overlayVisualFactory)Shows an overlay at the position of the action. -
Uses of OverlayVisualFactory in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models with parameters of type OverlayVisualFactory Modifier and Type Method Description voidAbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. overlay(OverlayVisualFactory overlayVisualFactory)voidAdaptedConnectionFactory.AdaptedConnectionImpl. overlay(OverlayVisualFactory overlayVisualFactory) -
Uses of OverlayVisualFactory in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts with parameters of type OverlayVisualFactory Modifier and Type Method Description voidOfficeFloorContentPartFactory. overlay(double x, double y, OverlayVisualFactory overlayVisualFactory)Constructors in net.officefloor.gef.editor.internal.parts with parameters of type OverlayVisualFactory Constructor Description AdaptedOverlayHandlePart(org.eclipse.gef.geometry.planar.Point location, OverlayVisualFactory visualFactory)Instantiate.
-