Searched defs:auxiliary (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DObjectClassValue.java42 private SortedSet<String> auxiliary = new TreeSet<String>(); field in class:ObjectClassValue
48 * @param auxiliary the auxiliary objectclasses.
50 public ObjectClassValue(String structural, Set<String> auxiliary) argument
53 this.auxiliary.addAll(auxiliary);
59 for (String oc : auxiliary)
66 * Returns the names of the auxiliary objectclasses.
67 * @return the names of the auxiliary objectclasses.
71 return auxiliary;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DObjectClassValue.java43 private SortedSet<String> auxiliary = new TreeSet<String>(); field in class:ObjectClassValue
49 * @param auxiliary the auxiliary objectclasses.
51 public ObjectClassValue(String structural, Set<String> auxiliary) argument
54 this.auxiliary.addAll(auxiliary);
60 for (String oc : auxiliary)
67 * Returns the names of the auxiliary objectclasses.
68 * @return the names of the auxiliary objectclasses.
72 return auxiliary;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DObjectClassValue.java43 private SortedSet<String> auxiliary = new TreeSet<String>(); field in class:ObjectClassValue
49 * @param auxiliary the auxiliary objectclasses.
51 public ObjectClassValue(String structural, Set<String> auxiliary) argument
54 this.auxiliary.addAll(auxiliary);
60 for (String oc : auxiliary)
67 * Returns the names of the auxiliary objectclasses.
68 * @return the names of the auxiliary objectclasses.
72 return auxiliary;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DObjectClassValue.java42 private SortedSet<String> auxiliary = new TreeSet<String>(); field in class:ObjectClassValue
48 * @param auxiliary the auxiliary objectclasses.
50 public ObjectClassValue(String structural, Set<String> auxiliary) argument
53 this.auxiliary.addAll(auxiliary);
59 for (String oc : auxiliary)
66 * Returns the names of the auxiliary objectclasses.
67 * @return the names of the auxiliary objectclasses.
71 return auxiliary;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DObjectClassValue.java43 private SortedSet<String> auxiliary = new TreeSet<String>(); field in class:ObjectClassValue
49 * @param auxiliary the auxiliary objectclasses.
51 public ObjectClassValue(String structural, Set<String> auxiliary) argument
54 this.auxiliary.addAll(auxiliary);
60 for (String oc : auxiliary)
67 * Returns the names of the auxiliary objectclasses.
68 * @return the names of the auxiliary objectclasses.
72 return auxiliary;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DObjectClassValue.java42 private SortedSet<String> auxiliary = new TreeSet<>(); field in class:ObjectClassValue
48 * @param auxiliary the auxiliary objectclasses.
50 public ObjectClassValue(String structural, Set<String> auxiliary) argument
53 this.auxiliary.addAll(auxiliary);
59 for (String oc : auxiliary)
66 * Returns the names of the auxiliary objectclasses.
67 * @return the names of the auxiliary objectclasses.
71 return auxiliary;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java54 * the structural objectclass of the entry and its auxiliary objectclasses.
61 private AddRemovePanel<String> auxiliary; field in class:ObjectClassEditorPanel
99 auxiliary.getAvailableListModel();
101 auxiliary.getSelectedListModel();
162 aux.addAll(auxiliary.getSelectedListModel().getData());
215 currentAux = auxiliary.getSelectedListModel().getData();
229 auxiliary.getAvailableListModel();
231 auxiliary.getSelectedListModel();
342 auxiliary = new AddRemovePanel<String>(String.class);
344 add(auxiliary, gb
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java53 * the structural objectclass of the entry and its auxiliary objectclasses.
60 private AddRemovePanel<String> auxiliary; field in class:ObjectClassEditorPanel
98 auxiliary.getAvailableListModel();
100 auxiliary.getSelectedListModel();
161 aux.addAll(auxiliary.getSelectedListModel().getData());
214 currentAux = auxiliary.getSelectedListModel().getData();
228 auxiliary.getAvailableListModel();
230 auxiliary.getSelectedListModel();
341 auxiliary = new AddRemovePanel<String>(String.class);
343 add(auxiliary, gb
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java54 * the structural objectclass of the entry and its auxiliary objectclasses.
61 private AddRemovePanel<String> auxiliary; field in class:ObjectClassEditorPanel
99 auxiliary.getAvailableListModel();
101 auxiliary.getSelectedListModel();
162 aux.addAll(auxiliary.getSelectedListModel().getData());
215 currentAux = auxiliary.getSelectedListModel().getData();
229 auxiliary.getAvailableListModel();
231 auxiliary.getSelectedListModel();
342 auxiliary = new AddRemovePanel<String>(String.class);
344 add(auxiliary, gb
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java53 * the structural objectclass of the entry and its auxiliary objectclasses.
60 private AddRemovePanel<String> auxiliary; field in class:ObjectClassEditorPanel
98 auxiliary.getAvailableListModel();
100 auxiliary.getSelectedListModel();
161 aux.addAll(auxiliary.getSelectedListModel().getData());
214 currentAux = auxiliary.getSelectedListModel().getData();
228 auxiliary.getAvailableListModel();
230 auxiliary.getSelectedListModel();
341 auxiliary = new AddRemovePanel<String>(String.class);
343 add(auxiliary, gb
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java54 * the structural objectclass of the entry and its auxiliary objectclasses.
61 private AddRemovePanel<String> auxiliary; field in class:ObjectClassEditorPanel
99 auxiliary.getAvailableListModel();
101 auxiliary.getSelectedListModel();
162 aux.addAll(auxiliary.getSelectedListModel().getData());
215 currentAux = auxiliary.getSelectedListModel().getData();
229 auxiliary.getAvailableListModel();
231 auxiliary.getSelectedListModel();
342 auxiliary = new AddRemovePanel<String>(String.class);
344 add(auxiliary, gb
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java54 * the structural objectclass of the entry and its auxiliary objectclasses.
61 private AddRemovePanel<String> auxiliary; field in class:ObjectClassEditorPanel
99 auxiliary.getAvailableListModel();
101 auxiliary.getSelectedListModel();
155 TreeSet<String> aux = new TreeSet<>(auxiliary.getSelectedListModel().getData());
202 currentAux = auxiliary.getSelectedListModel().getData();
216 auxiliary.getAvailableListModel();
218 auxiliary.getSelectedListModel();
325 auxiliary = new AddRemovePanel<>(String.class);
327 add(auxiliary, gb
[all...]

Completed in 35 milliseconds