com.ibm.jdg2e.msseditor.ui.outline
Class MiniSSContentOutlinePage

java.lang.Object
  extended byorg.eclipse.ui.part.Page
      extended byorg.eclipse.ui.views.contentoutline.ContentOutlinePage
          extended bycom.ibm.jdg2e.msseditor.ui.outline.MiniSSContentOutlinePage
All Implemented Interfaces:
org.eclipse.ui.views.contentoutline.IContentOutlinePage, org.eclipse.ui.part.IPage, org.eclipse.ui.part.IPageBookViewPage, org.eclipse.jface.viewers.ISelectionChangedListener, org.eclipse.jface.viewers.ISelectionProvider

public class MiniSSContentOutlinePage
extends org.eclipse.ui.views.contentoutline.ContentOutlinePage
implements org.eclipse.ui.views.contentoutline.IContentOutlinePage

Implements a simple outline page for the mini-spreadsheet editor.


Constructor Summary
MiniSSContentOutlinePage(AbstractMiniSSEditor mssEditor)
          Reference to editor passed for use with content provider.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          Superclass' tree viewer is connected with a content and label provider who understand the mini-spreadsheet data model.
 
Methods inherited from class org.eclipse.ui.views.contentoutline.ContentOutlinePage
addSelectionChangedListener, fireSelectionChanged, getControl, getSelection, getTreeViewer, init, removeSelectionChangedListener, selectionChanged, setFocus, setSelection
 
Methods inherited from class org.eclipse.ui.part.Page
dispose, getSite, makeContributions, setActionBars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.part.IPage
dispose, getControl, setActionBars, setFocus
 
Methods inherited from interface org.eclipse.jface.viewers.ISelectionProvider
addSelectionChangedListener, getSelection, removeSelectionChangedListener, setSelection
 

Constructor Detail

MiniSSContentOutlinePage

public MiniSSContentOutlinePage(AbstractMiniSSEditor mssEditor)
Reference to editor passed for use with content provider.

Method Detail

createControl

public void createControl(org.eclipse.swt.widgets.Composite parent)
Superclass' tree viewer is connected with a content and label provider who understand the mini-spreadsheet data model.

Specified by:
createControl in interface org.eclipse.ui.part.IPage