com.aelitis.azureus.ui.common.table.impl
Class TableViewImpl.filter<DATASOURCETYPE>

java.lang.Object
  extended by com.aelitis.azureus.ui.common.table.impl.TableViewImpl.filter<DATASOURCETYPE>
Direct Known Subclasses:
TableViewSWTFilter
Enclosing class:
TableViewImpl<DATASOURCETYPE>

public static class TableViewImpl.filter<DATASOURCETYPE>
extends Object


Field Summary
 TableViewFilterCheck<DATASOURCETYPE> checker
           
 TimerEvent eventUpdate
           
 long lastFilterTime
           
 String nextText
           
 boolean regex
           
 String text
           
 
Constructor Summary
TableViewImpl.filter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventUpdate

public TimerEvent eventUpdate

text

public String text

lastFilterTime

public long lastFilterTime

regex

public boolean regex

checker

public TableViewFilterCheck<DATASOURCETYPE> checker

nextText

public String nextText
Constructor Detail

TableViewImpl.filter

public TableViewImpl.filter()