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.ui.parts |
This package contains specific Eclipse
ViewPart
and EditorPart implementations which wrap an
FXCanvas . |
org.eclipse.gef4.mvc.operations |
This package contains implementations of
IUndoableOperation which can be
used to manipulate the default models, especially content creation and
removal. |
org.eclipse.gef4.mvc.policies |
This package contains the
IPolicy (and
AbstractPolicy ) abstraction and
concrete implementations for the manipulation of the
ContentModel :
ContentPolicy ,
CreationPolicy , and
DeletionPolicy . |
Class and Description |
---|
ContentModel
The
ContentModel stores the content Object s that are
visualized. |
HoverModel
The
HoverModel is used to store the current viewer's mouse hover
target, i.e. the IVisualPart that is currently under the mouse
cursor. |
SelectionModel
The
SelectionModel is used to store the current viewer's selection. |
Class and Description |
---|
FocusModel
The
FocusModel stores the IContentPart which has keyboard
focus. |
Class and Description |
---|
SelectionModel
The
SelectionModel is used to store the current viewer's selection. |
Class and Description |
---|
FocusModel
The
FocusModel stores the IContentPart which has keyboard
focus. |
SelectionModel
The
SelectionModel is used to store the current viewer's selection. |
Class and Description |
---|
GridModel
The
GridModel stores information about a background grid, i.e. cell
width and cell height. |
Copyright (c) 2014 itemis AG and others. All rights reserved.