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, 2006 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 16, 2006