Home
last modified time | relevance | path

Searched refs:getContainer (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DGroup.java307 public ContainerShadow getContainer() { in getContainer() method in Group
317 return ((Group)mgr).getContainer(); in getContainer()
329 ContainerShadow c = getContainer(); in getPanel()
341 ContainerShadow c = getContainer(); in getWindow()
443 ComponentShadow s = getContainer(); in isContainerVisible()
970 root.addChildBody(getContainer()); in setParentBody()
975 root.removeChildBody(getContainer()); in unsetParentBody()
1192 if (msg.target == getContainer()) { in windowDestroy()
1292 ContainerShadow cntr = getContainer(); in removeForwardedAttributes()
H A DDesignerAccess.java60 public static ContainerShadow getContainer(Group group) { in getContainer() method in DesignerAccess
61 return group.getContainer(); in getContainer()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DDialogShadow.java256 mgr = DesignerAccess.getContainer((Group)mgr); in lookupFrame()
301 AttributeManager mgr = DesignerAccess.getContainer(group); in lookupGroupFrame()
H A DComponentShadow.java366 mgr = DesignerAccess.getContainer((Group)mgr); in validateMain()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DRootFrame.java201 DesignerAccess.getContainer(subGroup), /* NOI18N */ in handleEvent()