Package | Description |
---|---|
org.eclipse.mat.ui |
User interface plug-in definitions and query execution for UI components (not API).
|
org.eclipse.mat.ui.actions |
Actions from the editor tools bar (not API).
|
org.eclipse.mat.ui.compare |
Compare reports basket and compared tables - user interface (not API).
|
org.eclipse.mat.ui.editor |
Editor for viewing snapshot (not API).
|
org.eclipse.mat.ui.internal.actions |
Trigger queries from tool bar or from context menu - user interface (not API).
|
org.eclipse.mat.ui.internal.browser |
Examine list of queries and query history - user interface (not API).
|
org.eclipse.mat.ui.internal.viewer |
Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API).
|
org.eclipse.mat.ui.internal.views |
Some general views such as details of the dump, list of dumps, some user written notes, and the history of actions - user interface (not API).
|
org.eclipse.mat.ui.snapshot.editor |
Eclipse editor for everything to do with snapshots - user interface (not API).
|
org.eclipse.mat.ui.util |
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
static void |
QueryExecution.displayResult(MultiPaneEditor editor,
PaneState originator,
PaneState stateToReopen,
QueryResult result,
boolean isReproducable) |
static void |
QueryExecution.execute(MultiPaneEditor editor,
PaneState originator,
PaneState stateToReopen,
ArgumentSet set,
boolean promptUser,
boolean isReproducable) |
static void |
QueryExecution.executeAgain(MultiPaneEditor editor,
PaneState state) |
static void |
QueryExecution.executeCommandLine(MultiPaneEditor editor,
PaneState originator,
String commandLine) |
static void |
QueryExecution.executeQuery(MultiPaneEditor editor,
QueryDescriptor query) |
Modifier and Type | Method and Description |
---|---|
static void |
ImportReportAction.openReport(MultiPaneEditor editor,
File reportZipFile) |
Constructor and Description |
---|
ImportReportAction(MultiPaneEditor editor) |
ImportReportAction(MultiPaneEditor editor,
File reportZipFile) |
QueryDropDownMenuAction(MultiPaneEditor editor) |
QueryDropDownMenuAction(MultiPaneEditor editor,
IPolicy policy,
boolean showHistory) |
RunExternalReportAction(MultiPaneEditor editor) |
RunReportsDropDownAction(MultiPaneEditor editor) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CompareBasketView.accepts(PaneState state,
MultiPaneEditor editor) |
void |
CompareBasketView.addResultToCompare(PaneState state,
MultiPaneEditor editor) |
Modifier and Type | Method and Description |
---|---|
MultiPaneEditor |
AbstractEditorPane.getEditor() |
MultiPaneEditor |
MultiPaneEditorSelectionProvider.getHeapEditor() |
MultiPaneEditor |
MultiPaneEditorSite.getMultiPageEditor() |
Modifier and Type | Method and Description |
---|---|
void |
IMultiPaneEditorContributor.init(MultiPaneEditor editor)
Called when the editor starts
|
Constructor and Description |
---|
MultiPaneEditorSelectionProvider(MultiPaneEditor multiPageEditor) |
MultiPaneEditorSite(MultiPaneEditor multiPageEditor,
org.eclipse.ui.IEditorPart editor) |
Constructor and Description |
---|
ExecuteQueryAction(MultiPaneEditor editor,
QueryDescriptor descriptor) |
ExecuteQueryAction(MultiPaneEditor editor,
String commandLine) |
OpenPaneAction(MultiPaneEditor editor,
String paneId) |
Modifier and Type | Method and Description |
---|---|
void |
QueryBrowserPopup.Element.execute(MultiPaneEditor editor) |
Constructor and Description |
---|
QueryBrowserPopup(MultiPaneEditor editor) |
QueryBrowserPopup(MultiPaneEditor editor,
boolean onlyHistory) |
QueryBrowserPopup(MultiPaneEditor editor,
boolean onlyHistory,
IPolicy policy) |
Modifier and Type | Method and Description |
---|---|
void |
RefinedTreeViewer.init(org.eclipse.swt.widgets.Composite parent,
MultiPaneEditor editor,
AbstractEditorPane pane) |
void |
RefinedTableViewer.init(org.eclipse.swt.widgets.Composite parent,
MultiPaneEditor editor,
AbstractEditorPane pane) |
abstract void |
RefinedResultViewer.init(org.eclipse.swt.widgets.Composite parent,
MultiPaneEditor editor,
AbstractEditorPane pane) |
Constructor and Description |
---|
NavigatorViewPage(MultiPaneEditor editor) |
Modifier and Type | Class and Description |
---|---|
class |
HeapEditor |
Modifier and Type | Method and Description |
---|---|
void |
HeapEditorContributions.init(MultiPaneEditor editor) |
Constructor and Description |
---|
EasyToolBarDropDown(String text,
org.eclipse.jface.resource.ImageDescriptor image,
MultiPaneEditor editor) |
QueryAction(MultiPaneEditor editor,
QueryDescriptor query,
IPolicy policy) |
QueryContextMenu(MultiPaneEditor editor,
ContextProvider provider) |
QueryContextMenu(MultiPaneEditor editor,
QueryResult result) |