Skip navigation links
GEF4 FX
1.0.0.201605161715
A B C D E F G H I L M N O P R S T U V W Z 

R

reattachAnchorKeys(Node, Node) - Method in class org.eclipse.gef4.fx.nodes.Connection
Re-attaches all AnchorKeys that are managed by this Connection.
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
Registers listeners on the bounds-in-local property of the InfiniteCanvas.getScrolledPane() and on the bounds-in-parent property of the InfiniteCanvas.getContentGroup() that will call InfiniteCanvas.updateScrollBars() when one of the bounds is changed.
registerUpdateScrollBarsOnPolicyChanges() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Registers listeners on the InfiniteCanvas.horizontalScrollBarPolicyProperty() and on the InfiniteCanvas.verticalScrollBarPolicyProperty() that will call InfiniteCanvas.updateScrollBars() when one of the ScrollPane.ScrollBarPolicys changes.
registerUpdateScrollBarsOnSizeChanges() - Method in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
Registers listeners on the Region.widthProperty() and on the Region.heightProperty() that will call InfiniteCanvas.updateScrollBars() when the size of this InfiniteCanvas changes.
registerVCL(Node) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
Registers a VisualChangeListener for the given anchored Node.
registerVCLs() - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
Registers VisualChangeListeners for all anchored Nodes, 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
Removes all control points of this Connection.
removeAllControlPoints() - Method in class org.eclipse.gef4.fx.nodes.Connection
Removes all control points of this Connection.
removeAnchor(AnchorKey, IAnchor) - Method in class org.eclipse.gef4.fx.nodes.Connection
Removes the given AnchorKey (and corresponding IAnchor) from this Connection.
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
Repaints the grid points on this 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
Resizes the GeometryNode.geometryProperty() to the given width and height.
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
Adjusts the connection's anchors (if necessary) to satisfy certain routing constraints.
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
Returns a writable property containing the IConnectionRouter of this 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.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links
GEF4 FX
1.0.0.201605161715

Copyright (c) 2014 itemis AG and others. All rights reserved.