Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DDesignerAccess.java145 public static String getUniqueName(Root root, AttributeManager in getUniqueName() method in DesignerAccess
147 return root.getUniqueName(child); in getUniqueName()
150 public static String getUniqueName(Root root, AttributeManager in getUniqueName() method in DesignerAccess
152 return root.getUniqueName(child, otherTree); in getUniqueName()
H A DRoot.java113 set(/* NOI18N */"name", getUniqueName(this)); in Root()
452 String getUniqueName(AttributeManager child) { in getUniqueName() method in Root
481 String getUniqueName(AttributeManager child, Root otherTree) { in getUniqueName() method in Root
484 String newName = getUniqueName(child); in getUniqueName()
486 newName = getUniqueName(child); in getUniqueName()
H A DAMContainerHelper.java167 child.set(/* NOI18N */"name", root.getUniqueName(child)); in recurseCheckAdd()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java606 DesignerAccess.getUniqueName(getRoot(), this)); in isPanel()