X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fgui%2FAnnotationRowFilter.java;fp=src%2Fjalview%2Fgui%2FAnnotationRowFilter.java;h=c1dcee74ce82c6ce9425ee2d284fe50912be730b;hb=88f7d0a53dc11d3b23148fe0866b502b4b53b0e9;hp=7bf87216a91e4e60f02710e58eaee0a6169fb511;hpb=4ea44eaccf82b15dafb8dd53f5c71de5e9d0d551;p=jalview.git diff --git a/src/jalview/gui/AnnotationRowFilter.java b/src/jalview/gui/AnnotationRowFilter.java index 7bf8721..c1dcee7 100644 --- a/src/jalview/gui/AnnotationRowFilter.java +++ b/src/jalview/gui/AnnotationRowFilter.java @@ -59,9 +59,17 @@ public abstract class AnnotationRowFilter extends JPanel protected int[] annmap; protected boolean adjusting = false; + + protected JCheckBox currentColours = new JCheckBox(); + + protected JPanel minColour = new JPanel(); + + protected JPanel maxColour = new JPanel(); protected JCheckBox seqAssociated = new JCheckBox(); + protected JCheckBox thresholdIsMin = new JCheckBox(); + protected JSlider slider = new JSlider(); protected JTextField thresholdValue = new JTextField(20); @@ -363,7 +371,7 @@ public abstract class AnnotationRowFilter extends JPanel } } - protected AlignmentAnnotation getCurrentAnnotation() + public AlignmentAnnotation getCurrentAnnotation() { return currentAnnotation; }