zinger.bsheet
Class TableSearch

java.lang.Object
  extended by zinger.bsheet.DialogEditor
      extended by zinger.bsheet.TableSearch
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TableSearch
extends DialogEditor


Field Summary
protected  javax.swing.JCheckBox caseSensitiveCheck
           
protected  javax.swing.JButton clearButton
           
protected  java.lang.String clearCommand
           
protected  java.util.Iterator searchIterator
           
protected  javax.swing.JTextField searchText
           
protected  javax.swing.JCheckBox testEvalCheck
           
protected  javax.swing.JCheckBox testFormattedCheck
           
protected  javax.swing.JCheckBox testRawCheck
           
 
Fields inherited from class zinger.bsheet.DialogEditor
acceptButton, acceptCommand, acceptLabel, cancelButton, cancelCommand, cancelLabel, cellEditCommand, changesAccepted, colEditCommand, dialog, dialogTitle, lock, table
 
Constructor Summary
TableSearch(javax.swing.JTable table)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
protected  javax.swing.JPanel buildButtonPanel()
           
protected  java.util.Iterator buildSearchIterator()
           
protected  java.util.Iterator buildSearchRange()
           
protected  void createDialog()
           
protected  void doNext()
           
protected  void editCells()
           
protected  void editColumns()
           
protected  void search()
           
protected  void setSearchUIEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clearCommand

protected final java.lang.String clearCommand

searchText

protected javax.swing.JTextField searchText

caseSensitiveCheck

protected javax.swing.JCheckBox caseSensitiveCheck

testRawCheck

protected javax.swing.JCheckBox testRawCheck

testEvalCheck

protected javax.swing.JCheckBox testEvalCheck

testFormattedCheck

protected javax.swing.JCheckBox testFormattedCheck

clearButton

protected javax.swing.JButton clearButton

searchIterator

protected java.util.Iterator searchIterator
Constructor Detail

TableSearch

public TableSearch(javax.swing.JTable table)
Method Detail

createDialog

protected void createDialog()
Overrides:
createDialog in class DialogEditor

buildButtonPanel

protected javax.swing.JPanel buildButtonPanel()
Overrides:
buildButtonPanel in class DialogEditor

editCells

protected void editCells()
Specified by:
editCells in class DialogEditor

editColumns

protected void editColumns()
Specified by:
editColumns in class DialogEditor

search

protected void search()

buildSearchRange

protected java.util.Iterator buildSearchRange()

buildSearchIterator

protected java.util.Iterator buildSearchIterator()

doNext

protected void doNext()

setSearchUIEnabled

protected void setSearchUIEnabled(boolean enabled)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class DialogEditor