< prev index next >

SWT/JemmySWT/src/org/jemmy/swt/lookup/CoordinateLookup.java

Print this page

        

*** 29,41 **** import org.jemmy.control.Wrap; import org.jemmy.lookup.RelativeCoordinateLookup; import org.jemmy.swt.ControlWrap; /** ! * ! * @author shura, erikgreijus ! * @param <T> */ public class CoordinateLookup<T extends Control> extends RelativeCoordinateLookup<T> { private final Wrap reference; --- 29,40 ---- import org.jemmy.control.Wrap; import org.jemmy.lookup.RelativeCoordinateLookup; import org.jemmy.swt.ControlWrap; /** ! * @author shura ! * @author erikgreijus */ public class CoordinateLookup<T extends Control> extends RelativeCoordinateLookup<T> { private final Wrap reference;
< prev index next >