| java.lang.Object net.refractions.udig.internal.ui.DialogDriver
DialogDriver | public class DialogDriver (Code) | | This class is insane the good part is the push and findbuttons as helpers for testing.
|
Method Summary | |
public static Button | findButton(Dialog dialog, int id) | public static Button | findButton(Control[] children, int id, Shell shell) | public static void | pushButton(Dialog dialog, int id) |
DELAY | final public static long DELAY(Code) | | |
error | public String error(Code) | | This should be null if no errors occurred otherwise there should be debug
message
|
findButton | public static Button findButton(Dialog dialog, int id)(Code) | | |
findButton | public static Button findButton(Control[] children, int id, Shell shell)(Code) | | |
pushButton | public static void pushButton(Dialog dialog, int id)(Code) | | |
|
|