Searched defs:layoutMgr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Component.h48 jfieldID layoutMgr; member in struct:ContainerIDs
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java111 LayoutManager layoutMgr; field in class:Container
217 * @serialField layoutMgr LayoutManager
241 new ObjectStreamField("layoutMgr", LayoutManager.class),
543 if (layoutMgr != null) {
544 layoutMgr.removeLayoutComponent(comp);
581 if (peer != null && layoutMgr == null && isVisible()) {
876 if (layoutMgr != null) {
877 if (layoutMgr instanceof LayoutManager2) {
878 ((LayoutManager2)layoutMgr).addLayoutComponent(comp, null);
880 layoutMgr
[all...]

Completed in 33 milliseconds