Interface IFilter

  • All Known Implementing Classes:
    FilterController, IzFilter

    public interface IFilter
    Filter interface implemented by the filter component.
    Author:
    Christopher Mindus
    • Method Detail

      • setListener

        void setListener​(IFilterListener listener)
        Sets the listener.
      • setText

        void setText​(java.lang.String text)
        Sets a new text for the filter.
      • getText

        java.lang.String getText()
        Gets the current filter text, never null!