Testing JLists

package abbot.tester

public class JListTester extends JComponentTester {

  public void actionSelectIndex(Component c, int index)
  public void actionSelectItem(Component c, String item)
  public void actionSelectValue(Component c, String item)
  public void actionSelectRow(Component c, JListLocation location)
  public ComponentLocation getLocation(Component c, Point index)
  public int getSize(JList list)
  public String; getContents(JList list)
  public Object getElementAt(JList list, int index)

}

Previous | Next | Top | Cafe con Leche

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 28, 2005