Package | Description |
---|---|
org.eclipse.gef.mvc.fx.behaviors |
This package contains JavaFX/MVC.FX-specific
IBehavior implementations. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionClickableAreaBehavior
A behavior that regulates the clickable area width of an
IVisualPart
's connection visual dependent on the zoom level. |
class |
ContentBehavior
A behavior that can be adapted to an
IRootPart or an
IContentPart to synchronize the list of IContentPart children
and (only in case of an IContentPart ) anchorages with the list of
content children and anchored. |
class |
FocusBehavior
The
FocusBehavior can be registered on an IVisualPart to
transfer the focus information from the FocusModel to the part's
visualization. |
class |
GridBehavior
The
GridBehavior can be registered on an IRootPart to apply
the information from the GridModel to the background grid that is
managed by the InfiniteCanvasViewer . |
class |
HoverBehavior
|
class |
HoverIntentBehavior
The
HoverIntentBehavior complements the HoverBehavior w.r.t. |
class |
RevealPrimarySelectionBehavior
The
RevealPrimarySelectionBehavior observes the
SelectionModel that is registered at the IViewer of its
host and
reveals the
primary selection, i.e. the first element of the
SelectionModel.selectionUnmodifiableProperty() when the selection
changes. |
class |
SelectionBehavior
The default selection behavior is responsible for creating and removing
selection feedback and handles.
|
class |
SnappingBehavior
The
SnappingBehavior is responsible for creating and removing
feedback and handles in response to SnappingModel changes. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.