Class CompareTablesPane
- java.lang.Object
-
- org.eclipse.mat.ui.editor.AbstractEditorPane
-
- org.eclipse.mat.ui.internal.panes.QueryResultPane
-
- org.eclipse.mat.ui.snapshot.panes.CompareTablesPane
-
- All Implemented Interfaces:
IAdaptable
,ISelectionProvider
,IEditorPart
,ISaveablePart
,IWorkbenchPart
public class CompareTablesPane extends QueryResultPane
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompareTablesPane.DiffOption
static class
CompareTablesPane.SetopOption
-
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
Constructors Constructor Description CompareTablesPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contributeToToolBar(IToolBarManager manager)
void
initWithArgument(Object argument)
-
Methods inherited from class org.eclipse.mat.ui.internal.panes.QueryResultPane
addSelectionChangedListener, createPartControl, getAdapter, getSelection, getSrcQueryResult, getTitle, getTitleImage, getTitleToolTip, removeSelectionChangedListener, setFocus, setSelection
-
Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, dispose, doSave, doSaveAs, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
-
-
-
-
Method Detail
-
initWithArgument
public void initWithArgument(Object argument)
- Overrides:
initWithArgument
in classQueryResultPane
-
contributeToToolBar
public void contributeToToolBar(IToolBarManager manager)
- Overrides:
contributeToToolBar
in classQueryResultPane
-
-