Searched refs:customAttrNames (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewIndexPanel.java165 TreeSet<String> customAttrNames = new TreeSet<String>();
193 customAttrNames.add(name);
197 if (customAttrNames.size() > 0)
202 for (String attrName : customAttrNames)
H A DAbstractVLVIndexPanel.java281 protected TreeSet<String> customAttrNames = field in class:AbstractVLVIndexPanel
461 customAttrNames.clear();
489 customAttrNames.add(name);
494 if (customAttrNames.size() > 0)
499 for (String attrName : customAttrNames)
1211 boolean isCustom = customAttrNames.contains(attrName);
H A DBrowseSchemaPanel.java797 TreeSet<String> customAttrNames = new TreeSet<String>(lowerCaseComparator);
818 customAttrNames.add(name);
860 names.add(customAttrNames);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewIndexPanel.java164 TreeSet<String> customAttrNames = new TreeSet<String>();
192 customAttrNames.add(name);
196 if (customAttrNames.size() > 0)
201 for (String attrName : customAttrNames)
H A DAbstractVLVIndexPanel.java280 protected TreeSet<String> customAttrNames = field in class:AbstractVLVIndexPanel
460 customAttrNames.clear();
488 customAttrNames.add(name);
493 if (customAttrNames.size() > 0)
498 for (String attrName : customAttrNames)
1210 boolean isCustom = customAttrNames.contains(attrName);
H A DBrowseSchemaPanel.java796 TreeSet<String> customAttrNames = new TreeSet<String>(lowerCaseComparator);
817 customAttrNames.add(name);
859 names.add(customAttrNames);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewIndexPanel.java165 TreeSet<String> customAttrNames = new TreeSet<String>();
193 customAttrNames.add(name);
197 if (customAttrNames.size() > 0)
202 for (String attrName : customAttrNames)
H A DAbstractVLVIndexPanel.java281 protected TreeSet<String> customAttrNames = field in class:AbstractVLVIndexPanel
461 customAttrNames.clear();
489 customAttrNames.add(name);
494 if (customAttrNames.size() > 0)
499 for (String attrName : customAttrNames)
1211 boolean isCustom = customAttrNames.contains(attrName);
H A DBrowseSchemaPanel.java797 TreeSet<String> customAttrNames = new TreeSet<String>(lowerCaseComparator);
818 customAttrNames.add(name);
860 names.add(customAttrNames);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewIndexPanel.java164 TreeSet<String> customAttrNames = new TreeSet<String>();
192 customAttrNames.add(name);
196 if (customAttrNames.size() > 0)
201 for (String attrName : customAttrNames)
H A DAbstractVLVIndexPanel.java280 protected TreeSet<String> customAttrNames = field in class:AbstractVLVIndexPanel
460 customAttrNames.clear();
488 customAttrNames.add(name);
493 if (customAttrNames.size() > 0)
498 for (String attrName : customAttrNames)
1210 boolean isCustom = customAttrNames.contains(attrName);
H A DBrowseSchemaPanel.java796 TreeSet<String> customAttrNames = new TreeSet<String>(lowerCaseComparator);
817 customAttrNames.add(name);
859 names.add(customAttrNames);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewIndexPanel.java165 TreeSet<String> customAttrNames = new TreeSet<String>();
193 customAttrNames.add(name);
197 if (customAttrNames.size() > 0)
202 for (String attrName : customAttrNames)
H A DAbstractVLVIndexPanel.java281 protected TreeSet<String> customAttrNames = field in class:AbstractVLVIndexPanel
461 customAttrNames.clear();
489 customAttrNames.add(name);
494 if (customAttrNames.size() > 0)
499 for (String attrName : customAttrNames)
1211 boolean isCustom = customAttrNames.contains(attrName);
H A DBrowseSchemaPanel.java797 TreeSet<String> customAttrNames = new TreeSet<String>(lowerCaseComparator);
818 customAttrNames.add(name);
860 names.add(customAttrNames);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewIndexPanel.java143 TreeSet<String> customAttrNames = new TreeSet<>();
159 customAttrNames.add(name);
163 if (!customAttrNames.isEmpty())
166 for (String attrName : customAttrNames)
H A DAbstractVLVIndexPanel.java195 private final TreeSet<String> customAttrNames = new TreeSet<>(new LowerCaseComparator()); field in class:AbstractVLVIndexPanel
328 customAttrNames.clear();
345 customAttrNames.add(name);
350 if (!customAttrNames.isEmpty())
353 for (String attrName : customAttrNames)
992 boolean isCustom = customAttrNames.contains(attrName);
H A DBrowseSchemaPanel.java690 Set<String> customAttrNames = new TreeSet<>(lowerCaseComparator);
709 customAttrNames.add(name);
747 names.add(customAttrNames);

Completed in 74 milliseconds