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 IHandlePartFactory |
SelectionBehavior.getHandlePartFactory(IViewer viewer) |
protected IHandlePartFactory |
HoverIntentBehavior.getHandlePartFactory(IViewer viewer) |
protected IHandlePartFactory |
HoverBehavior.getHandlePartFactory(IViewer viewer) |
protected IHandlePartFactory |
AbstractBehavior.getHandlePartFactory(IViewer viewer)
Returns the
IHandlePartFactory that should be used for handle
creation. |
protected IHandlePartFactory |
AbstractBehavior.getHandlePartFactory(IViewer viewer,
java.lang.String role)
Returns the
IHandlePartFactory that is registered as an adapter
at the given IViewer under the given role. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHoverIntentHandlePartFactory |
class |
DefaultSelectionHandlePartFactory |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.