Home
last modified time | relevance | path

Searched refs:getChildCount (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DContainerShadow.java169 public int getChildCount() { in getChildCount() method in ContainerShadow
170 return (helper.getChildCount()); in getChildCount()
H A DMenuShadow.java179 public int getChildCount() { in getChildCount() method in MenuShadow
180 return (helper.getChildCount()); in getChildCount()
H A DMenuBarShadow.java220 public int getChildCount() { in getChildCount() method in MenuBarShadow
221 return (helper.getChildCount()); in getChildCount()
H A DDialogShadow.java314 && getChildCount() == 1) in addChildBody()
H A DWindowShadow.java623 if (getChildCount() == 0) in getPanel()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAMContainer.java56 public int getChildCount(); in getChildCount() method
H A DRoot.java611 public int getChildCount() { in getChildCount() method in Root
612 return (containerHelper.getChildCount()); in getChildCount()
H A DAMContainerHelper.java98 public int getChildCount() { in getChildCount() method in AMContainerHelper
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DFlowPanelShadow.java206 if (getChildCount() == 0) in postCreate()
H A DCardPanelShadow.java221 cards = new GBPanelShadow[getChildCount()]; in getCards()