Skip navigation links
GEF4 MVC
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

feedbackLayer - Variable in class org.eclipse.gef4.mvc.fx.parts.FXRootPart
The feedback layer visual.
filterParts(Collection<? extends IVisualPart<VR, ? extends VR>>, Class<T>) - Static method in class org.eclipse.gef4.mvc.parts.PartUtils
Searches the given collection of IVisualParts for elements of the specified type.
findAnchor(Point, boolean) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
Determines the IFXAnchor that replaces the anchor of the currently modified point.
findContainedNodes(Node, double, double, double, double) - Static method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
Returns a List of all Nodes that are descendants of the given root Node and fully contained within the bounds specified by [x0, y0, x1, y1].
findOrCreatePartFor(Object) - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
Finds/Revives/Creates an IContentPart for the given content Object.
FOCUS_PROPERTY - Static variable in class org.eclipse.gef4.mvc.models.FocusModel
The FocusModel fires PropertyChangeEvents when the focused part changes.
FocusModel<VR> - Class in org.eclipse.gef4.mvc.models
The FocusModel stores the IContentPart which has keyboard focus.
FocusModel() - Constructor for class org.eclipse.gef4.mvc.models.FocusModel
Constructs a new FocusModel.
ForwardUndoCompositeOperation - Class in org.eclipse.gef4.mvc.operations
The ForwardUndoCompositeOperation is an AbstractCompositeOperation which undoes its combined operations in the same order as they are executed.
ForwardUndoCompositeOperation(String) - Constructor for class org.eclipse.gef4.mvc.operations.ForwardUndoCompositeOperation
Creates a new ForwardUndoCompositeOperation with the given label.
FXAdvancedGradientPicker - Class in org.eclipse.gef4.mvc.fx.ui.properties
A picker for multi-stop LinearGradients.
FXAdvancedGradientPicker(Composite) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXAdvancedGradientPicker
Constructs a new FXAdvancedGradientPicker.
FXBendOnSegmentHandleDragPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXBendOnSegmentHandleDragPolicy is an AbstractFXOnDragPolicy that can be installed on the handle parts of an FXConnection, so that the user is able to manipulate that connection by dragging its handles.
FXBendOnSegmentHandleDragPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentHandleDragPolicy
 
FXBendOperation - Class in org.eclipse.gef4.mvc.fx.operations
An FXBendOperation can be used to manipulate an FXConnection in an undo-context.
FXBendOperation(FXConnection) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXBendOperation
Constructs a new operation from the given connection.
FXBendPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXBendPolicy can be used to manipulate the points constituting an FXConnection, i.e. its start point, way points, and end point.
FXBendPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
 
FXChangeViewportOperation - Class in org.eclipse.gef4.mvc.fx.operations
The FXChangeViewportOperation can be used to alter a ViewportModel.
FXChangeViewportOperation(ViewportModel) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
Creates a new FXChangeViewportOperation to manipulate the given ViewportModel.
FXChangeViewportOperation(ViewportModel, AffineTransform) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
Creates a new FXChangeViewportOperation to manipulate the given ViewportModel.
FXChangeViewportOperation(ViewportModel, double, double) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
Creates a new FXChangeViewportOperation to manipulate the given ViewportModel.
FXChangeViewportOperation(ViewportModel, double, double, AffineTransform) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
Creates a new FXChangeViewportOperation to manipulate the given ViewportModel.
FXChangeViewportOperation(ViewportModel, double, double, double, double, AffineTransform) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
Creates a new FXChangeViewportOperation to manipulate the given ViewportModel.
FXChangeViewportPolicy - Class in org.eclipse.gef4.mvc.fx.policies
A transactional IPolicy to change the viewport of an IViewer via its attached ViewportModel.
FXChangeViewportPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXChangeViewportPolicy
 
FXCircleSegmentHandlePart - Class in org.eclipse.gef4.mvc.fx.parts
The FXCircleSegmentHandlePart is an AbstractFXSegmentHandlePart that uses Circle for the visualization.
FXCircleSegmentHandlePart() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
 
FXClickDragTool - Class in org.eclipse.gef4.mvc.fx.tools
An ITool to handle click/drag interaction gestures.
FXClickDragTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXClickDragTool
 
FXColorPicker - Class in org.eclipse.gef4.mvc.fx.ui.properties
An SWT control that can be used to select a JavaFX color (and indicates the selected color via an image).
FXColorPicker(Composite) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXColorPicker
Constructs a new FXColorPicker.
FXCursorBehavior - Class in org.eclipse.gef4.mvc.fx.behaviors
The FXCursorBehavior can be used to change the mouse cursor depending on the currently pressed modifier keys.
FXCursorBehavior() - Constructor for class org.eclipse.gef4.mvc.fx.behaviors.FXCursorBehavior
Default constructor.
FXDefaultFeedbackPartFactory - Class in org.eclipse.gef4.mvc.fx.parts
The FXDefaultFeedbackPartFactory is an IFeedbackPartFactory implementation that is parameterized by Node.
FXDefaultFeedbackPartFactory() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXDefaultFeedbackPartFactory
 
FXDefaultHandlePartFactory - Class in org.eclipse.gef4.mvc.fx.parts
The FXDefaultHandlePartFactory is an IHandlePartFactory implementation that is parameterized by Node.
FXDefaultHandlePartFactory() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXDefaultHandlePartFactory
 
FXDeleteSelectedOnTypePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXDeleteSelectedOnTypePolicy is an AbstractFXOnTypePolicy that performs content deletion upon the press of a key.
FXDeleteSelectedOnTypePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXDeleteSelectedOnTypePolicy
 
FXDomain - Class in org.eclipse.gef4.mvc.fx.domain
The FXDomain is an implementation of AbstractDomain which binds the visual root type to Node.
FXDomain() - Constructor for class org.eclipse.gef4.mvc.fx.domain.FXDomain
 
FXEditor - Class in org.eclipse.gef4.mvc.fx.ui.parts
Abstract base class for editors.
FXEditor(Injector) - Constructor for class org.eclipse.gef4.mvc.fx.ui.parts.FXEditor
Constructs a new FXEditor and uses the given Injector to inject its members.
FXEditorActionBarContributor - Class in org.eclipse.gef4.mvc.fx.ui.parts
 
FXEditorActionBarContributor() - Constructor for class org.eclipse.gef4.mvc.fx.ui.parts.FXEditorActionBarContributor
 
FXFillCellEditor - Class in org.eclipse.gef4.mvc.fx.ui.properties
The FXFillCellEditor is a DialogCellEditor that is capable of displaying a currently selected Color and of changing that color via a dialog.
FXFillCellEditor(Composite) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXFillCellEditor
Constructs a new FXFillCellEditor.
FXFillCellEditor(Composite, int) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXFillCellEditor
Constructs a new FXFillCellEditor.
FXFillPropertyDescriptor - Class in org.eclipse.gef4.mvc.fx.ui.properties
The FXFillPropertyDescriptor is a PropertyDescriptor that uses the FXFillCellEditor to edit its value.
FXFillPropertyDescriptor(Object, String) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXFillPropertyDescriptor
Creates an property descriptor with the given id and display name.
FXFillSelectionDialog - Class in org.eclipse.gef4.mvc.fx.ui.properties
The FXFillSelectionDialog is a Dialog that allows to select a JavaFX fill, i.e. a Paint.
FXFillSelectionDialog(Shell, String) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXFillSelectionDialog
Constructs a new FXFillSelectionDialog.
FXFocusAndSelectOnClickPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXFocusAndSelectOnClickPolicy is an AbstractFXOnClickPolicy that focuses and selects its host by altering the FocusModel and the SelectionModel when the host is clicked by the mouse.
FXFocusAndSelectOnClickPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXFocusAndSelectOnClickPolicy
 
FXFocusBehavior - Class in org.eclipse.gef4.mvc.fx.behaviors
The FXFocusBehavior can be registered on an IVisualPart to transfer the focus information from the FocusModel to the part's visualization.
FXFocusBehavior() - Constructor for class org.eclipse.gef4.mvc.fx.behaviors.FXFocusBehavior
 
FXFocusTool - Class in org.eclipse.gef4.mvc.fx.tools
The FXFocusTool is an AbstractTool that listens to focus changes.
FXFocusTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXFocusTool
 
FXGridBehavior - Class in org.eclipse.gef4.mvc.fx.behaviors
The FXGridBehavior can be registered on an FXRootPart to apply the information from the GridModel to the FXGridLayer that is managed by the FXViewer.
FXGridBehavior() - Constructor for class org.eclipse.gef4.mvc.fx.behaviors.FXGridBehavior
 
FXHoverBehavior - Class in org.eclipse.gef4.mvc.fx.behaviors
The FXHoverBehavior can be registered on an IVisualPart in order to react to HoverModel changes.
FXHoverBehavior() - Constructor for class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
 
FXHoverFeedbackPart - Class in org.eclipse.gef4.mvc.fx.parts
The FXHoverFeedbackPart is an AbstractFXFeedbackPart that is parameterized by FXGeometryNode<IGeometry>.
FXHoverFeedbackPart() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXHoverFeedbackPart
Default constructor.
FXHoverOnHoverPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXHoverOnHoverPolicy is an AbstractFXOnHoverPolicy that hovers its host by altering the HoverModel when the host is hovered by the mouse.
FXHoverOnHoverPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXHoverOnHoverPolicy
 
FXHoverTool - Class in org.eclipse.gef4.mvc.fx.tools
The FXHoverTool is an AbstractTool that handles mouse hover changes.
FXHoverTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXHoverTool
 
FXMarqueeOnDragPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXMarqueeOnDragPolicy is an AbstractFXOnDragPolicy that performs marquee selection when the mouse is dragged.
FXMarqueeOnDragPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
 
FXPanOnScrollPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXPanOnScrollPolicy is an AbstractFXOnScrollPolicy that pans (i.e. moves/scrolls) the viewport upon scrolling the mouse wheel.
FXPanOnScrollPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXPanOnScrollPolicy
 
FXPanOnTypePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXPanOnTypePolicy is an AbstractFXOnTypePolicy that performs viewport panning via the keyboard.
FXPanOnTypePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXPanOnTypePolicy
 
FXPartUtils - Class in org.eclipse.gef4.mvc.fx.parts
The FXPartUtils class contains utility methods for the identification of possible event targets ( FXPartUtils.getTargetPart(Collection, Node, Class, boolean)) and the computation of collective bounds (FXPartUtils.getUnionedVisualBoundsInScene(Collection)).
FXPartUtils() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXPartUtils
 
FXPinchSpreadTool - Class in org.eclipse.gef4.mvc.fx.tools
An ITool to handle pinch/spread (zoom) interaction gestures.
FXPinchSpreadTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXPinchSpreadTool
 
FXRectangleSegmentHandlePart - Class in org.eclipse.gef4.mvc.fx.parts
An AbstractFXSegmentHandlePart with a Rectangle visual.
FXRectangleSegmentHandlePart() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
 
FXRelocateConnectionPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXRelocateConnectionPolicy is an FXTransformPolicy that is adjusted for the relocation of an FXConnection.
FXRelocateConnectionPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXRelocateConnectionPolicy
 
FXRelocateOnDragPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXRelocateOnDragPolicy is an AbstractFXOnDragPolicy that relocates its host when it is dragged with the mouse.
FXRelocateOnDragPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXRelocateOnDragPolicy
 
FXResizeNodeOperation - Class in org.eclipse.gef4.mvc.fx.operations
The FXResizeNodeOperation can be used to alter the size of a visual.
FXResizeNodeOperation(Node) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXResizeNodeOperation
Constructs a new FXResizeNodeOperation for the manipulation of the given Node.
FXResizeNodeOperation(Node, double, double) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXResizeNodeOperation
Constructs a new FXResizeNodeOperation for the manipulation of the given Node.
FXResizeNodeOperation(String, Node, Dimension, double, double) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXResizeNodeOperation
Constructs a new FXResizeNodeOperation from the given values.
FXResizePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXResizePolicy is a transactional policy that handles the resize of an IVisualPart.
FXResizePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXResizePolicy
 
FXResizeRelocateOnHandleDragPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXResizeRelocateOnHandleDragPolicy is an AbstractFXOnDragPolicy that handles the resize and relocation of its (selected) first anchorage when an AbstractFXSegmentHandlePart of the box selection of the first anchorage is dragged with the mouse.
FXResizeRelocateOnHandleDragPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocateOnHandleDragPolicy
 
FXResizeRelocatePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXResizeRelocatePolicy is a transactional policy that handles the resize and relocation of its host.
FXResizeRelocatePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocatePolicy
 
FXRevealOperation - Class in org.eclipse.gef4.mvc.fx.operations
The FXRevealOperation can be used to reveal an IVisualPart within its IViewer, i.e. manipulates the viewport translation so that the part is visible.
FXRevealOperation(IVisualPart<Node, ? extends Node>) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXRevealOperation
Constrcuts a new FXRevealOperation that will reveal the given IVisualPart upon execution.
FXRootPart - Class in org.eclipse.gef4.mvc.fx.parts
The FXRootPart is an AbstractFXRootPart that is parameterized by Group.
FXRootPart() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXRootPart
Default constructor.
FXRotatePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXRotatePolicy is a transactional policy that handles the rotation of its host.
FXRotatePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXRotatePolicy
 
FXRotateSelectedOnHandleDragPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXRotateSelectedOnHandleDragPolicy is an AbstractFXOnDragPolicy that rotates the whole selection when a selection handle is dragged.
FXRotateSelectedOnHandleDragPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
 
FXRotateSelectedOnRotatePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXRotateSelectedOnRotatePolicy is an AbstractFXOnRotatePolicy that rotates the whole selection when its host experiences a touch rotate gesture.
FXRotateSelectedOnRotatePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnRotatePolicy
 
FXRotateTool - Class in org.eclipse.gef4.mvc.fx.tools
An ITool to handle rotate interaction gestures.
FXRotateTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXRotateTool
 
FXScaleRelocateOnHandleDragPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXScaleRelocateOnHandleDragPolicy is an AbstractFXOnDragPolicy that relocates and scales the whole selection when its host (a box selection handle, AbstractFXSegmentHandlePart) is dragged.
FXScaleRelocateOnHandleDragPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXScaleRelocateOnHandleDragPolicy
Default constructor.
FXScaleRelocatePolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXScaleRelocatePolicy is a transactional policy that handles the scaling/relocation of its host.
FXScaleRelocatePolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXScaleRelocatePolicy
 
FXScrollTool - Class in org.eclipse.gef4.mvc.fx.tools
The FXScrollTool is an AbstractTool that handles mouse scroll events.
FXScrollTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXScrollTool
 
FXSelectionFeedbackPart - Class in org.eclipse.gef4.mvc.fx.parts
The FXSelectionFeedbackPart is an AbstractFXFeedbackPart that is parameterized by FXGeometryNode<IGeometry>.
FXSelectionFeedbackPart() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXSelectionFeedbackPart
Default constructor.
FXSelectionLinkFeedbackPart - Class in org.eclipse.gef4.mvc.fx.parts
The FXSelectionLinkFeedbackPart is an FXSelectionFeedbackPart that uses a dotted line as its visualization.
FXSelectionLinkFeedbackPart() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXSelectionLinkFeedbackPart
Default constructor.
FXSimpleGradientPicker - Class in org.eclipse.gef4.mvc.fx.ui.properties
The FXSimpleGradientPicker allows the selection of two colors from which a gradient is constructed.
FXSimpleGradientPicker(Composite) - Constructor for class org.eclipse.gef4.mvc.fx.ui.properties.FXSimpleGradientPicker
Constructs a new FXSimpleGradientPicker.
FXTransformaionProvider() - Method in class org.eclipse.gef4.mvc.fx.parts.FXTransformProvider
Default constructor.
FXTransformOperation - Class in org.eclipse.gef4.mvc.fx.operations
The FXTransformOperation can be used to change an Affine, for example, one that is contained within the transformations list of a Node to transform that Node.
FXTransformOperation(Affine) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXTransformOperation
Constructs a new FXTransformOperation to change the given nodeTransform.
FXTransformOperation(Affine, Affine) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXTransformOperation
Constructs a new FXTransformOperation to change the given nodeTransform.
FXTransformOperation(Affine, Affine, Affine) - Constructor for class org.eclipse.gef4.mvc.fx.operations.FXTransformOperation
Constructs a new FXTransformOperation to change the given nodeTransform.
FXTransformPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXTransformPolicy is a transactional policy that handles the transformation of its host.
FXTransformPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXTransformPolicy
 
FXTransformProvider - Class in org.eclipse.gef4.mvc.fx.parts
The FXTransformProvider can be registered on an IVisualPart to insert an Affine into its visual's transformations list and access that Affine.
FXTransformProvider() - Constructor for class org.eclipse.gef4.mvc.fx.parts.FXTransformProvider
 
FXTypeTool - Class in org.eclipse.gef4.mvc.fx.tools
The FXTypeTool is an AbstractTool that handles keyboard input.
FXTypeTool() - Constructor for class org.eclipse.gef4.mvc.fx.tools.FXTypeTool
 
FXView - Class in org.eclipse.gef4.mvc.fx.ui.parts
Abstract base class for views.
FXView(Injector) - Constructor for class org.eclipse.gef4.mvc.fx.ui.parts.FXView
Constructs a new FXView that uses the given Injector to inject its members.
FXViewer - Class in org.eclipse.gef4.mvc.fx.viewer
The FXViewer is an AbstractViewer that is parameterized by Node.
FXViewer() - Constructor for class org.eclipse.gef4.mvc.fx.viewer.FXViewer
 
FXViewportBehavior - Class in org.eclipse.gef4.mvc.fx.behaviors
The FXViewportBehavior can be registered on an FXRootPart in order to keep the ViewportModel in sync with the ScrollPaneEx of the FXViewer and vice versa.
FXViewportBehavior() - Constructor for class org.eclipse.gef4.mvc.fx.behaviors.FXViewportBehavior
 
FXZoomOnPinchSpreadPolicy - Class in org.eclipse.gef4.mvc.fx.policies
An AbstractFXOnPinchSpreadPolicy that performs zooming.
FXZoomOnPinchSpreadPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXZoomOnPinchSpreadPolicy
 
FXZoomOnScrollPolicy - Class in org.eclipse.gef4.mvc.fx.policies
The FXZoomOnScrollPolicy is an AbstractFXOnScrollPolicy that scales the viewport when the user scroll with the mouse wheel while pressing either <Control> or <Alt>.
FXZoomOnScrollPolicy() - Constructor for class org.eclipse.gef4.mvc.fx.policies.FXZoomOnScrollPolicy
 
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links
GEF4 MVC
0.2.0.201509140217

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