Class ContentOutlinePage

java.lang.Object
org.eclipse.ui.part.Page
org.eclipse.gef.ui.parts.ContentOutlinePage
All Implemented Interfaces:
ISelectionProvider, IPage, IPageBookViewPage, IContentOutlinePage

public class ContentOutlinePage extends Page implements IContentOutlinePage
A adapter for an outline page containing a single EditPartViewer. This class handles selection processing and widget focus. There is no need to manage viewer lifecycle. When dispose() is called in the superclass, the EditPartViewer will receive widget dispose callback, and perform any necessary cleanup. This class is just an adapter.