< prev index next >

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

Print this page

        

*** 34,43 **** public interface Label extends ControlInterface { /** * Returns the currently displayed text. * TODO: Wrap.waitText ! * @return */ @Property(Wrap.TEXT_PROP_NAME) public String text(); } --- 34,43 ---- public interface Label extends ControlInterface { /** * Returns the currently displayed text. * TODO: Wrap.waitText ! * @return the currently displayed text */ @Property(Wrap.TEXT_PROP_NAME) public String text(); }
< prev index next >