Class FilteredListModel.ChoosableListFilter

  • All Implemented Interfaces:
    IconProvider
    Enclosing class:
    FilteredListModel<E>

    public abstract static class FilteredListModel.ChoosableListFilter
    extends java.lang.Object
    implements IconProvider
    A list filter that can be selected from a list of filters.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChoosableListFilter​(java.lang.String name, javax.swing.Icon icon)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Icon getIcon()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChoosableListFilter

        public ChoosableListFilter​(java.lang.String name,
                                   javax.swing.Icon icon)
    • Method Detail

      • getIcon

        public javax.swing.Icon getIcon()
        Specified by:
        getIcon in interface IconProvider
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object