Uses of Interface
org.eclipse.gef.mvc.fx.behaviors.IBehavior
-
Packages that use IBehavior Package Description org.eclipse.gef.mvc.fx.behaviors This package contains JavaFX/MVC.FX-specificIBehavior
implementations.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes. -
-
Uses of IBehavior in org.eclipse.gef.mvc.fx.behaviors
Classes in org.eclipse.gef.mvc.fx.behaviors that implement IBehavior Modifier and Type Class Description class
AbstractBehavior
TheAbstractBehavior
can be used as a base class forIBehavior
implementations.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. -
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 IBehavior Modifier and Type Method Description java.util.Map<AdapterKey<? extends IBehavior>,IBehavior>
AbstractVisualPart. getBehaviors()
java.util.Map<AdapterKey<? extends IBehavior>,IBehavior>
AbstractVisualPart. getBehaviors()
java.util.Map<AdapterKey<? extends IBehavior>,IBehavior>
IVisualPart. getBehaviors()
Returns aMap
of this part's behaviors and their correspondingAdapterKey
s.java.util.Map<AdapterKey<? extends IBehavior>,IBehavior>
IVisualPart. getBehaviors()
Returns aMap
of this part's behaviors and their correspondingAdapterKey
s.
-