Package | Description |
---|---|
org.eclipse.gef4.mvc.behaviors |
This package contains the
IBehavior
and AbstractBehavior definitions. |
org.eclipse.gef4.mvc.fx.behaviors |
This package contains JavaFX/MVC.FX-specific
IBehavior implementations. |
org.eclipse.gef4.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<VR> |
SelectionBehavior.getFeedbackPartFactory()
Returns the
IFeedbackPartFactory for selection feedback. |
protected IFeedbackPartFactory<VR> |
HoverBehavior.getFeedbackPartFactory()
Returns the
IFeedbackPartFactory for hover feedback. |
Modifier and Type | Method and Description |
---|---|
protected IFeedbackPartFactory<javafx.scene.Node> |
FXFocusBehavior.getFeedbackPartFactory()
Returns the
IFeedbackPartFactory for selection feedback. |
Modifier and Type | Class and Description |
---|---|
class |
FXDefaultFocusFeedbackPartFactory |
class |
FXDefaultHoverFeedbackPartFactory |
class |
FXDefaultSelectionFeedbackPartFactory |
Copyright (c) 2014 itemis AG and others. All rights reserved.