public class EditorPaneRegistry extends RegistryReader<PaneConfiguration>
Modifier and Type | Method and Description |
---|---|
AbstractEditorPane |
createNewPane(IResult subject,
Class<?> ignore)
Find the appropriate editor pane for the result,
ignoring ones associated with the ignore class.
|
AbstractEditorPane |
createNewPane(String paneId) |
PaneConfiguration |
forPane(String paneId) |
static EditorPaneRegistry |
instance() |
addExtension, delegates, removeExtension
public static EditorPaneRegistry instance()
public PaneConfiguration forPane(String paneId)
public AbstractEditorPane createNewPane(String paneId) throws CoreException
CoreException
public AbstractEditorPane createNewPane(IResult subject, Class<?> ignore)
subject
- ignore
-