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.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart , IFeedbackPart ,
and IHandlePart implementations and related classes. |
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.fx.tools |
This package contains JavaFX-specific
ITool
implementations for different interactions (e.g. mouse drag). |
org.eclipse.gef4.mvc.fx.viewer | |
org.eclipse.gef4.mvc.models |
This package contains all viewer models, i.e. the data constituting a viewer state.
|
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.parts |
This package contains all abstractions related to controllers (aka parts) in a
model-view-controller architecture.
|
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 . |
org.eclipse.gef4.mvc.viewer |
This package contains the
IViewer abstraction
and the related AbstractViewer realization. |
Class and Description |
---|
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IFeedbackPart
An
IFeedbackPart is a controller that controls a visual, which is
used simply for feedback and does not correspond to anything in the
visualized model. |
IHandlePart
An
IHandlePart is a controller that controls a visual, which is used
simply for tool interaction and does not correspond to anything in the
visualized model. |
IRootPart |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
AbstractContentPart
The abstract base implementation of
IContentPart , intended to be
sub-classed by clients to create their own custom IContentPart . |
AbstractFeedbackPart
The abstract base implementation of
IFeedbackPart , intended to be
sub-classed by clients to create their own custom IFeedbackPart . |
AbstractHandlePart
The abstract base implementation of
IHandlePart , intended to be
sub-classed by clients to create their own custom IHandlePart . |
AbstractRootPart |
AbstractVisualPart |
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IFeedbackPart
An
IFeedbackPart is a controller that controls a visual, which is
used simply for feedback and does not correspond to anything in the
visualized model. |
IFeedbackPartFactory |
IHandlePart
An
IHandlePart is a controller that controls a visual, which is used
simply for tool interaction and does not correspond to anything in the
visualized model. |
IHandlePartFactory |
IRootPart |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
AbstractVisualPart |
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IFeedbackPart
An
IFeedbackPart is a controller that controls a visual, which is
used simply for feedback and does not correspond to anything in the
visualized model. |
IHandlePart
An
IHandlePart is a controller that controls a visual, which is used
simply for tool interaction and does not correspond to anything in the
visualized model. |
IRootPart |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class and Description |
---|
IContentPart
An
IVisualPart that visualizes an underlying content element. |
IRootPart |
IVisualPart
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Copyright (c) 2014 itemis AG and others. All rights reserved.