Searched refs:getComponentAt (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTabbedPane.java369 Component newComp = getComponentAt(selIndex);
657 return getComponentAt(index);
935 Component component = getComponentAt(index);
1223 public Component getComponentAt(int index) { method in class:JTabbedPane
1535 * @see #getComponentAt
1719 Component c = getComponentAt(i);
H A DSwingUtilities.java278 comp = comp.getComponentAt(x - loc.x, y - loc.y);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java431 Component c = getComponentAt(i);
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java2502 Component comp = getComponentAt(e.x, e.y);
2529 public Component getComponentAt(int x, int y) { method in class:Container
2535 * replaced by <code>getComponentAt(int, int)</code>.
2575 public Component getComponentAt(Point p) { method in class:Container
2576 return getComponentAt(p.x, p.y);
2630 * The findComponentAt method is different from getComponentAt in
2631 * that getComponentAt only searches the Container's immediate
2642 * @see #getComponentAt
2724 * The findComponentAt method is different from getComponentAt in
2725 * that getComponentAt onl
[all...]
H A DComponent.java4597 * @see #getComponentAt(int, int)
4619 * @see #getComponentAt(Point)
4647 public Component getComponentAt(int x, int y) { method in class:Component
4653 * replaced by getComponentAt(int, int).
4667 public Component getComponentAt(Point p) { method in class:Component
4668 return getComponentAt(p.x, p.y);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java2301 Component component = tabPane.getComponentAt(i);
2416 selectedComponent = tabPane.getComponentAt(selectedIndex);
2925 selectedComponent = tabPane.getComponentAt(selectedIndex);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2145 final Component component = tabPane.getComponentAt(i);
2259 selectedComponent = tabPane.getComponentAt(selectedIndex);
2754 selectedComponent = tabPane.getComponentAt(selectedIndex);
/openjdk7/jdk/src/share/classes/java/beans/
H A DMetaData.java1185 p.getComponentAt(i)}, out);

Completed in 848 milliseconds