org.eclipse.ui.views.contentoutline |
Package-level Javadoc
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
|
Java Source File Name | Type | Comment |
ContentOutline.java | Class | Main class for the Content Outline View.
This standard view has id "org.eclipse.ui.views.ContentOutline" .
When a content outline view notices an editor being activated, it
asks the editor whether it has a content outline page to include
in the outline view. |
ContentOutlinePage.java | Class | An abstract base class for content outline pages.
Clients who are defining an editor may elect to provide a corresponding
content outline page. |
IContentOutlinePage.java | Interface | Marker-style interface for a content outline page. |