Uses of Class
org.netbeans.api.visual.widget.ConnectionWidget
Packages that use ConnectionWidget
Package
Description
This package contains
ActionFactory
class which is factory of all built-in widget-actions provided by the library.
This package contains
Anchor
interface which is used by ConnectionWidget
for defining its source and target point.
This package contains
Router
interface which defines a router for ConnectionWidget
.
This package contains a VMD visualization style.
This package contains
Widget
class.-
Uses of ConnectionWidget in org.netbeans.api.visual.action
Methods in org.netbeans.api.visual.action that return ConnectionWidgetModifier and TypeMethodDescriptionConnectDecorator.createConnectionWidget
(Scene scene) Creates a connection widget that is temporarily used for visualization of a connection while user is dragging (creating) it.AlignWithMoveDecorator.createLineWidget
(Scene scene) Creates a connection widget that will be used as a alignment lines for align-with effect.Methods in org.netbeans.api.visual.action with parameters of type ConnectionWidgetModifier and TypeMethodDescriptionReconnectProvider.isReplacementWidget
(ConnectionWidget connectionWidget, Widget replacementWidget, boolean reconnectingSource) Called to check for possible replacement of a connection source/target.boolean
ReconnectProvider.isSourceReconnectable
(ConnectionWidget connectionWidget) Called for checking whether it is possible to reconnection a source of a specified connection widget.boolean
ReconnectProvider.isTargetReconnectable
(ConnectionWidget connectionWidget) Called for checking whether it is possible to reconnection a target of a specified connection widget.MoveControlPointProvider.locationSuggested
(ConnectionWidget connectionWidget, int index, Point suggestedLocation) Called to resolve control points of a connection widget for specified suggested change of a location of a control point specified by its index.void
ReconnectProvider.reconnect
(ConnectionWidget connectionWidget, Widget replacementWidget, boolean reconnectingSource) Called for replacing a source/target with a new one.void
ReconnectProvider.reconnectingFinished
(ConnectionWidget connectionWidget, boolean reconnectingSource) Called to notify about the finish of reconnecting.void
ReconnectProvider.reconnectingStarted
(ConnectionWidget connectionWidget, boolean reconnectingSource) Called to notify about the start of reconnecting. -
Uses of ConnectionWidget in org.netbeans.api.visual.anchor
Methods in org.netbeans.api.visual.anchor that return ConnectionWidgetModifier and TypeMethodDescriptionAnchor.Entry.getAttachedConnectionWidget()
Returns a connection widget where the entry is attached to.Methods in org.netbeans.api.visual.anchor with parameters of type ConnectionWidgetModifier and TypeMethodDescriptionstatic AnchorShape
AnchorShapeFactory.createAdjustableAnchorShape
(AnchorShape shape, ConnectionWidget owner, AnchorShapeFactory.ConnectionEnd referencingEnd, Widget attachedWidget) Creates a proxy AnchorShape that is used to adjust the location of an AnchorShape.static AnchorShapeLocationResolver
AnchorShapeFactory.createWidgetResolver
(ConnectionWidget owner, AnchorShapeFactory.ConnectionEnd referencingEnd, Widget attachedWidget) Creates a AnchorShapeLocationResolver that uses a widget to resolve the AnchorsShapes location. -
Uses of ConnectionWidget in org.netbeans.api.visual.router
Methods in org.netbeans.api.visual.router with parameters of type ConnectionWidgetModifier and TypeMethodDescriptionvoid
ConnectionWidgetCollisionsCollector.collectCollisions
(ConnectionWidget connectionWidget, List<Rectangle> verticalCollisions, List<Rectangle> horizontalCollisions) Gathers collision collections and fills up the lists of vertical and horizontal collisions.Router.routeConnection
(ConnectionWidget widget) Routes a path for a connection widget. -
Uses of ConnectionWidget in org.netbeans.api.visual.vmd
Subclasses of ConnectionWidget in org.netbeans.api.visual.vmdModifier and TypeClassDescriptionclass
This class represents a connection widget in the VMD visualization style. -
Uses of ConnectionWidget in org.netbeans.api.visual.widget
Subclasses of ConnectionWidget in org.netbeans.api.visual.widgetModifier and TypeClassDescriptionclass
This class is an extension of the ConnectionWidget.