< prev index next >

core/JemmyCore/src/org/jemmy/interfaces/Text.java

Print this page

        

@@ -32,11 +32,12 @@
  * @author shura
  */
 public interface Text extends Label {
     /**
      * Supposed to type a new value from current position.
-     * @param newText
+     *
+     * @param newText the text to be set
      */
     @Shortcut
     public void type(String newText);
     /**
      * Clears all the text content.
< prev index next >