org.eclipse.mat.ui.editor
Class EditorPaneRegistry

java.lang.Object
  extended by org.eclipse.mat.util.RegistryReader<PaneConfiguration>
      extended by org.eclipse.mat.ui.editor.EditorPaneRegistry

public class EditorPaneRegistry
extends RegistryReader<PaneConfiguration>


Method Summary
 AbstractEditorPane createNewPane(IResult subject, java.lang.Class<? extends AbstractEditorPane> ignore)
           
 AbstractEditorPane createNewPane(java.lang.String paneId)
           
 PaneConfiguration forPane(java.lang.String paneId)
           
static EditorPaneRegistry instance()
           
 
Methods inherited from class org.eclipse.mat.util.RegistryReader
addExtension, delegates, removeExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static EditorPaneRegistry instance()

forPane

public PaneConfiguration forPane(java.lang.String paneId)

createNewPane

public AbstractEditorPane createNewPane(java.lang.String paneId)
                                 throws CoreException
Throws:
CoreException

createNewPane

public AbstractEditorPane createNewPane(IResult subject,
                                        java.lang.Class<? extends AbstractEditorPane> ignore)