public abstract class SnapshotOutlinePage extends Page implements IContentOutlinePage
Modifier and Type | Class and Description |
---|---|
static class |
SnapshotOutlinePage.HeapEditorOutlinePage |
Constructor and Description |
---|
SnapshotOutlinePage() |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionChangedListener(ISelectionChangedListener listener) |
void |
createControl(Composite parent) |
Control |
getControl() |
ISelection |
getSelection() |
void |
init(IPageSite pageSite) |
void |
removeSelectionChangedListener(ISelectionChangedListener listener) |
void |
setFocus() |
void |
setSelection(ISelection selection) |
dispose, getSite, makeContributions, setActionBars
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, setActionBars
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 void setFocus()
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener
in interface ISelectionProvider
public ISelection getSelection()
getSelection
in interface ISelectionProvider
public void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener
in interface ISelectionProvider
public void setSelection(ISelection selection)
setSelection
in interface ISelectionProvider
public void init(IPageSite pageSite)
init
in interface IPageBookViewPage
init
in class Page