Class Filters


  • public class Filters
    extends java.lang.Object
    Wrapper around all the file filter classes. Is a JavaBean, so that it's easy to write/read it to/from XML file and provides a table model.
    • Constructor Summary

      Constructors 
      Constructor Description
      Filters()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OneFilter[] getFilter()
      Returns all the filters as an array.
      void setFilter​(OneFilter[] filter)
      Sets all filters from the array.
      • Methods inherited from class java.lang.Object

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

      • Filters

        public Filters()
    • Method Detail

      • getFilter

        public OneFilter[] getFilter()
        Returns all the filters as an array.
      • setFilter

        public void setFilter​(OneFilter[] filter)
        Sets all filters from the array.