Class EditorPaneRegistry

    • Method Detail

      • 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 - the result we want to find an appropriate pane for
        ignore - ignore a pane matching this class, choose another
        Returns:
        the editor pane appropriate for the result