JAL-3083 reset threshold on Cancel; Javadoc
[jalview.git] / src / jalview / gui / AnnotationRowFilter.java
index f13cb10..25f6b8e 100644 (file)
@@ -424,6 +424,22 @@ public abstract class AnnotationRowFilter extends JPanel
     return annotationLabels.get(ann);
   }
 
+  /**
+   * Configures controls for
+   * <ul>
+   * <li>OK and Cancel buttons</li>
+   * <li>annotations drop-down list</li>
+   * <li>choice of No/Above/Below threshold</li>
+   * <li>threshold</li>
+   * <ul>
+   * <li>slider</li>
+   * <li>input text field</li>
+   * <li>'As Percentage' checkbox</li>
+   * </ul>
+   * </ul>
+   * Sub-classes are responsible for where (and whether) to place these fields,
+   * and for creation and population of the annotations combobox.
+   */
   protected void jbInit()
   {
     ok.setOpaque(false);