< prev index next >

SWT/JemmySWT/src/org/jemmy/swt/ToolBarWrap.java

Print this page

        

*** 39,50 **** import org.jemmy.interfaces.TypeControlInterface; import org.jemmy.lookup.Lookup; /** * ! * @author shura, erikgreijus ! * @param <T> */ @ControlType(ToolBar.class) public class ToolBarWrap<T extends ToolBar> extends ControlWrap<T> implements Selectable<String> { private ItemParent<ToolItem> items; --- 39,50 ---- import org.jemmy.interfaces.TypeControlInterface; import org.jemmy.lookup.Lookup; /** * ! * @author shura ! * @author erikgreijus */ @ControlType(ToolBar.class) public class ToolBarWrap<T extends ToolBar> extends ControlWrap<T> implements Selectable<String> { private ItemParent<ToolItem> items;
< prev index next >