Class PieChartPane
java.lang.Object
org.eclipse.mat.ui.editor.AbstractEditorPane
org.eclipse.mat.ui.internal.chart.PieChartPane
- All Implemented Interfaces:
IAdaptable
,ISelectionProvider
,IEditorPart
,ISaveablePart
,IWorkbenchPart
-
Field Summary
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
contributeToToolBar
(IToolBarManager manager) void
createPartControl
(Composite parent) void
dispose()
getTitle()
void
initWithArgument
(Object argument) void
void
setSelection
(ISelection selection) Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleToolTip, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setFocus, setPaneState
-
Constructor Details
-
PieChartPane
public PieChartPane()
-
-
Method Details
-
initWithArgument
- Overrides:
initWithArgument
in classAbstractEditorPane
-
createPartControl
- Specified by:
createPartControl
in interfaceIWorkbenchPart
-
contributeToToolBar
- Overrides:
contributeToToolBar
in classAbstractEditorPane
-
getTitle
- Specified by:
getTitle
in interfaceIWorkbenchPart
-
getTitleImage
- Specified by:
getTitleImage
in interfaceIWorkbenchPart
- Overrides:
getTitleImage
in classAbstractEditorPane
-
addSelectionChangedListener
- Specified by:
addSelectionChangedListener
in interfaceISelectionProvider
-
removeSelectionChangedListener
- Specified by:
removeSelectionChangedListener
in interfaceISelectionProvider
-
getSelection
- Specified by:
getSelection
in interfaceISelectionProvider
-
setSelection
- Specified by:
setSelection
in interfaceISelectionProvider
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIWorkbenchPart
- Overrides:
dispose
in classAbstractEditorPane
-