java.lang.Objectorg.eclipse.ui.part.Page
org.eclipse.ui.views.contentoutline.ContentOutlinePage
com.ibm.jdg2e.msseditor.ui.outline.MiniSSContentOutlinePage
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 |
public MiniSSContentOutlinePage(AbstractMiniSSEditor mssEditor)
| Method Detail |
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl in interface org.eclipse.ui.part.IPage