Searched defs:customAttrNames (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
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);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
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);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
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);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
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);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
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);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
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);

Completed in 33 milliseconds