Class 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.