org.eclipse.ui.views |
Package-level Javadoc
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Package Specification
This package provides API for querying the installed views and their properties.
The view registry can be obtained using {@link org.eclipse.ui.IWorkbench#getViewRegistry()}.
|
Java Source File Name | Type | Comment |
IStickyViewDescriptor.java | Interface | Supplemental view interface that describes various sticky characteristics
that a view may possess. |
IViewCategory.java | Interface | Represents a categorization of views. |
IViewDescriptor.java | Interface | This is a view descriptor. |
IViewRegistry.java | Interface | The view registry maintains a list of views explicitly registered
against the view extension point.. |