Package | Description |
---|---|
org.eclipse.gef.mvc.fx.behaviors |
This package contains JavaFX/MVC.FX-specific
IBehavior implementations. |
org.eclipse.gef.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
Modifier and Type | Method and Description |
---|---|
protected IFeedbackPartFactory |
AbstractBehavior.getFeedbackPartFactory(IViewer viewer)
Returns the
IFeedbackPartFactory that should be used for feedback
creation. |
protected IFeedbackPartFactory |
SelectionBehavior.getFeedbackPartFactory(IViewer viewer) |
protected IFeedbackPartFactory |
SnappingBehavior.getFeedbackPartFactory(IViewer viewer)
Returns the
IFeedbackPartFactory for selection feedback. |
protected IFeedbackPartFactory |
HoverIntentBehavior.getFeedbackPartFactory(IViewer viewer) |
protected IFeedbackPartFactory |
HoverBehavior.getFeedbackPartFactory(IViewer viewer) |
protected IFeedbackPartFactory |
FocusBehavior.getFeedbackPartFactory(IViewer viewer) |
protected IFeedbackPartFactory |
AbstractBehavior.getFeedbackPartFactory(IViewer viewer,
java.lang.String role)
Returns the
IFeedbackPartFactory that is registered as an adapter
at the given IViewer under the given role. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFocusFeedbackPartFactory |
class |
DefaultHoverFeedbackPartFactory |
class |
DefaultSelectionFeedbackPartFactory |
class |
DefaultSnappingFeedbackPartFactory
The
DefaultSnappingFeedbackPartFactory is an IFeedbackPartFactory
that is used by the SnappingBehavior to generate
SnappingFeedbackPart s for the SnappingModel.SnappingLocation s that
are stored in the SnappingModel . |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.