Package com.biglybt.ui.common.table.impl
Class TableViewImpl.filter<DATASOURCETYPE>
- java.lang.Object
-
- com.biglybt.ui.common.table.impl.TableViewImpl.filter<DATASOURCETYPE>
-
- Direct Known Subclasses:
TableViewSWTFilter
- Enclosing class:
- TableViewImpl<DATASOURCETYPE>
public static class TableViewImpl.filter<DATASOURCETYPE> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description TableViewFilterCheck<DATASOURCETYPE>
checker
TimerEvent
eventUpdate
long
lastFilterTime
java.lang.String
nextText
boolean
regex
java.lang.String
text
-
Constructor Summary
Constructors Constructor Description filter()
-
-
-
Field Detail
-
eventUpdate
public TimerEvent eventUpdate
-
text
public java.lang.String text
-
lastFilterTime
public long lastFilterTime
-
regex
public boolean regex
-
checker
public TableViewFilterCheck<DATASOURCETYPE> checker
-
nextText
public java.lang.String nextText
-
-