Testing ComboBoxes

package abbot.tester;

public class JComboBoxTester extends JComponentTester {

  public void   actionSelectIndex(Component c, int index)
  public void   actionSelectItem(Component c, String item)
  public JList  findComboList(JComboBox X)
  public String getValueAsString(JComboBox c, JList list, Object item, int index)
  public String getContents(JComboBox c)

}

Previous | Next | Top | Cafe con Leche

Copyright 2005, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 15, 2006