Testing Trees

package abbot.tester;

public class JTreeTester extends JComponentTester {

  public void actionClick(Component c, ComponentLocation location)
  public ComponentLocation parseLocation(String location)
  public void actionSelectRow(Component c, ComponentLocation location)
  public void actionSelectRow(Component c, int index)
  public TreePath pathToStringPath(JTree tree, TreePath path)
  public void actionClickRow(Component c, int index, String modifiers)
  public void actionClickRow(Component c, int index, String modifiers, int index)
  public void actionClickRow(Component c, int index)
  public void actionMakeVisible(Component c, TreePath path)
  public void actionSelectPath(Component c, TreePath path)
  public void actionToggleRow(Component c, ComponentLocation location)
  public void actionToggleRow(Component c, int index)
  public boolean assertPathExists(Component c, TreePath path)
  public ComponentLocation getLocation(Component c, Point index)
  public boolean isLocationInExpandControl(JTree tree, int index, int index)

}

Previous | Next | Top | Cafe con Leche

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