| 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 |
FXCursorBehavior
The
FXCursorBehavior can be used to change the mouse cursor depending
on the currently pressed modifier keys. |
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 FXGridLayer
that is managed by the FXViewer. |
class |
FXHoverBehavior
|
class |
FXViewportBehavior
The
FXViewportBehavior can be registered on an FXRootPart in
order to keep the ViewportModel in sync with the ScrollPaneEx
of the FXViewer and vice versa. |
Copyright (c) 2014 itemis AG and others. All rights reserved.