Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractAnchor - Class in org.eclipse.gef.fx.anchors
-
AbstractAnchor
is the abstract base implementation forIAnchor
s. - AbstractAnchor(Node) - Constructor for class org.eclipse.gef.fx.anchors.AbstractAnchor
-
Creates a new
AbstractAnchor
for the given anchorageNode
. - AbstractInterpolator - Class in org.eclipse.gef.fx.nodes
-
Abstract base class for
IConnectionInterpolator
implementations, which supports updating the geometry for anIGeometry
curve 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 for
IConnectionRouter
s 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
-
A
AbstractRouter.ControlPointManipulator
can be used to record, perform, and roll back control point changes during routing. - AbstractRouter.VolatileStaticAnchor - Class in org.eclipse.gef.fx.nodes
-
The
AbstractRouter.VolatileStaticAnchor
is aStaticAnchor
that may be inserted by anAbstractRouter
duringroute(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 given
IAnchor
as 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 an
StaticAnchor
yielding the givenPoint
as 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 to
FXAdvancedLinearGradientPicker.advancedLinearGradientProperty()
- advancedLinearGradientProperty() - Method in class org.eclipse.gef.fx.swt.controls.FXAdvancedLinearGradientPicker
-
Returns a writable
Property
for 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 attached
AnchorKey
, 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 a
ReadOnlySetProperty
that provides thecomputation parameters
of 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 anchorage
Node
thisIAnchor
is bound to. - AnchorageReferenceGeometry() - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
-
Creates a new
DynamicAnchor.AnchorageReferenceGeometry
with no default value. - AnchorageReferenceGeometry(IGeometry) - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
-
Creates a
DynamicAnchor.AnchorageReferenceGeometry
that encapsulates the givenIGeometry
. - AnchorageReferencePosition() - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferencePosition
-
Creates a new
DynamicAnchor.AnchorageReferencePosition
without default value. - AnchorageReferencePosition(Point) - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferencePosition
-
Creates a
DynamicAnchor.AnchorageReferencePosition
that 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 attached
AnchorKey
, e.g. because the value depends on the anchored node. - anchoredComputationParametersProperty() - Method in class org.eclipse.gef.fx.anchors.DynamicAnchor
-
Returns a
ReadOnlySetMultimapProperty
that provides thecomputation parameters
of kindIComputationStrategy.Parameter.Kind.ANCHORED
perAnchorKey
. - AnchoredReferencePoint() - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchoredReferencePoint
-
Creates a new
DynamicAnchor.AnchoredReferencePoint
with no default value. - AnchoredReferencePoint(Point) - Constructor for class org.eclipse.gef.fx.anchors.DynamicAnchor.AnchoredReferencePoint
-
Creates a
DynamicAnchor.AnchoredReferencePoint
that encapsulates the givenPoint
. - AnchorKey - Class in org.eclipse.gef.fx.anchors
-
AnchorKey combines an anchored
Node
with aString
qualifier to identify an anchor target. - AnchorKey(Node, String) - Constructor for class org.eclipse.gef.fx.anchors.AnchorKey
-
Creates a new
AnchorKey
for the given anchoredNode
with the given id. - anchorsUnmodifiableProperty() - Method in class org.eclipse.gef.fx.nodes.Connection
-
Returns an unmodifiable read-only list property, which contains the
IAnchor
s 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