Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.editors
Class ProcessEditor.OutlinePage  view ProcessEditor.OutlinePage download ProcessEditor.OutlinePage.java

java.lang.Object
  extended byContentOutlinePage
      extended bycom.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


Field Summary
(package private) static int ID_OUTLINE
           
(package private) static int ID_OVERVIEW
           
private  org.eclipse.swt.widgets.Control outline
           
private  org.eclipse.swt.widgets.Canvas overview
           
private  boolean overviewInitialized
           
private  org.eclipse.ui.part.PageBook pageBook
           
private  org.eclipse.jface.action.IAction showOutlineAction
           
private  org.eclipse.jface.action.IAction showOverviewAction
           
private  Thumbnail thumbnail
           
 
Constructor Summary
ProcessEditor.OutlinePage(EditPartViewer viewer)
           
 
Method Summary
protected  void configureOutlineViewer()
           
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 void dispose()
           
 java.lang.Object getAdapter(java.lang.Class type)
          Returns an object which is an instance of the given class associated with this object.
 org.eclipse.swt.widgets.Control getControl()
           
protected  void hookOutlineViewer()
           
 void init(org.eclipse.ui.part.IPageSite pageSite)
           
protected  void initializeOutlineViewer()
           
protected  void initializeOverview()
           
protected  void showPage(int id)
           
protected  void unhookOutlineViewer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProcessEditor.OutlinePage

public ProcessEditor.OutlinePage(EditPartViewer viewer)
Method Detail

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()