Uses of Class
org.eclipse.mat.ui.editor.AbstractEditorPane

Packages that use AbstractEditorPane
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). 
 

Uses of AbstractEditorPane in org.eclipse.mat.ui.editor
 

Subclasses of AbstractEditorPane in org.eclipse.mat.ui.editor
 class CompositeHeapEditorPane
           
 

Methods in org.eclipse.mat.ui.editor that return AbstractEditorPane
 AbstractEditorPane PaneConfiguration.build()
           
 AbstractEditorPane EditorPaneRegistry.createNewPane(IResult subject, java.lang.Class<? extends AbstractEditorPane> ignore)
           
 AbstractEditorPane EditorPaneRegistry.createNewPane(java.lang.String paneId)
           
 AbstractEditorPane MultiPaneEditor.getActiveEditor()
           
 AbstractEditorPane MultiPaneEditor.getEditor(PaneState state)
           
 AbstractEditorPane AbstractEditorPane.getParentPane()
           
 

Methods in org.eclipse.mat.ui.editor with parameters of type AbstractEditorPane
 void MultiPaneEditor.addNewPage(AbstractEditorPane pane, java.lang.Object argument, java.lang.String title, Image image)
           
 void MultiPaneEditorContributor.setActivePage(AbstractEditorPane part)
           
 

Method parameters in org.eclipse.mat.ui.editor with type arguments of type AbstractEditorPane
 AbstractEditorPane EditorPaneRegistry.createNewPane(IResult subject, java.lang.Class<? extends AbstractEditorPane> ignore)
           
 

Constructors in org.eclipse.mat.ui.editor with parameters of type AbstractEditorPane
AbstractPaneJob(java.lang.String name, AbstractEditorPane pane)
           
 

Uses of AbstractEditorPane in org.eclipse.mat.ui.internal.chart
 

Subclasses of AbstractEditorPane in org.eclipse.mat.ui.internal.chart
 class PieChartPane
           
 

Uses of AbstractEditorPane in org.eclipse.mat.ui.internal.panes
 

Subclasses of AbstractEditorPane in org.eclipse.mat.ui.internal.panes
 class QueryResultPane
           
 class QueryTextResultPane
           
 class TableResultPane
           
 class TextViewPane
           
 

Uses of AbstractEditorPane in org.eclipse.mat.ui.internal.viewer
 

Methods in org.eclipse.mat.ui.internal.viewer with parameters of type AbstractEditorPane
 void RefinedTreeViewer.init(Composite parent, MultiPaneEditor editor, AbstractEditorPane pane)
           
abstract  void RefinedResultViewer.init(Composite parent, MultiPaneEditor editor, AbstractEditorPane pane)
           
 void RefinedTableViewer.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
 class HeapEditorPane
           
 

Uses of AbstractEditorPane in org.eclipse.mat.ui.snapshot.panes
 

Subclasses of AbstractEditorPane in org.eclipse.mat.ui.snapshot.panes
 class BundlesPane
           
 class CompareTablesPane
           
 class DominatorPane
           
 class HistogramPane
           
 class MultiplePath2GCRootsPane
           
 class OQLPane
           
 class OverviewPane
           
 class Path2GCRootsPane
           
 

Uses of AbstractEditorPane in org.eclipse.mat.ui.util
 

Constructors in org.eclipse.mat.ui.util with parameters of type AbstractEditorPane
EasyToolBarDropDown(java.lang.String text, ImageDescriptor image, AbstractEditorPane pane)
           
QueryContextMenu(AbstractEditorPane pane, ContextProvider provider)
           
QueryContextMenu(AbstractEditorPane pane, QueryResult result)