- reconnect(ConnectionWidget, Widget, boolean) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
-
Called for replacing a source/target with a new one.
- ReconnectDecorator - Interface in org.netbeans.api.visual.action
-
This interface decorates a reconnect action.
- reconnectingFinished(ConnectionWidget, boolean) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
-
Called to notify about the finish of reconnecting.
- reconnectingStarted(ConnectionWidget, boolean) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
-
Called to notify about the start of reconnecting.
- ReconnectProvider - Interface in org.netbeans.api.visual.action
-
This interface controls a reconnect action.
- RectangularSelectDecorator - Interface in org.netbeans.api.visual.action
-
This interface decorates a rectangular select action.
- RectangularSelectProvider - Interface in org.netbeans.api.visual.action
-
This interface controls a rectangular select action.
- rejectDrag() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetDropTargetDragEvent
-
- rejectDrop() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetDropTargetDropEvent
-
- REJECTED - Static variable in class org.netbeans.api.visual.action.WidgetAction.State
-
The state that means: The event is not processed by the action and has to be processed by other actions too.
- removeAction(WidgetAction) - Method in class org.netbeans.api.visual.action.WidgetAction.Chain
-
Removes an action.
- removeAction(int) - Method in class org.netbeans.api.visual.action.WidgetAction.Chain
-
Removes an action at specified index.
- removeAnimatorListener(AnimatorListener) - Method in class org.netbeans.api.visual.animator.Animator
-
Removes an animator listener from the animator.
- removeChild(Widget) - Method in class org.netbeans.api.visual.widget.Widget
-
Removes a child widget.
- removeChildren() - Method in class org.netbeans.api.visual.widget.Widget
-
Removes all children widgets.
- removeChildren(List<Widget>) - Method in class org.netbeans.api.visual.widget.Widget
-
Removes all children widget that are in a specified list.
- removeConstraint(Widget) - Method in class org.netbeans.api.visual.widget.ConnectionWidget
-
Removes a constraint for a child widget.
- removeDependency(Widget.Dependency) - Method in class org.netbeans.api.visual.widget.Widget
-
Removes a dependency listener.
- removeEdge(E) - Method in class org.netbeans.api.visual.graph.GraphPinScene
-
Removes an edge and detaches it from its source and target pins.
- removeEdge(E) - Method in class org.netbeans.api.visual.graph.GraphScene
-
Removes an edge and detaches it from its source and target nodes.
- removeEntries(List<Anchor.Entry>) - Method in class org.netbeans.api.visual.anchor.Anchor
-
Unregisters multiple entries at once.
- removeEntry(Anchor.Entry) - Method in class org.netbeans.api.visual.anchor.Anchor
-
Called by ConnectionWidget to unregister the usage of the anchor.
- removeFromParent() - Method in class org.netbeans.api.visual.widget.Widget
-
Removes the widget from its parent.
- removeGraphLayoutListener(GraphLayoutListener<N, E>) - Method in class org.netbeans.api.visual.graph.layout.GraphLayout
-
Removes a graph layout listener.
- removeListener(StateModel.Listener) - Method in class org.netbeans.api.visual.model.StateModel
-
Removes a listener of a state value changed.
- removeNode(N) - Method in class org.netbeans.api.visual.graph.GraphPinScene
-
Removes a node with all pins that are assigned to the node.
- removeNode(N) - Method in class org.netbeans.api.visual.graph.GraphScene
-
Removes a node.
- removeNodeWithEdges(N) - Method in class org.netbeans.api.visual.graph.GraphPinScene
-
Removes a node with all pins that are assign to the node and with all edges that are connected to the pins.
- removeNodeWithEdges(N) - Method in class org.netbeans.api.visual.graph.GraphScene
-
Removes a specified node with all edges that are attached to the node.
- removeObject(Object) - Method in class org.netbeans.api.visual.model.ObjectScene
-
Removes a mapping for an object.
- removeObjectMapping(Object) - Method in class org.netbeans.api.visual.model.ObjectScene
-
Removes mapping for an object.
- removeObjectSceneListener(ObjectSceneListener, ObjectSceneEventType...) - Method in class org.netbeans.api.visual.model.ObjectScene
-
Removes object scene listener for specified object scene event types.
- removeParent() - Method in class org.netbeans.api.visual.widget.ResourceTable
-
Removes the parent resource table.
- removePin(P) - Method in class org.netbeans.api.visual.graph.GraphPinScene
-
Removes an pin and detaches all edges that are connected to it.
- removePinWithEdges(P) - Method in class org.netbeans.api.visual.graph.GraphPinScene
-
Removes a pin with all edges that are connected to the pin.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.visual.widget.ResourceTable
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.api.visual.widget.ResourceTable
-
Remove a PropertyChangeListener for a specific property.
- removeSceneListener(Scene.SceneListener) - Method in class org.netbeans.api.visual.widget.Scene
-
Unregisters a scene listener.
- repaint() - Method in class org.netbeans.api.visual.widget.Widget
-
Schedules the widget for repainting.
- requiresJustification(Widget) - Method in interface org.netbeans.api.visual.layout.Layout
-
Resolve whether a widget requires justification after whole scene layout.
- reroute() - Method in class org.netbeans.api.visual.widget.ConnectionWidget
-
Schedules the connection widget for re-routing its path.
- ResizeControlPointResolver - Interface in org.netbeans.api.visual.action
-
This interface is used by ResizeAction to resolve if and which control point is being dragged for particular resizing.
- ResizeProvider - Interface in org.netbeans.api.visual.action
-
- ResizeProvider.ControlPoint - Enum in org.netbeans.api.visual.action
-
This enum represents a control point of a resize action.
- ResizeStrategy - Interface in org.netbeans.api.visual.action
-
This interface provides a resizing strategy.
- resizingFinished(Widget) - Method in interface org.netbeans.api.visual.action.ResizeProvider
-
Called to notify about the finish of resizing.
- resizingStarted(Widget) - Method in interface org.netbeans.api.visual.action.ResizeProvider
-
Called to notify about the start of resizing.
- resolveBounds(Point, Rectangle) - Method in class org.netbeans.api.visual.widget.Widget
-
Sets resolved location and bounds of the widget
This method is usually called from implementations of Layout
interface.
- resolveChildren(N) - Method in class org.netbeans.api.visual.graph.layout.TreeGraphLayout
-
Collects a collection of children nodes of a specified node.
- resolveControlPoint(Widget, Point) - Method in interface org.netbeans.api.visual.action.ResizeControlPointResolver
-
Resolves which control point is being dragged by user.
- resolveReplacementWidget(Scene, Point) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
-
Called to find the replacement widget of a possible connection.
- resolveTargetWidget(Scene, Point) - Method in interface org.netbeans.api.visual.action.ConnectProvider
-
Called to find the target widget of a possible connection.
- ResourceTable - Class in org.netbeans.api.visual.widget
-
The ResourceTable is used to manage a widgets resource.
- ResourceTable(ResourceTable) - Constructor for class org.netbeans.api.visual.widget.ResourceTable
-
Create a new resource table that has a parent.
- ResourceTable() - Constructor for class org.netbeans.api.visual.widget.ResourceTable
-
Create a new resource table.
- Result(Point, Anchor.Direction) - Constructor for class org.netbeans.api.visual.anchor.Anchor.Result
-
Creates a result with calculated scene location and single direction.
- Result(Point, EnumSet<Anchor.Direction>) - Constructor for class org.netbeans.api.visual.anchor.Anchor.Result
-
Creates a result with calculated scene location and possible directions.
- revalidate(boolean) - Method in class org.netbeans.api.visual.widget.Widget
-
Schedules the widget to repaint or revalidation.
- revalidate() - Method in class org.netbeans.api.visual.widget.Widget
-
Schedules the widget for revalidation.
- revalidateDependency() - Method in class org.netbeans.api.visual.anchor.Anchor
-
This method is called by revalidation-change of related widget and notifies all entries about the anchor change.
- revalidateDependency() - Method in interface org.netbeans.api.visual.widget.Widget.Dependency
-
Called when the widget (or one of its parent widget) location or bounds are going to or were changed.
- revalidateEntry() - Method in interface org.netbeans.api.visual.anchor.Anchor.Entry
-
Called for notifying that an anchor is changed and the entry has to me revalidated too.
- routeConnection(ConnectionWidget) - Method in interface org.netbeans.api.visual.router.Router
-
Routes a path for a connection widget.
- Router - Interface in org.netbeans.api.visual.router
-
This class is responsible for routing path of connection widgets.
- RouterFactory - Class in org.netbeans.api.visual.router
-
This class creates built-in routers.