Class OQLPane
java.lang.Object
org.eclipse.mat.ui.editor.AbstractEditorPane
org.eclipse.mat.ui.editor.CompositeHeapEditorPane
org.eclipse.mat.ui.snapshot.panes.OQLPane
- All Implemented Interfaces:
IAdaptable
,ISelectionChangedListener
,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
contributeToToolBar
(IToolBarManager manager) void
createExceptionPane
(Exception cause, String queryString) void
createPartControl
(Composite parent) void
dispose()
getTitle()
void
initWithArgument
(Object param) void
setFocus()
Methods inherited from class org.eclipse.mat.ui.editor.CompositeHeapEditorPane
addSelectionChangedListener, closePage, getAdapter, getSelection, removeSelectionChangedListener, selectionChanged, setSelection
Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, doSave, doSaveAs, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleToolTip, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
-
Constructor Details
-
OQLPane
public OQLPane()
-
-
Method Details
-
createPartControl
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIWorkbenchPart
- Overrides:
dispose
in classAbstractEditorPane
-
contributeToToolBar
- Overrides:
contributeToToolBar
in classCompositeHeapEditorPane
-
initWithArgument
- Overrides:
initWithArgument
in classAbstractEditorPane
-
setFocus
public void setFocus()- Specified by:
setFocus
in interfaceIWorkbenchPart
- Overrides:
setFocus
in classAbstractEditorPane
-
createExceptionPane
- Throws:
PartInitException
-
getTitle
-
getTitleImage
- Specified by:
getTitleImage
in interfaceIWorkbenchPart
- Overrides:
getTitleImage
in classAbstractEditorPane
-
getEmbeddedPane
-