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

F

forceCursorUpdate(Scene) - Static method in class org.eclipse.gef4.fx.nodes.FXUtils
Forces the JavaFX runtime to update the mouse cursor.
FxBundle - Class in org.eclipse.gef4.fx
The BundleActivator for the FX bundle.
FxBundle() - Constructor for class org.eclipse.gef4.fx.FxBundle
 
FXCanvasEx - Class in org.eclipse.gef4.fx.ui.canvas
A replacement of FXCanvas that offers the following additional capabilities: Forwarding of SWT GestureEvents to JavaFX (the original FXCanvas simply ignores all those events) Support for notifying SWT FocusListeners (the original FXCanvas will forward all focus events to the embedded JavaFX stage), so SWT FocusListener will not be notified Support for setting cursors via JavaFX (i.e. the cursor of the embedded JavaFX stage, its transferred into an SWT cursor on this FXCanvasEx)
FXCanvasEx(Composite, int) - Constructor for class org.eclipse.gef4.fx.ui.canvas.FXCanvasEx
Creates a new FXCanvasEx for the given parent and with the given style.
FXChopBoxAnchor - Class in org.eclipse.gef4.fx.anchors
The FXChopBoxAnchor computes anchor positions based on a reference position per anchored and one reference position for the anchorage.
FXChopBoxAnchor(Node) - Constructor for class org.eclipse.gef4.fx.anchors.FXChopBoxAnchor
Constructs a new FXChopBoxAnchor for the given anchorage visual.
FXChopBoxAnchor(Node, FXChopBoxAnchor.ComputationStrategy) - Constructor for class org.eclipse.gef4.fx.anchors.FXChopBoxAnchor
Constructs a new FXChopBoxAnchor for the given anchorage visual using the given FXChopBoxAnchor.ComputationStrategy.
FXChopBoxAnchor.ComputationStrategy - Interface in org.eclipse.gef4.fx.anchors
The FXChopBoxAnchor.ComputationStrategy is responsible for computing anchor positions based on an anchorage Node, an anchored Node, and an anchored reference position ( FXChopBoxAnchor.ComputationStrategy.computePositionInScene(Node, Node, Point)).
FXChopBoxAnchor.ComputationStrategy.Impl - Class in org.eclipse.gef4.fx.anchors
The default implementation of the FXChopBoxAnchor.ComputationStrategy computes an anchor position as follows: Compute the anchorage geometry based on its visual ( FXChopBoxAnchor.ComputationStrategy.Impl.getAnchorageReferenceGeometryInLocal(Node)).
FXChopBoxAnchor.ReferencePointProvider - Interface in org.eclipse.gef4.fx.anchors
FXChopBoxHelper(FXConnection) - Constructor for class org.eclipse.gef4.fx.nodes.FXConnection.FXChopBoxHelper
Constructs a new FXConnection.FXChopBoxHelper for the given FXConnection.
FXConnection - Class in org.eclipse.gef4.fx.nodes
The FXConnection provides a visualization for a binary connection whose route can be influenced by a number of way points.
FXConnection() - Constructor for class org.eclipse.gef4.fx.nodes.FXConnection
Constructs a new FXConnection whose start and end point are set to null.
FXConnection.FXChopBoxHelper - Class in org.eclipse.gef4.fx.nodes
The FXConnection.FXChopBoxHelper can be registered for an FXConnection and serves as a FXChopBoxAnchor.ReferencePointProvider for all AnchorKeys of that FXConnection which are registered at FXChopBoxAnchors.
FXConnection.FXChopBoxHelper.ReferencePointMap - Class in org.eclipse.gef4.fx.nodes
The FXConnection.FXChopBoxHelper.ReferencePointMap is used to store the reference points for the individual AnchorKeys.
FXControlAdapter<T extends Control> - Class in org.eclipse.gef4.fx.ui.controls
The FXControlAdapter can be used to embed SWT controls into a JavaFX scene graph.
FXControlAdapter(IControlFactory<T>) - Constructor for class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
Creates a new FXControlAdapter which uses the given IControlFactory for the creation of the SWT Control.
FXControlAdapter(T) - Constructor for class org.eclipse.gef4.fx.ui.controls.FXControlAdapter
Creates a new FXControlAdapter which wraps the given SWT Control.
FXGeometryNode<T extends IGeometry> - Class in org.eclipse.gef4.fx.nodes
A Path that can be constructed using an underlying IGeometry.
FXGeometryNode() - Constructor for class org.eclipse.gef4.fx.nodes.FXGeometryNode
Constructs a new FXGeometryNode without an IGeometry.
FXGeometryNode(T) - Constructor for class org.eclipse.gef4.fx.nodes.FXGeometryNode
Constructs a new FXGeometryNode which displays the given IGeometry.
FXGridLayer - Class in org.eclipse.gef4.fx.nodes
The FXGridLayer can be used as a background layer which displays a uniform grid.
FXGridLayer() - Constructor for class org.eclipse.gef4.fx.nodes.FXGridLayer
Constructs a new FXGridLayer.
FXImageViewHoverOverlay - Class in org.eclipse.gef4.fx.nodes
A Group that combines two ImageViews, realizing an overlay effect (by adjusting the respective opacities) upon mouse hover.
FXImageViewHoverOverlay() - Constructor for class org.eclipse.gef4.fx.nodes.FXImageViewHoverOverlay
Constructs a new FXImageViewHoverOverlay.
FXPolyBezierConnectionRouter - Class in org.eclipse.gef4.fx.nodes
The FXPolyBezierConnectionRouter interpolates a cubic Bezier spline through the supplied Points.
FXPolyBezierConnectionRouter() - Constructor for class org.eclipse.gef4.fx.nodes.FXPolyBezierConnectionRouter
 
FXPolylineConnectionRouter - Class in org.eclipse.gef4.fx.nodes
The FXPolylineConnectionRouter constructs a Polyline through the supplied Points.
FXPolylineConnectionRouter() - Constructor for class org.eclipse.gef4.fx.nodes.FXPolylineConnectionRouter
 
FXStaticAnchor - Class in org.eclipse.gef4.fx.anchors
An FXStaticAnchor provides a position for each AnchorKey, based on a reference position relative to the anchorage Node, to which the FXStaticAnchor is bound, or based on a (global) static reference position in case the FXStaticAnchor is unbound.
FXStaticAnchor(Node, Point) - Constructor for class org.eclipse.gef4.fx.anchors.FXStaticAnchor
Creates an FXStaticAnchor that is bound to the provided anchorage.
FXStaticAnchor(Point) - Constructor for class org.eclipse.gef4.fx.anchors.FXStaticAnchor
Creates an FXStaticAnchor that is not bound to an anchorage Node and will always provide the passed in position (in scene coordinates) for all attached AnchorKeys (i.e. anchored Nodes).
FXUtils - Class in org.eclipse.gef4.fx.nodes
The FXUtils class contains utility methods for working with JavaFX: transforming IGeometrys from/to different JavaFX coordinate systems (FXUtils.localToParent(Node, IGeometry), FXUtils.localToScene(Node, IGeometry), FXUtils.localToScene(Node, Point), FXUtils.parentToLocal(Node, IGeometry), FXUtils.sceneToLocal(Node, IGeometry)) determining the actual local-to-scene or scene-to-local transform for a JavaFX Node (FXUtils.getLocalToSceneTx(Node), FXUtils.getSceneToLocalTx(Node)) determining the current pointer location (FXUtils.getPointerLocation()) forcing a mouse cursor update (FXUtils.forceCursorUpdate(Scene)) perform picking of Nodes at a specific position within the JavaFX scene graph (FXUtils.getNodesAt(Node, double, double))
FXUtils() - Constructor for class org.eclipse.gef4.fx.nodes.FXUtils
 
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links
GEF4 FX
0.2.0.201509140217

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