< prev index next >

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

Print this page

        

*** 28,42 **** /** * * @author shura */ public interface TextInput { ! /** ! * ! */ public void clear(); ! /** ! * ! * @param text ! */ public void type(String text); } --- 28,37 ---- /** * * @author shura */ public interface TextInput { ! public void clear(); ! public void type(String text); }
< prev index next >