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