public abstract class SnapshotOutlinePage extends Page
| 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, 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)
public ISelection getSelection()
public void removeSelectionChangedListener(ISelectionChangedListener listener)
public void setSelection(ISelection selection)
public void init(IPageSite pageSite)
init in interface IPageBookViewPageinit in class Page