Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.event
Interface FilterModelListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
FilterListModel
All Known Implementing Classes:
FilterTableModel

public interface FilterModelListener
extends EventListener

FilterModelListener is the listener that is notified when filtering of the row data of a JTable has been requested.


Method Summary
 void applyFilter(FilterModelEvent e)
          Called whenever filtering of data has been requested.
 

Method Detail

applyFilter

void applyFilter(FilterModelEvent e)
Called whenever filtering of data has been requested.

FilterModelListeners can get the TableFilter set by calling e.getTableFilter(). If the returned value is null, the FilterModelListener should remove the filter of the table.

Parameters:
e - the FilterModelEvent object

Copyright © 2005 Scientific Applications. All Rights Reserved.