Package | Description |
---|---|
org.eclipse.mat.ui |
User interface plug-in definitions and query execution for UI components (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.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.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) |
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 |
---|---|
PaneState |
AbstractEditorPane.getPaneState() |
Modifier and Type | Method and Description |
---|---|
void |
MultiPaneEditor.bringPageToTop(PaneState state) |
void |
MultiPaneEditor.closePage(PaneState state) |
void |
CompositeHeapEditorPane.closePage(PaneState state) |
AbstractEditorPane |
MultiPaneEditor.getEditor(PaneState state) |
void |
MultiPaneEditor.initWithAnotherArgument(PaneState parent,
PaneState child) |
void |
AbstractEditorPane.setPaneState(PaneState paneState) |
Modifier and Type | Method and Description |
---|---|
void |
NavigatorViewPage.onStateChanged(PaneState state) |
Modifier and Type | Method and Description |
---|---|
PaneState |
PaneState.getParentPaneState() |
Modifier and Type | Method and Description |
---|---|
List<PaneState> |
PaneState.getChildren() |
List<PaneState> |
NavigatorState.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
NavigatorState.IStateChangeListener.onStateChanged(PaneState state) |
void |
NavigatorState.paneAdded(PaneState state) |
void |
NavigatorState.paneRemoved(PaneState state) |
void |
NavigatorState.removeEntry(PaneState paneState) |
Constructor and Description |
---|
PaneState(PaneState.PaneType type,
PaneState originator,
String identifier,
boolean reproducable) |