infovis.panel.dqinter
Class StringSearchDynamicQuery

java.lang.Object
  extended by infovis.panel.dqinter.AbstractDynamicQuery
      extended by infovis.panel.dqinter.StringSearchDynamicQuery
All Implemented Interfaces:
DynamicQuery, RowFilter, EventListener, ChangeListener

public class StringSearchDynamicQuery
extends AbstractDynamicQuery

Dynamic query for string columns.

Version:
$Revision: 1.6 $
Author:
Jean-Daniel Fekete

Nested Class Summary
static class StringSearchDynamicQuery.Creator
          Creator for this dynamic query type.
 
Constructor Summary
StringSearchDynamicQuery(Column col)
          Constructor.
 
Method Summary
 JComponent getComponent()
          Returns the Component associated with this dynamic query.
 boolean isFiltered(int row)
          Returns true if the value at that row is filtered out.
 void update()
          Method called when the column is modified.
 
Methods inherited from class infovis.panel.dqinter.AbstractDynamicQuery
apply, getColumn, getFilterColumn, setColumn, setFilterColumn, stateChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSearchDynamicQuery

public StringSearchDynamicQuery(Column col)
Constructor.

Parameters:
col - the column
Method Detail

isFiltered

public boolean isFiltered(int row)
Returns true if the value at that row is filtered out.

Specified by:
isFiltered in interface DynamicQuery
Specified by:
isFiltered in interface RowFilter
Specified by:
isFiltered in class AbstractDynamicQuery
Parameters:
row - the row to check.
Returns:
true if the value at that row is filtered out.

update

public void update()
Method called when the column is modified.

Specified by:
update in class AbstractDynamicQuery

getComponent

public JComponent getComponent()
Returns the Component associated with this dynamic query.



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.