Lines Matching refs:getParent
158 this(target, (target.getParent() == null) ? 0 : getParentWindowID(target), new Rectangle(target.getBounds()));
224 this.parent = getParentXWindowObject(target.getParent());
289 ComponentPeer peer = target.getParent().getPeer();
290 Component temp = target.getParent();
293 temp = temp.getParent();
305 Component temp = target.getParent();
311 temp = temp.getParent();
324 Container parent = AWTAccessor.getComponentAccessor().getParent(win.target);
326 parent = AWTAccessor.getComponentAccessor().getParent(parent);
1380 comp = AWTAccessor.getComponentAccessor().getParent(comp);