Uses of Class
org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
-
Packages that use AbstractBehavior Package Description org.eclipse.gef.mvc.fx.behaviors This package contains JavaFX/MVC.FX-specificIBehavior
implementations. -
-
Uses of AbstractBehavior in org.eclipse.gef.mvc.fx.behaviors
Subclasses of AbstractBehavior in org.eclipse.gef.mvc.fx.behaviors Modifier and Type Class Description class
ConnectionClickableAreaBehavior
A behavior that regulates the clickable area width of anIVisualPart
's connection visual dependent on the zoom level.class
ContentBehavior
A behavior that can be adapted to anIRootPart
or anIContentPart
to synchronize the list ofIContentPart
children and (only in case of anIContentPart
) anchorages with the list of content children and anchored.class
FocusBehavior
TheFocusBehavior
can be registered on anIVisualPart
to transfer the focus information from theFocusModel
to the part's visualization.class
GridBehavior
TheGridBehavior
can be registered on anIRootPart
to apply the information from theGridModel
to the background grid that is managed by theInfiniteCanvasViewer
.class
HoverBehavior
class
HoverIntentBehavior
TheHoverIntentBehavior
complements theHoverBehavior
w.r.t.class
RevealPrimarySelectionBehavior
TheRevealPrimarySelectionBehavior
observes theSelectionModel
that is registered at theIViewer
of itshost
andreveals
the primary selection, i.e. the first element of theSelectionModel.selectionUnmodifiableProperty()
when the selection changes.class
SelectionBehavior
The default selection behavior is responsible for creating and removing selection feedback and handles.class
SnappingBehavior
TheSnappingBehavior
is responsible for creating and removing feedback and handles in response toSnappingModel
changes.
-