Home
last modified time | relevance | path

Searched refs:getPanel (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java448 ContainerShadow panel = getPanel(); in getWindowLocation()
470 ContainerShadow panel = getPanel(); in getWindowSize()
619 public ContainerShadow getPanel() { in getPanel() method in WindowShadow
684 ContainerShadow panel = getPanel(); in set()
732 ContainerShadow panel = getPanel(); in get()
753 ContainerShadow panel = getPanel(); in getType()
761 ContainerShadow panel = getPanel(); in getFlags()
769 ContainerShadow panel = getPanel(); in hasAttribute()
777 ContainerShadow panel = getPanel(); in hasAttribute()
785 ContainerShadow panel = getPanel(); in getAttributeList()
[all …]
H A DComponentShadow.java227 mgr = win.getPanel(); in isMainContainer()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DMainHelper.java172 } else if (baseGroup.getPanel() != null) { in main()
175 String title = group.getPanel().getName(); in main()
207 (Panel)baseGroup.getPanel().getBody()); in main()
277 PanelShadow panelshadow = baseGroup.getPanel(); in init()
H A DDesignerAccess.java64 public static PanelShadow getPanel(Group group) { in getPanel() method in DesignerAccess
65 return group.getPanel(); in getPanel()
H A DGroup.java328 public PanelShadow getPanel() { in getPanel() method in Group
1712 PanelShadow panel = getPanel(); in preValidate()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAMConverter.java228 AttributeManager child = ((WindowShadow)tree).getPanel(); in convertToString()