java.lang.Object
ContentOutlinePage
com.vinculum.processeditor.editors.ProcessEditor.OutlinePage
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable
- Enclosing class:
- ProcessEditor
- class ProcessEditor.OutlinePage
- extends ContentOutlinePage
- implements org.eclipse.core.runtime.IAdaptable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pageBook
private org.eclipse.ui.part.PageBook pageBook
outline
private org.eclipse.swt.widgets.Control outline
overview
private org.eclipse.swt.widgets.Canvas overview
showOutlineAction
private org.eclipse.jface.action.IAction showOutlineAction
showOverviewAction
private org.eclipse.jface.action.IAction showOverviewAction
ID_OUTLINE
static final int ID_OUTLINE
- See Also:
- Constant Field Values
ID_OVERVIEW
static final int ID_OVERVIEW
- See Also:
- Constant Field Values
overviewInitialized
private boolean overviewInitialized
thumbnail
private Thumbnail thumbnail
ProcessEditor.OutlinePage
public ProcessEditor.OutlinePage(EditPartViewer viewer)
init
public void init(org.eclipse.ui.part.IPageSite pageSite)
configureOutlineViewer
protected void configureOutlineViewer()
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
dispose
public void dispose()
getAdapter
public java.lang.Object getAdapter(java.lang.Class type)
- Description copied from interface:
org.eclipse.core.runtime.IAdaptable
- Returns an object which is an instance of the given class
associated with this object. Returns
null if
no such object can be found.
- Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable
getControl
public org.eclipse.swt.widgets.Control getControl()
hookOutlineViewer
protected void hookOutlineViewer()
initializeOutlineViewer
protected void initializeOutlineViewer()
initializeOverview
protected void initializeOverview()
showPage
protected void showPage(int id)
unhookOutlineViewer
protected void unhookOutlineViewer()