Testing TextComponents

package abbot.tester;

public class JTextComponentTester extends JComponentTester {

  public void actionClick(Component c, int index)
  public void actionEnterText(Component c, String text)
  public void actionSetCaretPosition(Component c, int index)
  public void actionStartSelection(Component c, int index)
  public void actionEndSelection(Component c, int index)
  public void actionSelect(Component c, int start, int end)
  public void actionSelectText(Component c, int start, int end)

}

Previous | Next | Top | Cafe con Leche

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