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. |
Modifier and Type | Class and Description |
---|---|
class |
ContentBehavior<VR>
A behavior that can be adapted to an
IRootPart or an
IContentPart to synchronize the list of IContentPart children
and (only in case of an IContentPart ) anchorages with the list of
content children and anchored. |
class |
HoverBehavior<VR>
The
HoverBehavior is responsible for creating and removing selection
feedback. |
class |
SelectionBehavior<VR>
The default selection behavior is responsible for creating and removing
selection feedback and handles.
|
Modifier and Type | Class and Description |
---|---|
class |
FXConnectionClickableAreaBehavior
A behavior that regulates the clickable area width of an
IVisualPart
's connection visual dependent on the zoom level. |
class |
FXFocusBehavior
The
FXFocusBehavior can be registered on an IVisualPart to
transfer the focus information from the FocusModel to the part's
visualization. |
class |
FXGridBehavior
The
FXGridBehavior can be registered on an FXRootPart to
apply the information from the GridModel to the background grid that
is managed by the FXViewer . |
class |
FXHoverBehavior
|
Copyright (c) 2014 itemis AG and others. All rights reserved.