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 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 23, 2005