- referencePointProperty() - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
-
Provides a
ReadOnlyMapProperty
that stores positions (in the
local coordinate system of the anchored
Node
) for all attached
AnchorKey
s.
- referencePositionProperty() - Method in class org.eclipse.gef4.fx.anchors.StaticAnchor
-
Returns the
ObjectProperty
that manages the reference position of
this
StaticAnchor
.
- refresh() - Method in class org.eclipse.gef4.fx.nodes.Connection
-
Refreshes the visualization, i.e.
- register() - Method in class org.eclipse.gef4.fx.gestures.AbstractGesture
-
Called when a Scene
is provided.
- register() - Method in class org.eclipse.gef4.fx.gestures.AbstractMouseDragGesture
-
- register() - Method in class org.eclipse.gef4.fx.gestures.AbstractPinchSpreadGesture
-
- register() - Method in class org.eclipse.gef4.fx.gestures.AbstractRotateGesture
-
- register() - Method in class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
-
- register(Node, Node) - Method in class org.eclipse.gef4.fx.listeners.VisualChangeListener
-
Registers this listener on the given pair of observed and observer nodes
to recognize visual changes of the observed node relative to the common
parent of observer and observed node.
- registerFadeInOutTransitions(Node) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
-
Registers fade in/out transitions for the given Node
.
- registerHoverEffect() - Method in class org.eclipse.gef4.fx.nodes.HoverOverlayImageView
-
Registers event listeners realizing the overlay effect on mouse hover.
- registerListeners() - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
-
Registers JavaFX listeners for forwarding JavaFX state to SWT.
- registerPropertyListeners() - Method in class org.eclipse.gef4.fx.nodes.HoverOverlayImageView
-
Registers property listeners for updating the ImageView
s.
- registerSwtToFXEventForwarders(FXCanvas) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
-
Registers SWT to JavaFX event forwarders for the given FXCanvas
.
- registerUpdateScrollBarsOnBoundsChanges() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
-
- registerUpdateScrollBarsOnPolicyChanges() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
-
- registerUpdateScrollBarsOnSizeChanges() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
-
- registerVCL(Node) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
-
- registerVCLs() - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
-
Registers
VisualChangeListener
s for all anchored
Node
s,
or schedules their registration if the VCL cannot be registered yet.
- release(Node, MouseEvent, double, double) - Method in class org.eclipse.gef4.fx.gestures.AbstractMouseDragGesture
-
This method is called upon MouseEvent.MOUSE_RELEASED
events.
- relocate(double, double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
-
- removeAllControlAnchors() - Method in class org.eclipse.gef4.fx.nodes.Connection
-
- removeAllControlPoints() - Method in class org.eclipse.gef4.fx.nodes.Connection
-
- removeAnchor(AnchorKey, IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
-
- removeComputationStrategy(AnchorKey) - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
-
- removeControlAnchor(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
-
Removes the control anchor specified by the given index from this
Connection
.
- removeControlPoint(int) - Method in class org.eclipse.gef4.fx.nodes.Connection
-
Removes the control point specified by the given control anchor index
from this
Connection
.
- removeStop(int) - Method in class org.eclipse.gef4.fx.swt.controls.FXAdvancedLinearGradientPicker
-
Removes the spot specified by the given index.
- repaintGrid() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas.GridCanvas
-
- resize(double, double) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
-
- resize(double, double) - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
-
- resizeGeometry(double, double) - Method in class org.eclipse.gef4.fx.nodes.GeometryNode
-
- reveal(Node) - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
-
Ensures that the specified child Node
is visible to the user by
scrolling to its position.
- rotate(RotateEvent) - Method in class org.eclipse.gef4.fx.gestures.AbstractRotateGesture
-
Called upon RotateEvent.ROTATE
events.
- rotationFinished(RotateEvent) - Method in class org.eclipse.gef4.fx.gestures.AbstractRotateGesture
-
Called upon RotateEvent.ROTATION_FINISHED
events.
- rotationStarted(RotateEvent) - Method in class org.eclipse.gef4.fx.gestures.AbstractRotateGesture
-
Called upon RotateEvent.ROTATION_STARTED
events.
- route(Connection) - Method in interface org.eclipse.gef4.fx.nodes.IConnectionRouter
-
- route(Connection) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter
-
- route(Connection) - Method in class org.eclipse.gef4.fx.nodes.StraightRouter
-
- routeNonOrthogonalSegment(Connection, OrthogonalRouter.ControlPointManipulator, Vector, Vector, int, Point) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter
-
This method is called for a non-orthogonal direction from the last point
on the connection to the current point on the connection.
- routeOrthogonalSegment(Connection, OrthogonalRouter.ControlPointManipulator, Vector, int, Point) - Method in class org.eclipse.gef4.fx.nodes.OrthogonalRouter
-
This method is called for an orthogonal direction from the last point on
the connection to the current point on the connection.
- routerProperty() - Method in class org.eclipse.gef4.fx.nodes.Connection
-
- run(TKSceneListener) - Method in interface org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter.ISceneRunnable
-
Callback method that is called in a privileged runnable on the JavaFX
application thread.