Uses of Class
net.coderazzi.filters.gui.editor.FilterEditor

Packages that use FilterEditor
net.coderazzi.filters.gui   
 

Uses of FilterEditor in net.coderazzi.filters.gui
 

Methods in net.coderazzi.filters.gui that return FilterEditor
 FilterEditor TableFilterHeader.getFilterEditor(int modelColumn)
          Returns the filter editor for the given column in the table model
 

Methods in net.coderazzi.filters.gui with parameters of type FilterEditor
protected  void TableFilterHeader.customizeEditor(FilterEditor editor)
          Customizes the editor, can be overridden for custom appearance
 void IFilterHeaderObserver.tableFilterEditorCreated(TableFilterHeader header, FilterEditor editor)
          Informs the observer than a new filter editor is created
 void IFilterHeaderObserver.tableFilterEditorExcluded(TableFilterHeader header, FilterEditor editor)
          Informs the observer than an existing filter editor has been excluded from the filter header
 void IFilterHeaderObserver.tableFilterUpdated(TableFilterHeader header, FilterEditor editor)
          Notification made by the FilterEditor when the filter's content is updated