|
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.Objectjava.util.EventObject
com.sciapp.event.FilterTreeTableModelEvent
public class FilterTreeTableModelEvent
An event that is sent whenever filters of a FilterTreeTableModel are added or removed.
| Field Summary | |
|---|---|
protected int |
level
the level at which a table filter was assigned |
protected Object |
node
the node at which a table filter was assigned |
protected TableFilter |
tableFilter
the table filter |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FilterTreeTableModelEvent(FilterTreeTableModel source,
TableFilter tableFilter,
int level)
Constructs a FilterTreeTableModelEvent object. |
|
FilterTreeTableModelEvent(FilterTreeTableModel source,
TableFilter tableFilter,
Object node)
Constructs a FilterTreeTableModelEvent object. |
|
| Method Summary | |
|---|---|
int |
getLevel()
Returns the tree level at which a table filter was installed. |
Object |
getNode()
Returns the node at which a table filter was installed. |
TableFilter |
getTableFilter()
Returns the table filter that was installed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TableFilter tableFilter
protected Object node
protected int level
| Constructor Detail |
|---|
public FilterTreeTableModelEvent(FilterTreeTableModel source,
TableFilter tableFilter,
int level)
source - the Object generating the eventtableFilter - the table filter that was installedlevel - the tree level at which a table filter was installed
public FilterTreeTableModelEvent(FilterTreeTableModel source,
TableFilter tableFilter,
Object node)
source - the Object generating the eventtableFilter - the table filter that was installednode - the node at which a table filter was installed| Method Detail |
|---|
public int getLevel()
getNode().
SPECIAL CASE:
If both getLevel() and getNode() return -1 and null respectively, then a default
filter (overriding all other filters) was installed.
public Object getNode()
getLevel().
SPECIAL CASE:
If both getLevel() and getNode() return -1 and null respectively, then a default
filter (overriding all other filters) was installed.
public TableFilter getTableFilter()
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||