|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.part.Page
org.eclipse.gef.ui.parts.ContentOutlinePage
be.ac.vub.cocompose.eclipse.CoComposeOutlinePage
Tree outline page for CoCompose elements.
Field Summary | |
protected static int |
ID_OUTLINE
|
protected static int |
ID_OVERVIEW
|
Constructor Summary | |
CoComposeOutlinePage(EditPartViewer viewer,
CoComposeEditor editor)
Constructs a CoComposeOutlinePage |
Method Summary | |
protected void |
configureOutlineViewer()
Configures the outline viewer. |
void |
createControl(Composite parent)
|
void |
dispose()
|
Object |
getAdapter(Class type)
|
Control |
getControl()
|
protected void |
hookOutlineViewer()
Hooks the outline viewer into the page. |
void |
init(IPageSite pageSite)
|
protected void |
initializeOutlineViewer()
Initializes the outline viewer with contents. |
protected void |
initializeOverview()
Initializes the overview. |
protected void |
showPage(int id)
Show the page. |
protected void |
unhookOutlineViewer()
Unhooks the outline viewer from the page. |
Methods inherited from class org.eclipse.gef.ui.parts.ContentOutlinePage |
addSelectionChangedListener, getSelection, getViewer, removeSelectionChangedListener, setFocus, setSelection |
Methods inherited from class org.eclipse.ui.part.Page |
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 |
setActionBars |
Field Detail |
protected static final int ID_OUTLINE
protected static final int ID_OVERVIEW
Constructor Detail |
public CoComposeOutlinePage(EditPartViewer viewer, CoComposeEditor editor)
viewer
- Method Detail |
public void init(IPageSite pageSite)
init
in interface IPageBookViewPage
IPageBookViewPage.init(org.eclipse.ui.part.IPageSite)
protected void configureOutlineViewer()
public void createControl(Composite parent)
createControl
in interface IPage
IPage.createControl(org.eclipse.swt.widgets.Composite)
public void dispose()
dispose
in interface IPage
IPage.dispose()
public Object getAdapter(Class type)
getAdapter
in interface IAdaptable
IAdaptable.getAdapter(java.lang.Class)
public Control getControl()
getControl
in interface IPage
IPage.getControl()
protected void hookOutlineViewer()
protected void initializeOutlineViewer()
protected void initializeOverview()
protected void showPage(int id)
id
- ID_OUTLINE or ID_OVERVIEW.protected void unhookOutlineViewer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |