See: Description
| Interface | Description |
|---|---|
| IContentPart<VR,V extends VR> |
An
IVisualPart that visualizes an underlying content element. |
| IContentPartFactory<VR> |
A factory for creating new
IContentParts. |
| IFeedbackPart<VR,V extends VR> |
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<VR> | |
| IHandlePart<VR,V extends VR> |
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<VR> | |
| IRootPart<VR,V extends VR> | |
| IVisualPart<VR,V extends VR> |
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
| Class | Description |
|---|---|
| AbstractContentPart<VR,V extends VR> |
The abstract base implementation of
IContentPart, intended to be
sub-classed by clients to create their own custom IContentPart. |
| AbstractFeedbackPart<VR,V extends VR> |
The abstract base implementation of
IFeedbackPart, intended to be
sub-classed by clients to create their own custom IFeedbackPart. |
| AbstractHandlePart<VR,V extends VR> |
The abstract base implementation of
IHandlePart, intended to be
sub-classed by clients to create their own custom IHandlePart. |
| AbstractRootPart<VR,V extends VR> | |
| AbstractVisualPart<VR,V extends VR> | |
| PartUtils |
Provides utilities needed in the context of
IVisualParts. |
Copyright (c) 2014 itemis AG and others. All rights reserved.