org.eclipse.mat.ui.editor
Class EditorPaneRegistry
java.lang.Object
org.eclipse.mat.util.RegistryReader<PaneConfiguration>
org.eclipse.mat.ui.editor.EditorPaneRegistry
public class EditorPaneRegistry
- extends RegistryReader<PaneConfiguration>
instance
public static EditorPaneRegistry instance()
forPane
public PaneConfiguration forPane(String paneId)
createNewPane
public AbstractEditorPane createNewPane(String paneId)
throws CoreException
- Throws:
CoreException
createNewPane
public AbstractEditorPane createNewPane(IResult subject,
Class<?> ignore)
- Find the appropriate editor pane for the result,
ignoring ones associated with the ignore class.
Searches all subclasses and interfaces.
- Parameters:
subject
- ignore
-
- Returns: