Class ValidatorTestsPreference

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ValidatorTestsPreference.Factory
      Factory used to create a new ValidatorTestsPreference.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<Test> allTests
      The list of all tests
      private javax.swing.JCheckBox prefOther  
      private javax.swing.JCheckBox prefOtherUpload  
      private javax.swing.JCheckBox prefUseIgnore  
      private javax.swing.JCheckBox prefUseLayer  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addGui​(PreferenceTabbedPane gui)
      Add the GUI elements to the dialog.
      TabPreferenceSetting getTabPreferenceSetting​(PreferenceTabbedPane gui)
      Returns the preference setting (displayed in the specified preferences tab pane) that contains this preference setting.
      boolean isExpert()
      Called to know if the preferences tab has only to be displayed in expert mode.
      boolean ok()
      Called when OK is pressed to save the setting in the preferences file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait