Package org.eclipse.ui.views
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 usingIWorkbench.getViewRegistry()
.-
Interface Summary Interface Description IStickyViewDescriptor Supplemental view interface that describes various sticky characteristics that a view may possess.IViewCategory Represents a categorization of views.IViewDescriptor This is a view descriptor.IViewRegistry The view registry maintains a list of views explicitly registered against the view extension point..