Uses of Class
org.eclipse.mat.ui.editor.AbstractEditorPane
Packages that use AbstractEditorPane
Package
Description
Editor for viewing snapshot (not API).
User interface for displaying pie charts - this is an internal package not intended as an Application Programming Interface (API).
Displays the results of queries as text or a table - user interface (not API).
Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API).
Eclipse editor for everything to do with snapshots - user interface (not API).
Panes for display in the editor for histograms, GC paths, comparisons - user interface (not API).
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
-
Uses of AbstractEditorPane in org.eclipse.mat.ui.editor
Subclasses of AbstractEditorPane in org.eclipse.mat.ui.editorMethods in org.eclipse.mat.ui.editor that return AbstractEditorPaneModifier and TypeMethodDescriptionPaneConfiguration.build()
EditorPaneRegistry.createNewPane
(String paneId) EditorPaneRegistry.createNewPane
(IResult subject, Class<?> ignore) Find the appropriate editor pane for the result, ignoring ones associated with the ignore class.MultiPaneEditor.getActiveEditor()
AbstractEditorPane.getParentPane()
Methods in org.eclipse.mat.ui.editor with parameters of type AbstractEditorPaneModifier and TypeMethodDescriptionvoid
MultiPaneEditor.addNewPage
(AbstractEditorPane pane, Object argument, String title, Image image) void
MultiPaneEditorContributor.setActivePage
(AbstractEditorPane part) Constructors in org.eclipse.mat.ui.editor with parameters of type AbstractEditorPane -
Uses of AbstractEditorPane in org.eclipse.mat.ui.internal.chart
Subclasses of AbstractEditorPane in org.eclipse.mat.ui.internal.chart -
Uses of AbstractEditorPane in org.eclipse.mat.ui.internal.panes
Subclasses of AbstractEditorPane in org.eclipse.mat.ui.internal.panesModifier and TypeClassDescriptionclass
class
class
class
-
Uses of AbstractEditorPane in org.eclipse.mat.ui.internal.viewer
Methods in org.eclipse.mat.ui.internal.viewer with parameters of type AbstractEditorPaneModifier and TypeMethodDescriptionabstract void
RefinedResultViewer.init
(Composite parent, MultiPaneEditor editor, AbstractEditorPane pane) void
RefinedTableViewer.init
(Composite parent, MultiPaneEditor editor, AbstractEditorPane pane) void
RefinedTreeViewer.init
(Composite parent, MultiPaneEditor editor, AbstractEditorPane pane) -
Uses of AbstractEditorPane in org.eclipse.mat.ui.snapshot.editor
Subclasses of AbstractEditorPane in org.eclipse.mat.ui.snapshot.editor -
Uses of AbstractEditorPane in org.eclipse.mat.ui.snapshot.panes
Subclasses of AbstractEditorPane in org.eclipse.mat.ui.snapshot.panesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in org.eclipse.mat.ui.snapshot.panes that return AbstractEditorPane -
Uses of AbstractEditorPane in org.eclipse.mat.ui.util
Constructors in org.eclipse.mat.ui.util with parameters of type AbstractEditorPaneModifierConstructorDescriptionEasyToolBarDropDown
(String text, ImageDescriptor image, AbstractEditorPane pane) QueryContextMenu
(AbstractEditorPane pane, ContextProvider provider) QueryContextMenu
(AbstractEditorPane pane, QueryResult result)