g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.editors
Class BatchEditor.BatchOutlinePage

java.lang.Object
  extended by ContentOutlinePage
      extended by eu.geclipse.batch.ui.editors.BatchEditor.BatchOutlinePage
Enclosing class:
BatchEditor

public class BatchEditor.BatchOutlinePage
extends ContentOutlinePage

Creates an outline pagebook for this editor.


Constructor Summary
BatchEditor.BatchOutlinePage(EditPartViewer viewer)
          Create a new outline page for the batch editor.
 
Method Summary
 void createControl(Composite parent)
           
 void dispose()
           
 Control getControl()
           
 void init(IPageSite pageSite)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchEditor.BatchOutlinePage

public BatchEditor.BatchOutlinePage(EditPartViewer viewer)
Create a new outline page for the batch editor.

Parameters:
viewer - a viewer (TreeViewer instance) used for this outline page
Method Detail

createControl

public void createControl(Composite parent)

dispose

public void dispose()

getControl

public Control getControl()

init

public void init(IPageSite pageSite)
See Also:
org.eclipse.ui.part.IPageBookViewPage#init(org.eclipse.ui.part.IPageSite)

g-Eclipse
Release 1.0.0