< prev index next >

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

Print this page

        

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