Searched refs:VLVIndexDescriptor (Results 1 - 25 of 102) sorted by relevance

12345

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DVLVIndexTreeNode.java30 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
39 private VLVIndexDescriptor index;
46 public VLVIndexTreeNode(String name, VLVIndexDescriptor index)
56 public VLVIndexDescriptor getIndex()
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DVLVIndexTreeNode.java29 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
38 private VLVIndexDescriptor index;
45 public VLVIndexTreeNode(String name, VLVIndexDescriptor index)
55 public VLVIndexDescriptor getIndex()
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DVLVIndexTreeNode.java30 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
39 private VLVIndexDescriptor index;
46 public VLVIndexTreeNode(String name, VLVIndexDescriptor index)
56 public VLVIndexDescriptor getIndex()
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DVLVIndexTreeNode.java29 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
38 private VLVIndexDescriptor index;
45 public VLVIndexTreeNode(String name, VLVIndexDescriptor index)
55 public VLVIndexDescriptor getIndex()
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DVLVIndexTreeNode.java30 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
39 private VLVIndexDescriptor index;
46 public VLVIndexTreeNode(String name, VLVIndexDescriptor index)
56 public VLVIndexDescriptor getIndex()
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DVLVIndexTreeNode.java29 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
38 private VLVIndexDescriptor index;
45 public VLVIndexTreeNode(String name, VLVIndexDescriptor index)
55 public VLVIndexDescriptor getIndex()
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexTableModel.java72 VLVIndexDescriptor i1 = (VLVIndexDescriptor)index1;
73 VLVIndexDescriptor i2 = (VLVIndexDescriptor)index2;
102 VLVIndexDescriptor i = (VLVIndexDescriptor)index;
114 private String getDNValue(VLVIndexDescriptor i)
125 private String getScopeStringValue(VLVIndexDescriptor i)
154 private String getScopeDisplayValue(VLVIndexDescriptor i)
165 private String getSortOrderStringValue(VLVIndexDescriptor
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexTableModel.java73 VLVIndexDescriptor i1 = (VLVIndexDescriptor)index1;
74 VLVIndexDescriptor i2 = (VLVIndexDescriptor)index2;
103 VLVIndexDescriptor i = (VLVIndexDescriptor)index;
115 private String getDNValue(VLVIndexDescriptor i)
126 private String getScopeStringValue(VLVIndexDescriptor i)
155 private String getScopeDisplayValue(VLVIndexDescriptor i)
166 private String getSortOrderStringValue(VLVIndexDescriptor
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexTableModel.java73 VLVIndexDescriptor i1 = (VLVIndexDescriptor)index1;
74 VLVIndexDescriptor i2 = (VLVIndexDescriptor)index2;
103 VLVIndexDescriptor i = (VLVIndexDescriptor)index;
115 private String getDNValue(VLVIndexDescriptor i)
126 private String getScopeStringValue(VLVIndexDescriptor i)
155 private String getScopeDisplayValue(VLVIndexDescriptor i)
166 private String getSortOrderStringValue(VLVIndexDescriptor
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexTableModel.java72 VLVIndexDescriptor i1 = (VLVIndexDescriptor)index1;
73 VLVIndexDescriptor i2 = (VLVIndexDescriptor)index2;
102 VLVIndexDescriptor i = (VLVIndexDescriptor)index;
114 private String getDNValue(VLVIndexDescriptor i)
125 private String getScopeStringValue(VLVIndexDescriptor i)
154 private String getScopeDisplayValue(VLVIndexDescriptor i)
165 private String getSortOrderStringValue(VLVIndexDescriptor
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexTableModel.java73 VLVIndexDescriptor i1 = (VLVIndexDescriptor)index1;
74 VLVIndexDescriptor i2 = (VLVIndexDescriptor)index2;
103 VLVIndexDescriptor i = (VLVIndexDescriptor)index;
115 private String getDNValue(VLVIndexDescriptor i)
126 private String getScopeStringValue(VLVIndexDescriptor i)
155 private String getScopeDisplayValue(VLVIndexDescriptor i)
166 private String getSortOrderStringValue(VLVIndexDescriptor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexTableModel.java72 VLVIndexDescriptor i1 = (VLVIndexDescriptor)index1;
73 VLVIndexDescriptor i2 = (VLVIndexDescriptor)index2;
100 VLVIndexDescriptor i = (VLVIndexDescriptor)index;
112 private String getDNValue(VLVIndexDescriptor i)
150 private String getScopeDisplayValue(final VLVIndexDescriptor i)
161 private String getSortOrderStringValue(VLVIndexDescriptor i)
193 private String getSortOrderDisplayValue(VLVIndexDescriptor
[all...]
H A DVLVIndexDescriptor.java40 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
49 * Constructor for the VLVIndexDescriptor.
64 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, SearchScope scope, String filter, method in class:VLVIndexDescriptor
135 if (!(o instanceof VLVIndexDescriptor))
140 final VLVIndexDescriptor index = (VLVIndexDescriptor) o;
149 private boolean backendIdEqual(VLVIndexDescriptor index)
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java34 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
67 else if (value instanceof VLVIndexDescriptor)
69 v = Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
H A DIndexCellRenderer.java37 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
76 } else if (value instanceof VLVIndexDescriptor)
79 Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java33 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
66 else if (value instanceof VLVIndexDescriptor)
68 v = Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
H A DIndexCellRenderer.java36 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
75 } else if (value instanceof VLVIndexDescriptor)
78 Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java34 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
67 else if (value instanceof VLVIndexDescriptor)
69 v = Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
H A DIndexCellRenderer.java37 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
76 } else if (value instanceof VLVIndexDescriptor)
79 Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java33 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
66 else if (value instanceof VLVIndexDescriptor)
68 v = Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
H A DIndexCellRenderer.java36 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
75 } else if (value instanceof VLVIndexDescriptor)
78 Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java34 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
67 else if (value instanceof VLVIndexDescriptor)
69 v = Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
H A DIndexCellRenderer.java37 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
76 } else if (value instanceof VLVIndexDescriptor)
79 Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DIndexComboBoxCellRenderer.java33 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
66 else if (value instanceof VLVIndexDescriptor)
68 v = Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);
H A DIndexCellRenderer.java37 import org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor;
74 } else if (value instanceof VLVIndexDescriptor)
77 Utilities.getVLVNameInCellRenderer((VLVIndexDescriptor)value);

Completed in 344 milliseconds

12345