|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.RowFilter<MessageModel,java.lang.Integer>
org.ka2ddo.yaac.gui.MessageRowFilter
public class MessageRowFilter
This class provides the filtering of raw SnifferTableModel data based on the current settings of the filters.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.RowFilter |
---|
javax.swing.RowFilter.ComparisonType, javax.swing.RowFilter.Entry<M,I> |
Constructor Summary | |
---|---|
MessageRowFilter()
|
Method Summary | |
---|---|
boolean |
include(javax.swing.RowFilter.Entry<? extends MessageModel,? extends java.lang.Integer> entry)
Returns true if the specified entry should be shown; returns false if the entry should be hidden. |
Methods inherited from class javax.swing.RowFilter |
---|
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageRowFilter()
Method Detail |
---|
public boolean include(javax.swing.RowFilter.Entry<? extends MessageModel,? extends java.lang.Integer> entry)
The entry
argument is valid only for the duration of
the invocation. Using entry
after the call returns
results in undefined behavior.
include
in class javax.swing.RowFilter<MessageModel,java.lang.Integer>
entry
- a non-null
object that wraps the underlying
object from the model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |