Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.table.search
Class BooleanVisualSeeker

java.lang.Object
  extended by com.citra.table.search.VisualSeeker
      extended by com.citra.table.search.BooleanVisualSeeker

public class BooleanVisualSeeker
extends VisualSeeker

A VisualSeeker for Boolean values.


Field Summary
protected  BooleanFilter booleanFilter
          a boolean filter object used to filter Boolean values.
protected  JComboBox fieldBoxOptions
          a combobox containing the search options.
 
Fields inherited from class com.citra.table.search.VisualSeeker
anyKey, searchModel
 
Constructor Summary
BooleanVisualSeeker()
          Constructs a BooleanVisualSeeker.
 
Method Summary
 JComboBox getFieldBoxOptions()
          Returns a combobox containing the searcb options.
 JPanel getPanel()
          Returns the panel containing the controls used to manipulate the search.
 TableSearch getTableSearch()
          Returns a table search object corresponding to the visual controls of the search.
 
Methods inherited from class com.citra.table.search.VisualSeeker
fireSearch, getSearchModel, getSearchOnKey, setSearchOnKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldBoxOptions

protected JComboBox fieldBoxOptions
a combobox containing the search options.


booleanFilter

protected BooleanFilter booleanFilter
a boolean filter object used to filter Boolean values.

Constructor Detail

BooleanVisualSeeker

public BooleanVisualSeeker()
Constructs a BooleanVisualSeeker.

Method Detail

getFieldBoxOptions

public JComboBox getFieldBoxOptions()
Returns a combobox containing the searcb options.

Returns:
the combobox

getPanel

public JPanel getPanel()
Returns the panel containing the controls used to manipulate the search.

Specified by:
getPanel in class VisualSeeker
Returns:
a panel with controls used in searching.

getTableSearch

public TableSearch getTableSearch()
Returns a table search object corresponding to the visual controls of the search.

Specified by:
getTableSearch in class VisualSeeker
Returns:
a table search

Copyright © 2011 Citra Technologies. All Rights Reserved.