< prev index next >

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

Print this page

        

*** 27,40 **** import org.jemmy.lookup.LookupCriteria; /** * Represents a hierarchical structure in which elements not only could be * selected but also "pushes", which is an action typically performed with ! * menu.<br/> * * @author erikgreijus - * @param <T> */ public interface MenuSelectable<T> extends Menu<T> { /** * Ensures state of a menu item conforming to the criteria. That would mean --- 27,39 ---- import org.jemmy.lookup.LookupCriteria; /** * Represents a hierarchical structure in which elements not only could be * selected but also "pushes", which is an action typically performed with ! * menu. * * @author erikgreijus */ public interface MenuSelectable<T> extends Menu<T> { /** * Ensures state of a menu item conforming to the criteria. That would mean
< prev index next >