< prev index next >

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

Print this page

        

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