Testing Windows

package abbot.tester;

public class WindowTester extends ContainerTester {

    public String deriveTag(Component comp);

    public void actionClose(Component c);
    public void actionMove(Component w, int screenx, int screeny);
    public void actionMoveBy(Component w, int dx, int dy);
    public void actionResize(Component w, int width, int height);
    public void actionResizeBy(Component w, int dx, int dy);
    public void actionActivate(Window w);
    
}

Previous | Next | Top | Cafe con Leche

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