|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.ui.part.Page | +--org.eclipse.gef.ui.parts.ContentOutlinePage
Constructor Summary | |
ContentOutlinePage(EditPartViewer viewer)
The constructor for the Outline Page. |
Method Summary | |
void |
addSelectionChangedListener(ISelectionChangedListener listener)
|
void |
createControl(Composite parent)
Creates the control for the viewer. |
Control |
getControl()
Returns the control of the GEFgetViewer() |
ISelection |
getSelection()
|
protected EditPartViewer |
getViewer()
|
void |
removeSelectionChangedListener(ISelectionChangedListener listener)
|
void |
setFocus()
Sets focus to a part in the page. |
void |
setSelection(ISelection selection)
|
Methods inherited from class org.eclipse.ui.part.Page |
dispose, getSite, init, 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, setActionBars |
Constructor Detail |
public ContentOutlinePage(EditPartViewer viewer)
Method Detail |
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener
in interface ISelectionProvider
public void createControl(Composite parent)
createControl
in interface IPage
createControl
in class Page
public Control getControl()
getControl
in interface IPage
getControl
in class Page
public ISelection getSelection()
getSelection
in interface ISelectionProvider
protected EditPartViewer getViewer()
public void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener
in interface ISelectionProvider
public void setFocus()
setFocus
in interface IPage
setFocus
in class Page
public void setSelection(ISelection selection)
setSelection
in interface ISelectionProvider
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |