Uses of Class
org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Packages that use AbstractBehavior
-
Uses of AbstractBehavior in org.eclipse.gef.mvc.fx.behaviors
Subclasses of AbstractBehavior in org.eclipse.gef.mvc.fx.behaviorsModifier and TypeClassDescriptionclass
A behavior that regulates the clickable area width of anIVisualPart
's connection visual dependent on the zoom level.class
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
TheFocusBehavior
can be registered on anIVisualPart
to transfer the focus information from theFocusModel
to the part's visualization.class
TheGridBehavior
can be registered on anIRootPart
to apply the information from theGridModel
to the background grid that is managed by theInfiniteCanvasViewer
.class
class
TheHoverIntentBehavior
complements theHoverBehavior
w.r.t.class
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
The default selection behavior is responsible for creating and removing selection feedback and handles.class
TheSnappingBehavior
is responsible for creating and removing feedback and handles in response toSnappingModel
changes.