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, setActionBarsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, setActionBarspublic void createControl(Composite parent)
createControl in interface IPagecreateControl in class Pagepublic Control getControl()
getControl in interface IPagegetControl in class Pagepublic void setFocus()
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener in interface ISelectionProviderpublic ISelection getSelection()
getSelection in interface ISelectionProviderpublic void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener in interface ISelectionProviderpublic void setSelection(ISelection selection)
setSelection in interface ISelectionProviderpublic void init(IPageSite pageSite)
init in interface IPageBookViewPageinit in class Page