Interface IIssues

  • All Known Implementing Classes:
    IssuesPanelController

    public interface IIssues
    The interface exposing issue-displaying functionality to the rest of the program.
    • Method Detail

      • showAll

        void showAll()
      • showAll

        void showAll​(java.lang.String instructions)
      • showForFiles

        void showForFiles​(java.lang.String filePattern)
      • showForFiles

        void showForFiles​(java.lang.String filePattern,
                          java.lang.String instructions)
      • showForFiles

        void showForFiles​(java.lang.String filePattern,
                          int jumpToEntry)