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 IHandlePartFactory<VR> |
SelectionBehavior.getHandlePartFactory()
Returns the
IHandlePartFactory that was injected into this
SelectionBehavior . |
Modifier and Type | Method and Description |
---|---|
protected IHandlePartFactory<javafx.scene.Node> |
FXHoverBehavior.getHandlePartFactory()
Returns the
IHandlePartFactory that was injected into this
SelectionBehavior . |
Modifier and Type | Class and Description |
---|---|
class |
FXDefaultHoverHandlePartFactory |
class |
FXDefaultSelectionHandlePartFactory |
Copyright (c) 2014 itemis AG and others. All rights reserved.