Interface IIssues

All Known Implementing Classes:
IssuesPanelController

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

    • showAll

      void showAll()
    • showAll

      void showAll(String instructions)
    • showForFiles

      void showForFiles(String filePattern)
    • showForFiles

      void showForFiles(String filePattern, String instructions)
    • showForFiles

      void showForFiles(String filePattern, int jumpToEntry)