Class FilterField

    • Constructor Detail

      • FilterField

        public FilterField()
        Constructs a new TableFilterField.
    • Method Detail

      • setSearchIcon

        public static void setSearchIcon​(JosmTextField textField)
        Sets the search icon for the given text field
        Parameters:
        textField - the text field
        Since:
        17768
      • filter

        public FilterField filter​(JTable table,
                                  AbstractTableModel model)
        Enables filtering of given table/model.
        Parameters:
        table - table to filter
        model - table model
        Returns:
        this for easy chaining