Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractAnchor - Class in org.eclipse.gef.fx.anchors
- 
AbstractAnchoris the abstract base implementation forIAnchors.
- AbstractAnchor(Node) - Constructor for class org.eclipse.gef.fx.anchors.AbstractAnchor
- 
Creates a newAbstractAnchorfor the given anchorageNode.
- AbstractInterpolator - Class in org.eclipse.gef.fx.nodes
- 
Abstract base class forIConnectionInterpolatorimplementations, which supports updating the geometry for anIGeometrycurve node, as well as arranging and clipping the decorations.
- AbstractInterpolator() - Constructor for class org.eclipse.gef.fx.nodes.AbstractInterpolator
- AbstractRouter - Class in org.eclipse.gef.fx.nodes
- 
Abstract base class forIConnectionRouters implementing a routing strategy that can be specialized by subclasses: Remove anchors previously inserted by the router.
- AbstractRouter() - Constructor for class org.eclipse.gef.fx.nodes.AbstractRouter
- AbstractRouter.ControlPointManipulator - Class in org.eclipse.gef.fx.nodes
- 
AAbstractRouter.ControlPointManipulatorcan be used to record, perform, and roll back control point changes during routing.
- AbstractRouter.VolatileStaticAnchor - Class in org.eclipse.gef.fx.nodes
- 
TheAbstractRouter.VolatileStaticAnchoris aStaticAnchorthat may be inserted by anAbstractRouterduringroute(Connection), and, hence, will be removed when routing is performed again.
- addAnchor(AnchorKey, IAnchor) - Method in class org.eclipse.gef.fx.nodes.Connection
- addControlAnchor(int, IAnchor) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Adds the givenIAnchoras a control point anchor for the given index into theConnection.anchorsUnmodifiableProperty()of thisConnection.
- addControlPoint(int, Point) - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Adds anStaticAnchoryielding the givenPointas a control point anchor for the given index into theConnection.anchorsUnmodifiableProperty()of thisConnection.
- addKeyListener(KeyListener) - Method in class org.eclipse.gef.fx.swt.canvas.FXCanvasEx
- addListener(int, Listener) - Method in class org.eclipse.gef.fx.swt.canvas.FXCanvasEx
- addMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.gef.fx.swt.canvas.FXCanvasEx
- addRoutingPoint(int, Point, double, double) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Records the specified change.
- addRoutingPoint(Vector) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Records the specified change.
- addRoutingPoints(int, Point, double...) - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Records the given changes.
- ADVANCED_LINEAR_GRADIENT_PROPERTY - Static variable in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
- 
Property name used in change events related toFXAdvancedLinearGradientPicker.advancedLinearGradientProperty()
- advancedLinearGradientProperty() - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
- 
Returns a writablePropertyfor the advanced gradient.
- ANCHORAGE - Enum constant in enum class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter.Kind
- 
Indicates that the parameter value may be shared to compute the position for all attachedAnchorKey, as the value depends on the anchorageNode(to which the anchor is bound) and not on an individual attached anchoredNode.
- anchorageComputationParametersProperty() - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- 
Returns aReadOnlySetPropertythat provides thecomputation parametersof kindIComputationStrategy.Parameter.Kind.ANCHORAGE.
- anchorageProperty() - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- anchorageProperty() - Method in interface org.eclipse.gef.fx.anchors.IAnchor
- 
Provides a read-only property with the anchorageNodethisIAnchoris bound to.
- AnchorageReferenceGeometry() - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
- 
Creates a newDynamicAnchor.AnchorageReferenceGeometrywith no default value.
- AnchorageReferenceGeometry(IGeometry) - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
- 
Creates aDynamicAnchor.AnchorageReferenceGeometrythat encapsulates the givenIGeometry.
- AnchorageReferencePosition() - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferencePosition
- 
Creates a newDynamicAnchor.AnchorageReferencePositionwithout default value.
- AnchorageReferencePosition(Point) - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferencePosition
- 
Creates aDynamicAnchor.AnchorageReferencePositionthat encapsulates the givenPoint.
- ANCHORED - Enum constant in enum class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter.Kind
- 
Indicates that the parameter value may not be shared, i.e. an individual value is required to compute the position for each attachedAnchorKey, e.g. because the value depends on the anchored node.
- anchoredComputationParametersProperty() - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- 
Returns aReadOnlySetMultimapPropertythat provides thecomputation parametersof kindIComputationStrategy.Parameter.Kind.ANCHOREDperAnchorKey.
- AnchoredReferencePoint() - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchoredReferencePoint
- 
Creates a newDynamicAnchor.AnchoredReferencePointwith no default value.
- AnchoredReferencePoint(Point) - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchoredReferencePoint
- 
Creates aDynamicAnchor.AnchoredReferencePointthat encapsulates the givenPoint.
- AnchorKey - Class in org.eclipse.gef.fx.anchors
- 
AnchorKey combines an anchoredNodewith aStringqualifier to identify an anchor target.
- AnchorKey(Node, String) - Constructor for class org.eclipse.gef.fx.anchors.AnchorKey
- 
Creates a newAnchorKeyfor the given anchoredNodewith the given id.
- anchorsUnmodifiableProperty() - Method in class org.eclipse.gef.fx.nodes.Connection
- 
Returns an unmodifiable read-only list property, which contains theIAnchors that determine the start point, control points, and end point of thisConnection.
- applyChanges() - Method in class org.eclipse.gef.fx.nodes.AbstractRouter.ControlPointManipulator
- 
Performs the recorded changes.
- arrangeDecoration(Node, Point, Vector) - Method in class org.eclipse.gef.fx.nodes.AbstractInterpolator
- 
Arranges the given decoration according to the passed-in values.
- attach(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.AbstractAnchor
- attach(AnchorKey) - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
- attach(AnchorKey) - Method in interface org.eclipse.gef.fx.anchors.IAnchor
All Classes and Interfaces|All Packages|Constant Field Values