Home
last modified time | relevance | path

Searched refs:doingShow (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DComponentShadow.java83 protected boolean doingShow = false; field in ComponentShadow
164 doingShow = true; in set()
166 doingShow = false; in set()
204 if (!doingShow) in setOnBody()
289 doingShow = true; in showComponent()
291 doingShow = false; in showComponent()
318 protected boolean doingShow() { in doingShow() method in ComponentShadow
319 if (doingShow) { in doingShow()
324 return DesignerAccess.doingShow(g); in doingShow()
H A DWindowShadow.java255 if (!doingShow()) in postCreate()
401 doingShow = true; in checkCreate()
403 doingShow = false; in checkCreate()
711 if (!doingShow()) { in set()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DGroup.java84 private boolean doingShow = false; field in Group
490 doingShow = true; in internalShowGroup()
492 doingShow = false; in internalShowGroup()
622 boolean tmpShow = doingShow; in create()
625 if (!wasCreated && !doingShow() && isVisible()) { in create()
632 doingShow = true; in create()
653 doingShow = tmpShow; in create()
1564 boolean doingShow() { in doingShow() method in Group
1565 if (doingShow) in doingShow()
1568 return parentGroup.doingShow(); in doingShow()
H A DDesignerAccess.java80 public static boolean doingShow(Group group) { in doingShow() method in DesignerAccess
81 return group.doingShow(); in doingShow()