See: Description
| Interface | Description |
|---|---|
| ICategory |
Interface for viewpoint categories.
|
| IImmutableViewpoint |
Cannot change the enabled activities of immutable
Viewpoints. |
| IImmutableViewpointElement |
Cannot change the data of immutable
ViewpointElements. |
| IViewpointElement |
the
IViewpointElement is used to create a viewpoint element. |
| IViewpointElementContent |
The
IViewpointElementContent has to be implemented by the client code
after that the code has to be contributed using a viewpoitTypes extension point. |
| IViewpointElementContentEx | |
| IViewpointElementDataHandler |
This interface contains set of methods that convert raw data into string collection and 'vice versa'
|
| IViewpointListener |
An instance of this interface can be used by clients to receive notification
of changes related to
Viewpoints. |
| IViewpointManager |
The
IViewpointManager is responsible for managing the
viewpoint preferences. |
| Class | Description |
|---|---|
| AbstractViewpointElementContent |
Abstract implementation of IViewpointElementContent.
|
| EnabledViewpointChangedEvent |
An instance of this class describes changes to the
IViewpointManager. |
| Viewpoint |
Viewpoints are used to create capability sets. |
| ViewpointChangedEvent |
An instance of this class describes changes to a
Viewpoint. |
| ViewpointElementChangedEvent |
Notifies when viewpoint element has been changed
|
| ViewpointElementManagerEvent |
An instance of this class describes changes related to
ViewpointElements
and the IViewpointManager. |
| ViewpointEvent |
An instance of this class describes changes related to
Viewpoints. |
| ViewpointManagerEvent |
An instance of this class describes changes related to
Viewpoints
and the IViewpointManager. |
EnabledViewpointChangedEvent:
Event describing changes to the enabled viewpoint in the viewpoint manager.ICategory:
Interface of a viewpoint category.IImmutableViewpoint:
Describes a viewpoint whose activities cannot be changed.IViewpointListener:
Listener which listens to ViewpointEvents.IViewpointManager:
Interface for the viewpoint manager.Viewpoint:
Viewpoints are used to create capability sets.ViewpointChangedEvent:
Event describing changes to a viewpoint.ViewpointEvent:
Abstract base class for all viewpoint related events.ViewpointManagerEvent:
Event describing changes to the viewpoint manager.