Package | Description |
---|---|
org.eclipse.mat.ui.editor |
Editor for viewing snapshot (not API).
|
org.eclipse.mat.ui.internal.chart |
User interface for displaying pie charts - this is an internal package not intended as an Application Programming Interface (API).
|
org.eclipse.mat.ui.internal.panes |
Displays the results of queries as text or a table - 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.snapshot.editor |
Eclipse editor for everything to do with snapshots - user interface (not API).
|
org.eclipse.mat.ui.snapshot.panes |
Panes for display in the editor for histograms, GC paths, comparisons - 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 | Class and Description |
---|---|
class |
CompositeHeapEditorPane |
Modifier and Type | Method and Description |
---|---|
AbstractEditorPane |
PaneConfiguration.build() |
AbstractEditorPane |
EditorPaneRegistry.createNewPane(IResult subject,
Class<?> ignore)
Find the appropriate editor pane for the result,
ignoring ones associated with the ignore class.
|
AbstractEditorPane |
EditorPaneRegistry.createNewPane(String paneId) |
AbstractEditorPane |
MultiPaneEditor.getActiveEditor() |
AbstractEditorPane |
MultiPaneEditor.getEditor(PaneState state) |
AbstractEditorPane |
AbstractEditorPane.getParentPane() |
Modifier and Type | Method and Description |
---|---|
void |
MultiPaneEditor.addNewPage(AbstractEditorPane pane,
Object argument,
String title,
Image image) |
void |
MultiPaneEditorContributor.setActivePage(AbstractEditorPane part) |
Constructor and Description |
---|
AbstractPaneJob(String name,
AbstractEditorPane pane) |
Modifier and Type | Class and Description |
---|---|
class |
PieChartPane |
Modifier and Type | Class and Description |
---|---|
class |
QueryResultPane |
class |
QueryTextResultPane |
class |
TableResultPane |
class |
TextViewPane |
Modifier and Type | Method and Description |
---|---|
void |
RefinedTreeViewer.init(Composite parent,
MultiPaneEditor editor,
AbstractEditorPane pane) |
void |
RefinedTableViewer.init(Composite parent,
MultiPaneEditor editor,
AbstractEditorPane pane) |
abstract void |
RefinedResultViewer.init(Composite parent,
MultiPaneEditor editor,
AbstractEditorPane pane) |
Modifier and Type | Class and Description |
---|---|
class |
HeapEditorPane |
Modifier and Type | Class and Description |
---|---|
class |
BundlesPane |
class |
CompareTablesPane |
class |
DominatorPane |
class |
HistogramPane |
class |
MultiplePath2GCRootsPane |
class |
OQLPane |
class |
OverviewPane |
class |
Path2GCRootsPane |
Modifier and Type | Method and Description |
---|---|
AbstractEditorPane |
OQLPane.getEmbeddedPane() |
Constructor and Description |
---|
EasyToolBarDropDown(String text,
ImageDescriptor image,
AbstractEditorPane pane) |
QueryContextMenu(AbstractEditorPane pane,
ContextProvider provider) |
QueryContextMenu(AbstractEditorPane pane,
QueryResult result) |