Class CoverageTable

    • Method Detail

      • clear

        public void clear()
      • save

        public void save()
      • showInfo

        public void showInfo​(Formatter result)
      • getSelectedGrids

        public List<String> getSelectedGrids()
      • makeDialog

        public JDialog makeDialog​(RootPaneContainer parent,
                                  String title,
                                  boolean modal)
        Wrap this in a JDialog component.
        Parameters:
        parent - JFrame (application) or JApplet (applet) or null
        title - dialog window title
        modal - modal dialog or not
        Returns:
        JDialog