Searched defs:getNativeContainer (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java503 public static Container getNativeContainer(Component c) { method in class:MToolkit
504 return Toolkit.getNativeContainer(c);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java1020 public static Container getNativeContainer(Component c) { method in class:SunToolkit
1021 return Toolkit.getNativeContainer(c);
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java1452 protected static Container getNativeContainer(Component c) { method in class:Toolkit
1453 return c.getNativeContainer();
H A DComponent.java2032 Container host = getNativeContainer();
3113 Container nativeContainer = getNativeContainer();
4930 Container target = source.getNativeContainer();
7633 ? getNativeContainer() : this;
8165 Container getNativeContainer() { method in class:Component

Completed in 57 milliseconds