Package org.eclipse.mat.ui.editor
Class EditorPaneRegistry
- All Implemented Interfaces:
IExtensionChangeHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewPane
(String paneId) createNewPane
(IResult subject, Class<?> ignore) Find the appropriate editor pane for the result, ignoring ones associated with the ignore class.static EditorPaneRegistry
instance()
Methods inherited from class org.eclipse.mat.util.RegistryReader
addExtension, delegates, removeExtension
-
Method Details
-
instance
-
forPane
-
createNewPane
- Throws:
CoreException
-
createNewPane
Find the appropriate editor pane for the result, ignoring ones associated with the ignore class. Searches all subclasses and interfaces.- Parameters:
subject
- the result we want to find an appropriate pane forignore
- ignore a pane matching this class, choose another- Returns:
- the editor pane appropriate for the result
-