|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sciapp.filter.FilterModel
public class FilterModel
FilterModel defines the methods that will be used by objects that will normally filter the data of tables.
Field Summary | |
---|---|
protected EventListenerList |
filterModelListeners
The listenerlist of FilterModelListeners. |
Constructor Summary | |
---|---|
FilterModel()
Creates a FilterModel object. |
Method Summary | |
---|---|
void |
addFilterModelListener(FilterModelListener l)
Adds a FilterModelListener that is notified each time a filter event is generated. |
void |
fireApplyFilter(FilterModelEvent e)
Forwards the given notification event to all FilterModelListeners that registered themselves as listeners for this filter model. |
void |
removeFilterModelListener(FilterModelListener l)
Removes a FilterModelListener from the list of listeners that is notified each time a filter event is generated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EventListenerList filterModelListeners
Constructor Detail |
---|
public FilterModel()
Method Detail |
---|
public void addFilterModelListener(FilterModelListener l)
l
- the FilterModelListenerpublic void fireApplyFilter(FilterModelEvent e)
e
- the event to be forwardedpublic void removeFilterModelListener(FilterModelListener l)
l
- the FilterModelListener
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |