Class IssuesPanelController

  • All Implemented Interfaces:
    IIssues

    public class IssuesPanelController
    extends java.lang.Object
    implements IIssues
    A controller to orchestrate the IssuesPanel.
    • Constructor Summary

      Constructors 
      Constructor Description
      IssuesPanelController​(java.awt.Window parent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void showAll()  
      void showAll​(java.lang.String instructions)  
      void showForFiles​(java.lang.String filePattern)  
      void showForFiles​(java.lang.String filePattern, int jumpToEntry)  
      void showForFiles​(java.lang.String filePattern, java.lang.String instructions)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IssuesPanelController

        public IssuesPanelController​(java.awt.Window parent)
    • Method Detail

      • showAll

        public void showAll()
        Specified by:
        showAll in interface IIssues
      • showAll

        public void showAll​(java.lang.String instructions)
        Specified by:
        showAll in interface IIssues
      • showForFiles

        public void showForFiles​(java.lang.String filePattern)
        Specified by:
        showForFiles in interface IIssues
      • showForFiles

        public void showForFiles​(java.lang.String filePattern,
                                 java.lang.String instructions)
        Specified by:
        showForFiles in interface IIssues
      • showForFiles

        public void showForFiles​(java.lang.String filePattern,
                                 int jumpToEntry)
        Specified by:
        showForFiles in interface IIssues