Class SnapshotOutlinePage
java.lang.Object
org.eclipse.ui.part.Page
org.eclipse.mat.ui.snapshot.views.SnapshotOutlinePage
- All Implemented Interfaces:
ISelectionProvider
,IPage
,IPageBookViewPage
,IContentOutlinePage
- Direct Known Subclasses:
SnapshotOutlinePage.HeapEditorOutlinePage
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createControl
(Composite parent) void
void
void
setFocus()
void
setSelection
(ISelection selection) Methods inherited from class org.eclipse.ui.part.Page
dispose, getSite, makeContributions, setActionBars
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.part.IPage
dispose, setActionBars
-
Constructor Details
-
SnapshotOutlinePage
public SnapshotOutlinePage()
-
-
Method Details
-
createControl
- Specified by:
createControl
in interfaceIPage
- Specified by:
createControl
in classPage
-
getControl
- Specified by:
getControl
in interfaceIPage
- Specified by:
getControl
in classPage
-
setFocus
public void setFocus() -
addSelectionChangedListener
- Specified by:
addSelectionChangedListener
in interfaceISelectionProvider
-
getSelection
- Specified by:
getSelection
in interfaceISelectionProvider
-
removeSelectionChangedListener
- Specified by:
removeSelectionChangedListener
in interfaceISelectionProvider
-
setSelection
- Specified by:
setSelection
in interfaceISelectionProvider
-
init
- Specified by:
init
in interfaceIPageBookViewPage
- Overrides:
init
in classPage
-