Lines Matching defs:to

16  * 2 along with this work; if not, write to the Free Software Foundation,
237 * Just like getProperties().setTimeouts(to).
239 * @param to New timeouts
243 public static Timeouts setCurrentTimeouts(Timeouts to) {
244 return getProperties().setTimeouts(to);
382 * java.awt.Robot class is used to reproduce user actions, otherwise actions
414 * @return Pixel count to move mouse during one drag'n'drop step.
425 * @param model Pixel count to move mouse during one drag'n'drop step.
472 * @param props a JemmyProperties instance to put into the stack head.
484 * Method to initialize timeouts and resources.
486 * @param prop_file File to get filenames from. <BR>
487 * Can contain definition of variables TIMEOUTS_FILE - full path to timeouts
489 * RESOURCE_FILE - full path to resource file.
517 * Method to initialize timeouts and resources. <BR>
518 * Uses jemmy.properties system property to find file.
577 getOutput().printLine(" to reproduce user actions");
601 * "jemmy.robot_dispatching" system properties to determine what model
657 * @param to new timeouts.
661 public Timeouts setTimeouts(Timeouts to) {
662 return (Timeouts) setProperty("timeouts", to);
754 * @param bundleID Id of a bundle to get resource from.
841 * @return Pixel count to move mouse during one drag'n'drop step.
852 * @param length Pixel count to move mouse during one drag'n'drop step.
874 * Saves object as a static link to be used by other objects.
913 * @param name A name of the property to be removed.
943 * @param properties a JemmyProperties instance to copy properties into.