Interface INamedViewerFilter


  • public interface INamedViewerFilter
    A viewer filter with a name.
    • Field Detail

      • NONE

        static final INamedViewerFilter NONE
        A singleton "none" filter instance, representing "no filtering".
    • Method Detail

      • getName

        String getName()
        Returns the name of the viewer filter.
        Returns:
        the name of the filter
      • getViewerFilter

        ViewerFilter getViewerFilter()
        Returns the viewer filter.
        Returns:
        the viewer filter