public class ViewpointElementManagerEvent extends ViewpointEvent
ViewpointElements
and the IViewpointManager.
This class is not intended to be extended by clients.
ENABLE_VIEWPOINT_CHANGED, REGISTER, REGISTER_VIEWPONT_ELEMENT, UNREGISTER, UNREGISTER_VIEWPONT_ELEMENT, VIEWPOINT_CHANGED| Constructor and Description |
|---|
ViewpointElementManagerEvent(int eventType,
Viewpoint viewpoint,
com.ibm.xtools.common.ui.reduction.internal.viewpoints.ViewpointElement viewpointElement,
IViewpointManager manager) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.xtools.common.ui.reduction.internal.viewpoints.ViewpointElement |
getViewpointElement()
Get the corresponding viewpoint element
|
IViewpointManager |
getViewpointManager()
Returns the instance of the
IViewpointManager that changed. |
getEventType, getViewpointpublic ViewpointElementManagerEvent(int eventType,
Viewpoint viewpoint,
com.ibm.xtools.common.ui.reduction.internal.viewpoints.ViewpointElement viewpointElement,
IViewpointManager manager)
eventType - the event typeviewpoint - the affected viewpointmanager - the affected viewpoint managerpublic IViewpointManager getViewpointManager()
IViewpointManager that changed.IViewpointManager that changed.public com.ibm.xtools.common.ui.reduction.internal.viewpoints.ViewpointElement getViewpointElement()