Searched refs:getUniqueName (Results 1 – 4 of 4) sorted by relevance
145 public static String getUniqueName(Root root, AttributeManager in getUniqueName() method in DesignerAccess147 return root.getUniqueName(child); in getUniqueName()150 public static String getUniqueName(Root root, AttributeManager in getUniqueName() method in DesignerAccess152 return root.getUniqueName(child, otherTree); in getUniqueName()
113 set(/* NOI18N */"name", getUniqueName(this)); in Root()452 String getUniqueName(AttributeManager child) { in getUniqueName() method in Root481 String getUniqueName(AttributeManager child, Root otherTree) { in getUniqueName() method in Root484 String newName = getUniqueName(child); in getUniqueName()486 newName = getUniqueName(child); in getUniqueName()
167 child.set(/* NOI18N */"name", root.getUniqueName(child)); in recurseCheckAdd()
606 DesignerAccess.getUniqueName(getRoot(), this)); in isPanel()