/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | IndexSelectionEvent.java | 32 * The event that describes that an index has been selected. This is used 33 * in the dialog 'Manage Index' to notify that a new index is selected on the 40 private AbstractIndexDescriptor index; field in class:IndexSelectionEvent 45 * @param index the index that has been selected. 47 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument 50 this.index = index; 54 * Returns the index that has been selected. 55 * @return the index tha [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | IndexSelectionEvent.java | 33 * The event that describes that an index has been selected. This is used 34 * in the dialog 'Manage Index' to notify that a new index is selected on the 41 private AbstractIndexDescriptor index; field in class:IndexSelectionEvent 46 * @param index the index that has been selected. 48 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument 51 this.index = index; 55 * Returns the index that has been selected. 56 * @return the index tha [all...] |
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | IndexSelectionEvent.java | 33 * The event that describes that an index has been selected. This is used 34 * in the dialog 'Manage Index' to notify that a new index is selected on the 41 private AbstractIndexDescriptor index; field in class:IndexSelectionEvent 46 * @param index the index that has been selected. 48 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument 51 this.index = index; 55 * Returns the index that has been selected. 56 * @return the index tha [all...] |
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | IndexSelectionEvent.java | 32 * The event that describes that an index has been selected. This is used 33 * in the dialog 'Manage Index' to notify that a new index is selected on the 40 private AbstractIndexDescriptor index; field in class:IndexSelectionEvent 45 * @param index the index that has been selected. 47 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument 50 this.index = index; 54 * Returns the index that has been selected. 55 * @return the index tha [all...] |
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/ |
H A D | IndexSelectionEvent.java | 33 * The event that describes that an index has been selected. This is used 34 * in the dialog 'Manage Index' to notify that a new index is selected on the 41 private AbstractIndexDescriptor index; field in class:IndexSelectionEvent 46 * @param index the index that has been selected. 48 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument 51 this.index = index; 55 * Returns the index that has been selected. 56 * @return the index tha [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
H A D | IMembership.java | 57 public Guid getMemberIDAt(int index) throws UMSException; argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/ |
H A D | IndexSelectionEvent.java | 32 * The event that describes that an index has been selected. This is used 33 * in the dialog 'Manage Index' to notify that a new index is selected on the 40 private AbstractIndexDescriptor index; field in class:IndexSelectionEvent 45 * @param index the index that has been selected. 47 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument 50 this.index = index; 54 * Returns the index that has been selected. 55 * @return the index tha [all...] |
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
H A D | IMembership.java | 57 public Guid getMemberIDAt(int index) throws UMSException; argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/ |
H A D | ReplInputStream.java | 51 private int index; field in class:ReplInputStream 110 index = 0; 116 receivedLength = bytes.length - index; 128 System.arraycopy(bytes, index, b, off, copiedLength); 129 index += copiedLength; 131 if (index == bytes.length)
|
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | VLVKeyComparator.java | 39 * This class is used to compare the keys used in a VLV index. Each key is 74 * relative order. A key in the VLV index contains the sorted attribute values 258 * @param index The index of the values in the set. 274 public int compare(SortValuesSet set, int index, argument 285 ByteString b1Bytes = set.getValue((index * orderingRules.length) + j); 331 long idDifference = (set.getEntryIDs()[index] - entryID);
|
H A D | VerifyConfig.java | 90 * Add the name of an index to those indexes to be verified for completeness. 91 * @param index The name of an index to be verified for completeness. 93 public void addCompleteIndex(String index) argument 95 completeList.add(index); 108 * Add the name of an index to those indexes to be verified for cleanliness. 109 * @param index The name of an index to be verified for cleanliness. 111 public void addCleanIndex(String index) argument 113 cleanList.add(index); [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | IndexTreeNode.java | 33 * A node representing a 'normal' index. It is used in the 'Manage Index' tree. 39 private IndexDescriptor index; field in class:IndexTreeNode 44 * @param index the index associated with the node. 46 public IndexTreeNode(String name, IndexDescriptor index) argument 49 this.index = index; 53 * Returns the index descriptor associated with the node. 54 * @return the index descriptor associated with the node. 58 return index; [all...] |
H A D | VLVIndexTreeNode.java | 33 * A node representing a VLV index. It is used in the 'Manage Index' tree. 39 private VLVIndexDescriptor index; field in class:VLVIndexTreeNode 44 * @param index the VLV index associated with the node. 46 public VLVIndexTreeNode(String name, VLVIndexDescriptor index) argument 49 this.index = index; 53 * Returns the VLV index descriptor associated with the node. 54 * @return the VLV index descriptor associated with the node. 58 return index; [all...] |
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/ |
H A D | IndexCellRenderer.java | 50 * Constructor of the index cell renderer. 64 int index, boolean isSelected, boolean cellHasFocus) 82 Component comp = super.getListCellRendererComponent(list, value, index, 63 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|
H A D | NoLeftInsetCategoryComboBoxRenderer.java | 58 int index, boolean isSelected, boolean cellHasFocus) 60 Component comp = super.getListCellRendererComponent(list, value, index, 57 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|
H A D | SchemaElementComboBoxCellRenderer.java | 71 int index, boolean isSelected, boolean cellHasFocus) 117 Component comp = super.getListCellRendererComponent(list, value, index, 70 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|
H A D | VLVSortOrderRenderer.java | 60 int index, boolean isSelected, boolean cellHasFocus) 77 list, value, index, isSelected, cellHasFocus); 59 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ViewPositions.java | 75 * Returns the point at the provided index. 76 * @param index the index. 77 * @return the point at the provided index. 79 public Point getPoint(int index) argument 81 return points.get(index); 85 * Returns the scroll at the provided index. 86 * @param index the index. 87 * @return the scroll at the provided index 89 getScrollPane(int index) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | VLVKeyComparator.java | 40 * This class is used to compare the keys used in a VLV index. Each key is 75 * relative order. A key in the VLV index contains the sorted attribute values 259 * @param index The index of the values in the set. 275 public int compare(SortValuesSet set, int index, argument 286 ByteString b1Bytes = set.getValue((index * orderingRules.length) + j); 332 long idDifference = (set.getEntryIDs()[index] - entryID);
|
H A D | VerifyConfig.java | 91 * Add the name of an index to those indexes to be verified for completeness. 92 * @param index The name of an index to be verified for completeness. 94 public void addCompleteIndex(String index) argument 96 completeList.add(index); 109 * Add the name of an index to those indexes to be verified for cleanliness. 110 * @param index The name of an index to be verified for cleanliness. 112 public void addCleanIndex(String index) argument 114 cleanList.add(index); [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/ |
H A D | IndexTreeNode.java | 32 * A node representing a 'normal' index. It is used in the 'Manage Index' tree. 38 private IndexDescriptor index; field in class:IndexTreeNode 43 * @param index the index associated with the node. 45 public IndexTreeNode(String name, IndexDescriptor index) argument 48 this.index = index; 52 * Returns the index descriptor associated with the node. 53 * @return the index descriptor associated with the node. 57 return index; [all...] |
H A D | VLVIndexTreeNode.java | 32 * A node representing a VLV index. It is used in the 'Manage Index' tree. 38 private VLVIndexDescriptor index; field in class:VLVIndexTreeNode 43 * @param index the VLV index associated with the node. 45 public VLVIndexTreeNode(String name, VLVIndexDescriptor index) argument 48 this.index = index; 52 * Returns the VLV index descriptor associated with the node. 53 * @return the VLV index descriptor associated with the node. 57 return index; [all...] |
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/ |
H A D | IndexCellRenderer.java | 49 * Constructor of the index cell renderer. 63 int index, boolean isSelected, boolean cellHasFocus) 81 Component comp = super.getListCellRendererComponent(list, value, index, 62 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|
H A D | NoLeftInsetCategoryComboBoxRenderer.java | 57 int index, boolean isSelected, boolean cellHasFocus) 59 Component comp = super.getListCellRendererComponent(list, value, index, 56 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|
H A D | SchemaElementComboBoxCellRenderer.java | 70 int index, boolean isSelected, boolean cellHasFocus) 116 Component comp = super.getListCellRendererComponent(list, value, index, 69 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
|