Lines Matching refs:getSource

206         this(waitComponent((Container) cont.getSource(),
312 return (waitComponent((Container) contOper.getSource(),
397 public Component getSource() {
963 + getSource().getClass().toString());
973 waiter.waitAction(getSource());
996 Container cont = getSource().getParent();
1004 cont = getSource().getParent();
1021 Container cont = getSource().getParent();
1040 if (getSource() instanceof Window) {
1041 return (Window) getSource();
1059 if (window == null && getSource() instanceof Window) {
1060 return (Window) getSource();
1228 if (getSource().getName() != null) {
1229 result.put(NAME_DPROP, getSource().getName());
1231 result.put(IS_VISIBLE_DPROP, getSource().isVisible() ? "true" : "false");
1232 result.put(IS_SHOWING_DPROP, getSource().isShowing() ? "true" : "false");
1233 result.put(X_DPROP, Integer.toString(getSource().getX()));
1234 result.put(Y_DPROP, Integer.toString(getSource().getY()));
1235 result.put(WIDTH_DPROP, Integer.toString(getSource().getWidth()));
1236 result.put(HEIGHT_DPROP, Integer.toString(getSource().getHeight()));
1249 getSource().add(popupMenu);
1262 getSource().addComponentListener(componentListener);
1274 getSource().addFocusListener(focusListener);
1287 getSource().addInputMethodListener(inputMethodListener);
1299 getSource().addKeyListener(keyListener);
1311 getSource().addMouseListener(mouseListener);
1324 getSource().addMouseMotionListener(mouseMotionListener);
1336 getSource().addNotify();
1350 getSource().addPropertyChangeListener(propertyChangeListener);
1364 getSource().addPropertyChangeListener(string, propertyChangeListener);
1377 return getSource().checkImage(image, i, i1, imageObserver);
1389 return getSource().checkImage(image, imageObserver);
1401 return getSource().contains(i, i1);
1413 return getSource().contains(point);
1425 return getSource().createImage(i, i1);
1437 return getSource().createImage(imageProducer);
1449 getSource().dispatchEvent(aWTEvent);
1461 getSource().doLayout();
1473 getSource().enableInputMethods(b);
1485 return getSource().getAlignmentX();
1497 return getSource().getAlignmentY();
1509 return getSource().getBackground();
1521 return getSource().getBounds();
1533 return getSource().getBounds(rectangle);
1545 return getSource().getColorModel();
1557 return getSource().getComponentAt(i, i1);
1569 return getSource().getComponentAt(point);
1581 return getSource().getComponentOrientation();
1593 return getSource().getCursor();
1605 return getSource().getDropTarget();
1617 return getSource().getFont();
1629 return getSource().getFontMetrics(font);
1641 return getSource().getForeground();
1653 return getSource().getGraphics();
1665 return getSource().getHeight();
1677 return getSource().getInputContext();
1689 return getSource().getInputMethodRequests();
1701 return getSource().getLocale();
1713 return getSource().getLocation();
1725 return getSource().getLocation(point);
1737 return getSource().getLocationOnScreen();
1749 return getSource().getMaximumSize();
1761 return getSource().getMinimumSize();
1773 return getSource().getName();
1785 return getSource().getParent();
1797 return getSource().getPreferredSize();
1809 return getSource().getSize();
1821 return getSource().getSize(dimension);
1833 return getSource().getToolkit();
1845 return getSource().getTreeLock();
1857 return getSource().getWidth();
1869 return getSource().getX();
1881 return getSource().getY();
1893 return getSource().hasFocus();
1906 return getSource().imageUpdate(image, i, i1, i2, i3, i4);
1918 getSource().invalidate();
1930 return getSource().isDisplayable();
1942 return getSource().isDoubleBuffered();
1954 return getSource().isEnabled();
1967 return getSource().isFocusTraversable();
1979 return getSource().isLightweight();
1991 return getSource().isOpaque();
2003 return getSource().isShowing();
2015 return getSource().isValid();
2027 return getSource().isVisible();
2039 getSource().list();
2051 getSource().list(printStream);
2063 getSource().list(printStream, i);
2075 getSource().list(printWriter);
2087 getSource().list(printWriter, i);
2099 getSource().paint(graphics);
2111 getSource().paintAll(graphics);
2124 return getSource().prepareImage(image, i, i1, imageObserver);
2136 return getSource().prepareImage(image, imageObserver);
2148 getSource().print(graphics);
2160 getSource().printAll(graphics);
2172 getSource().remove(menuComponent);
2185 getSource().removeComponentListener(componentListener);
2197 getSource().removeFocusListener(focusListener);
2211 getSource().removeInputMethodListener(inputMethodListener);
2223 getSource().removeKeyListener(keyListener);
2235 getSource().removeMouseListener(mouseListener);
2249 getSource().removeMouseMotionListener(mouseMotionListener);
2261 getSource().removeNotify();
2275 getSource().removePropertyChangeListener(propertyChangeListener);
2289 getSource().removePropertyChangeListener(string, propertyChangeListener);
2301 getSource().repaint();
2313 getSource().repaint(i, i1, i2, i3);
2325 getSource().repaint(l);
2337 getSource().repaint(l, i, i1, i2, i3);
2349 getSource().requestFocus();
2361 getSource().setBackground(color);
2373 getSource().setBounds(i, i1, i2, i3);
2385 getSource().setBounds(rectangle);
2398 getSource().setComponentOrientation(componentOrientation);
2410 getSource().setCursor(cursor);
2422 getSource().setDropTarget(dropTarget);
2434 getSource().setEnabled(b);
2446 getSource().setFont(font);
2458 getSource().setForeground(color);
2470 getSource().setLocale(locale);
2482 getSource().setLocation(i, i1);
2494 getSource().setLocation(point);
2506 getSource().setName(string);
2518 getSource().setSize(i, i1);
2530 getSource().setSize(dimension);
2542 getSource().setVisible(b);
2554 getSource().transferFocus();
2566 getSource().update(graphics);
2578 getSource().validate();