Index
All Classes and Interfaces|All Packages|Constant Field Values
F
- filterParts(Collection<? extends IVisualPart<? extends Node>>, Class<T>) - Static method in class org.eclipse.gef.mvc.fx.parts.PartUtils
-
Searches the given collection of
IVisualPart
s for elements of the specified type. - filterParts(Collection<? extends IVisualPart<? extends Node>>, Predicate<? super IVisualPart<? extends Node>>) - Static method in class org.eclipse.gef.mvc.fx.parts.PartUtils
-
Searches the given collection of
IVisualPart
s for elements of the specified type. - findInnerMostContentPart(IContentPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.policies.FocusTraversalPolicy
-
Returns the inner most
IContentPart
child within the part hierarchy of the givenIContentPart
. - findNextContentPart(IContentPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.policies.FocusTraversalPolicy
-
Determines the next
IContentPart
to which keyboard focus is assigned, depending on the currently focusedIContentPart
. - findOrCreatePartFor(Object) - Method in class org.eclipse.gef.mvc.fx.behaviors.ContentBehavior
-
Finds/Revives/Creates an
IContentPart
for the given contentObject
. - findPreviousContentPart(IContentPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.policies.FocusTraversalPolicy
-
Determines the previous
IContentPart
to which keyboard focus is assigned, depending on the currently focusedIContentPart
. - fitToSize() - Method in class org.eclipse.gef.mvc.fx.policies.ViewportPolicy
-
Centers the contents within the viewport and zooms the viewport so that the contents are fully visible.
- fitToSize(double) - Method in class org.eclipse.gef.mvc.fx.policies.ViewportPolicy
-
Centers the contents within the viewport and zooms the viewport so that the contents are fully visible (if possible given the specified zoom factor range).
- fitToSize(double, double) - Method in class org.eclipse.gef.mvc.fx.policies.ViewportPolicy
-
Centers the contents within the viewport and zooms the viewport so that the contents are fully visible (if possible given the specified zoom factor range).
- FOCUS_FEEDBACK_COLOR_PROVIDER - Static variable in class org.eclipse.gef.mvc.fx.parts.DefaultFocusFeedbackPartFactory
-
Defines the binding name for the focus feedback color.
- FOCUS_FEEDBACK_GEOMETRY_PROVIDER - Static variable in class org.eclipse.gef.mvc.fx.parts.DefaultFocusFeedbackPartFactory
-
The role name for the
Provider<IGeometry>
that will be used to generate focus feedback. - FOCUS_FEEDBACK_PART_FACTORY - Static variable in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
-
The adapter role for the "focus"
IFeedbackPartFactory
. - FOCUS_PROPERTY - Static variable in class org.eclipse.gef.mvc.fx.models.FocusModel
-
The
FocusModel
firesPropertyChangeEvent
s when the focused part changes. - FocusBehavior - Class in org.eclipse.gef.mvc.fx.behaviors
-
The
FocusBehavior
can be registered on anIVisualPart
to transfer the focus information from theFocusModel
to the part's visualization. - FocusBehavior() - Constructor for class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
- FOCUSED_STYLE - Static variable in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
-
Defines the CSS styling that is used to highlight a focused viewer.
- FocusFeedbackPart - Class in org.eclipse.gef.mvc.fx.parts
-
The
FocusFeedbackPart
visualizes focus feedback. - FocusFeedbackPart() - Constructor for class org.eclipse.gef.mvc.fx.parts.FocusFeedbackPart
-
Default constructor.
- FocusModel - Class in org.eclipse.gef.mvc.fx.models
-
The
FocusModel
stores theIContentPart
which has keyboard focus. - FocusModel() - Constructor for class org.eclipse.gef.mvc.fx.models.FocusModel
-
Constructs a new
FocusModel
. - focusNext() - Method in class org.eclipse.gef.mvc.fx.policies.FocusTraversalPolicy
-
Assigns focus to the next part in the traversal cycle.
- focusPrevious() - Method in class org.eclipse.gef.mvc.fx.policies.FocusTraversalPolicy
-
Assigns focus to the previous part in the traversal cycle.
- focusProperty() - Method in class org.eclipse.gef.mvc.fx.models.FocusModel
-
Returns an object property providing the currently focused
IContentPart
. - FocusTraversalPolicy - Class in org.eclipse.gef.mvc.fx.policies
-
The
FocusTraversalPolicy
can be used to assign focus to the next or previous part in the focus traversal cycle. - FocusTraversalPolicy() - Constructor for class org.eclipse.gef.mvc.fx.policies.FocusTraversalPolicy
- ForwardUndoCompositeOperation - Class in org.eclipse.gef.mvc.fx.operations
-
The
ForwardUndoCompositeOperation
is anAbstractCompositeOperation
which undoes its combined operations in the same order as they are executed. - ForwardUndoCompositeOperation(String) - Constructor for class org.eclipse.gef.mvc.fx.operations.ForwardUndoCompositeOperation
-
Creates a new
ForwardUndoCompositeOperation
with the given label. - FXEditorActionBarContributor - Class in org.eclipse.gef.mvc.fx.ui.parts
- FXEditorActionBarContributor() - Constructor for class org.eclipse.gef.mvc.fx.ui.parts.FXEditorActionBarContributor
- FXPaintPropertyDescriptor - Class in org.eclipse.gef.mvc.fx.ui.properties
-
The
FXPaintPropertyDescriptor
is aPropertyDescriptor
that uses theFXPaintCellEditor
to edit its value. - FXPaintPropertyDescriptor(Object, String) - Constructor for class org.eclipse.gef.mvc.fx.ui.properties.FXPaintPropertyDescriptor
-
Creates an property descriptor with the given id and display name.
All Classes and Interfaces|All Packages|Constant Field Values