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

D

DEFAULT_COMPUTATION_STRATEGY_PROPERTY - Static variable in class org.eclipse.gef4.fx.anchors.DynamicAnchor
DEFAULT_FINISH_DELAY_MILLIS - Static variable in class org.eclipse.gef4.fx.gestures.AbstractScrollGesture
The default duration in milliseconds that has to pass without receiving a ScrollEvent so that the gesture is assumed to have finished.
DEFAULT_GRID_CELL_HEIGHT - Static variable in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
The default grid cell height.
DEFAULT_GRID_CELL_WIDTH - Static variable in class org.eclipse.gef4.fx.nodes.InfiniteCanvas
The default grid cell width.
defaultComputationStrategyProperty() - Method in class org.eclipse.gef4.fx.anchors.DynamicAnchor
Returns a writable object property for the DynamicAnchor.IComputationStrategy used by this DynamicAnchor.
detach(AnchorKey, IAdaptable) - Method in class org.eclipse.gef4.fx.anchors.AbstractAnchor
 
detach(AnchorKey, IAdaptable) - Method in interface org.eclipse.gef4.fx.anchors.IAnchor
Detaches the given AnchorKey from this IAnchor.
dispose() - Method in class org.eclipse.gef4.fx.jface.FXPaintCellEditor
 
dispose() - Method in class org.eclipse.gef4.fx.jface.FXPaintLabelProvider
 
dispose() - Method in class org.eclipse.gef4.fx.swt.canvas.FXCanvasEx
 
dispose() - Method in class org.eclipse.gef4.fx.swt.controls.FXControlAdapter
Deactivates this FXControlAdapter, so that the SWT Control will not be re-created when the FXCanvas changes.
dispose() - Method in class org.eclipse.gef4.fx.swt.gestures.SWT2FXEventConverter
Unregisters event forwarding from the FXCanvas for which this SWT2FXEventConverter was created.
doSetValue(Object) - Method in class org.eclipse.gef4.fx.jface.FXPaintCellEditor
 
drag(Node, MouseEvent, double, double) - Method in class org.eclipse.gef4.fx.gestures.AbstractMouseDragGesture
This method is called upon MouseEvent.MOUSE_DRAGGED events.
DynamicAnchor - Class in org.eclipse.gef4.fx.anchors
The DynamicAnchor computes anchor positions based on a reference position per anchored and one reference position for the anchorage.
DynamicAnchor(Node) - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor
Constructs a new DynamicAnchor for the given anchorage visual.
DynamicAnchor(Node, DynamicAnchor.IComputationStrategy) - Constructor for class org.eclipse.gef4.fx.anchors.DynamicAnchor
Constructs a new DynamicAnchor for the given anchorage visual using the given DynamicAnchor.IComputationStrategy.
DynamicAnchor.AbstractComputationStrategy - Class in org.eclipse.gef4.fx.anchors
Abstract base class for computation strategies that are based on the outline of the anchorage reference geometry.
DynamicAnchor.IComputationStrategy - Interface in org.eclipse.gef4.fx.anchors
The DynamicAnchor.IComputationStrategy is responsible for computing anchor positions based on an anchorage Node, an anchored Node, and an anchored reference position ( DynamicAnchor.IComputationStrategy.computePositionInScene(Node, Node, Point)).
DynamicAnchor.OrthogonalProjectionStrategy - Class in org.eclipse.gef4.fx.anchors
An DynamicAnchor.IComputationStrategy that computes anchor position by orthogonally projecting the respective anchored reference point to the outline of the anchorage reference geometry so that the respective point has minimal distance to the anchored reference point and resembles the same x- (vertical projection) or y-coordinate (horizontal projection).
DynamicAnchor.ProjectionStrategy - Class in org.eclipse.gef4.fx.anchors
An DynamicAnchor.IComputationStrategy that computes anchor position by projecting the respective anchored reference point to the outline of the anchorage reference geometry so that the respective point has minimal distance to the anchored reference point.
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
1.0.0.201603221726

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