Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Class and Description |
---|---|
class |
FXBendFirstAnchorageOnSegmentHandleDragPolicy
The
FXBendFirstAnchorageOnSegmentHandleDragPolicy is an
IFXOnDragPolicy that can be installed on the handle parts of an
Connection , so that the user is able to manipulate that connection by
dragging its handles. |
class |
FXBendOnSegmentDragPolicy
Uses the
FXBendConnectionPolicy of its host to move the dragged
connection segment. |
class |
FXFocusAndSelectOnClickPolicy
The
FXFocusAndSelectOnClickPolicy is an IFXOnClickPolicy that
focuses and selects its host by altering the
FocusModel and the SelectionModel when the host is clicked by the mouse. |
class |
FXHoverOnHoverPolicy
The
FXHoverOnHoverPolicy is an IFXOnHoverPolicy that hovers
its host by altering the HoverModel when the
host is hovered by the mouse. |
class |
FXMarqueeOnDragPolicy
The
FXMarqueeOnDragPolicy is an IFXOnDragPolicy that performs
marquee selection when the mouse is dragged. |
class |
FXNormalizeConnectedOnDrag
Triggers a normalization of the control points of all content parts that
support
FXBendConnectionPolicy and are anchored to the host of this
policy. |
class |
FXResizeTransformSelectedOnHandleDragPolicy
The
FXResizeTransformSelectedOnHandleDragPolicy is an
IFXOnDragPolicy that relocates and scales the whole
selection when its host (a box selection handle,
AbstractFXSegmentHandlePart ) is dragged. |
class |
FXResizeTranslateFirstAnchorageOnHandleDragPolicy
The
FXResizeTranslateFirstAnchorageOnHandleDragPolicy is an IFXOnDragPolicy
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. |
class |
FXRotateSelectedOnHandleDragPolicy
The
FXRotateSelectedOnHandleDragPolicy is an IFXOnDragPolicy
that rotates the whole selection when a selection
handle is dragged. |
class |
FXSelectFocusedOnTypePolicy
The
FXSelectFocusedOnTypePolicy implements (de-)selecting a focused part via
the keyboard. |
class |
FXTranslateSelectedOnDragPolicy
The
FXTranslateSelectedOnDragPolicy is an IFXOnDragPolicy
that relocates its host when it is dragged with the mouse. |
class |
FXTraverseFocusOnTypePolicy
The
FXTraverseFocusOnTypePolicy implements focus traversal via
keyboard input. |
Copyright (c) 2014 itemis AG and others. All rights reserved.