com.sciapp.event
Class FilterModelEvent
java.lang.Object
java.util.EventObject
com.sciapp.event.FilterModelEvent
- All Implemented Interfaces:
- Serializable
public class FilterModelEvent
- extends EventObject
An event used to filter the rows of a JTable.
- See Also:
- Serialized Form
tableFilter
protected TableFilter tableFilter
- the table filter
FilterModelEvent
public FilterModelEvent(Object source,
TableFilter tableFilter)
- Constructs a FilterModelEvent object.
- Parameters:
source
- the Object generating the eventtableFilter
- the table filter that will filter the tabular data
getTableFilter
public TableFilter getTableFilter()
- Returns the table filter that will filter the tabular data.
If the value returned is null, the filter should be removed.
- Returns:
- the table filter set to filter the data of the table.