Uses of Interface
org.eclipse.gef.mvc.fx.behaviors.IBehavior
Packages that use IBehavior
Package
Description
This package contains JavaFX/MVC.FX-specific
IBehavior
implementations.This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.-
Uses of IBehavior in org.eclipse.gef.mvc.fx.behaviors
Classes in org.eclipse.gef.mvc.fx.behaviors that implement IBehaviorModifier and TypeClassDescriptionclass
TheAbstractBehavior
can be used as a base class forIBehavior
implementations.class
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. -
Uses of IBehavior in org.eclipse.gef.mvc.fx.parts
Methods in org.eclipse.gef.mvc.fx.parts that return types with arguments of type IBehaviorModifier and TypeMethodDescriptionMap<AdapterKey<? extends IBehavior>,
IBehavior> AbstractVisualPart.getBehaviors()
Map<AdapterKey<? extends IBehavior>,
IBehavior> AbstractVisualPart.getBehaviors()
Map<AdapterKey<? extends IBehavior>,
IBehavior> IVisualPart.getBehaviors()
Returns aMap
of this part's behaviors and their correspondingAdapterKey
s.Map<AdapterKey<? extends IBehavior>,
IBehavior> IVisualPart.getBehaviors()
Returns aMap
of this part's behaviors and their correspondingAdapterKey
s.