This package contains classes defining the MMI UI Services, which allows obtaining
UI Providers and a handler for performing an "open" operation on a StructuredReference.
Package Specification
Contains the MMIUIService which is used for obtaining IMMIUIHandler and
StructuredReferenceOpenHandler objects. An instance of the service can be
obtained using InternalMMIUIService.getInstance()
.
The IMMUIHandler contains methods for retrieving source elements from
UI objects, determining the langauage element type of a source element, and
determining the diagram path from a UI Object.
- {@link com.ibm.xtools.mmi.ui.services.IMMIUIService}:
MMI UI Service to obtain IMMIUIHandler and StructuredReferenceOpenHandler objects.
- {@link com.ibm.xtools.mmi.ui.services.IMMIUIProvider}:
Providers for the MMI UI Service must implement this interface.
- {@link com.ibm.xtools.mmi.ui.services.IMMIUIHandler}:
Contains methods for common UI operations on UI objects as described above.