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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, row, column));
138 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
235 private boolean isImage(JTable table, int row, int col) method in class:LDAPEntryTableCellRenderer
237 boolean isImage = false;
241 isImage = Utilities.hasImageSyntax((String)o, schema);
243 return isImage;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java128 binaryPanel.setValue((byte[])value, isImage(table, row, column));
132 binaryPanel.setValue((byte[])null, isImage(table, row, column));
137 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
234 private boolean isImage(JTable table, int row, int col) method in class:LDAPEntryTableCellRenderer
236 boolean isImage = false;
240 isImage = Utilities.hasImageSyntax((String)o, schema);
242 return isImage;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, row, column));
138 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
235 private boolean isImage(JTable table, int row, int col) method in class:LDAPEntryTableCellRenderer
237 boolean isImage = false;
241 isImage = Utilities.hasImageSyntax((String)o, schema);
243 return isImage;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java128 binaryPanel.setValue((byte[])value, isImage(table, row, column));
132 binaryPanel.setValue((byte[])null, isImage(table, row, column));
137 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
234 private boolean isImage(JTable table, int row, int col) method in class:LDAPEntryTableCellRenderer
236 boolean isImage = false;
240 isImage = Utilities.hasImageSyntax((String)o, schema);
242 return isImage;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, row, column));
138 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
235 private boolean isImage(JTable table, int row, int col) method in class:LDAPEntryTableCellRenderer
237 boolean isImage = false;
241 isImage = Utilities.hasImageSyntax((String)o, schema);
243 return isImage;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java118 binaryPanel.setValue((byte[])value, isImage(table, row, column));
122 binaryPanel.setValue((byte[])null, isImage(table, row, column));
127 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
223 private boolean isImage(JTable table, int row, int col) method in class:LDAPEntryTableCellRenderer
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DBinaryCellPanel.java126 * @param isImage whether the array of bytes represents an image or not.
129 public Message getString(byte[] value, boolean isImage) argument
135 else if (isImage)
177 * @param isImage whether the binary value represents an image or not.
180 public Message getMessage(BinaryValue value, boolean isImage) argument
187 else if (isImage)
206 * @param isImage whether the binary value represents an image or not.
208 public void setValue(byte[] value, boolean isImage) argument
210 label.setText(getString(value, isImage).toString());
213 if (!isImage)
230 setValue(BinaryValue value, boolean isImage) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DBinaryCellPanel.java125 * @param isImage whether the array of bytes represents an image or not.
128 public Message getString(byte[] value, boolean isImage) argument
134 else if (isImage)
176 * @param isImage whether the binary value represents an image or not.
179 public Message getMessage(BinaryValue value, boolean isImage) argument
186 else if (isImage)
205 * @param isImage whether the binary value represents an image or not.
207 public void setValue(byte[] value, boolean isImage) argument
209 label.setText(getString(value, isImage).toString());
212 if (!isImage)
229 setValue(BinaryValue value, boolean isImage) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DBinaryCellPanel.java126 * @param isImage whether the array of bytes represents an image or not.
129 public Message getString(byte[] value, boolean isImage) argument
135 else if (isImage)
177 * @param isImage whether the binary value represents an image or not.
180 public Message getMessage(BinaryValue value, boolean isImage) argument
187 else if (isImage)
206 * @param isImage whether the binary value represents an image or not.
208 public void setValue(byte[] value, boolean isImage) argument
210 label.setText(getString(value, isImage).toString());
213 if (!isImage)
230 setValue(BinaryValue value, boolean isImage) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DBinaryCellPanel.java125 * @param isImage whether the array of bytes represents an image or not.
128 public Message getString(byte[] value, boolean isImage) argument
134 else if (isImage)
176 * @param isImage whether the binary value represents an image or not.
179 public Message getMessage(BinaryValue value, boolean isImage) argument
186 else if (isImage)
205 * @param isImage whether the binary value represents an image or not.
207 public void setValue(byte[] value, boolean isImage) argument
209 label.setText(getString(value, isImage).toString());
212 if (!isImage)
229 setValue(BinaryValue value, boolean isImage) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DBinaryCellPanel.java126 * @param isImage whether the array of bytes represents an image or not.
129 public Message getString(byte[] value, boolean isImage) argument
135 else if (isImage)
177 * @param isImage whether the binary value represents an image or not.
180 public Message getMessage(BinaryValue value, boolean isImage) argument
187 else if (isImage)
206 * @param isImage whether the binary value represents an image or not.
208 public void setValue(byte[] value, boolean isImage) argument
210 label.setText(getString(value, isImage).toString());
213 if (!isImage)
230 setValue(BinaryValue value, boolean isImage) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DBinaryCellPanel.java125 * @param isImage whether the array of bytes represents an image or not.
128 public LocalizableMessage getString(byte[] value, boolean isImage) argument
134 else if (isImage)
176 * @param isImage whether the binary value represents an image or not.
179 public LocalizableMessage getMessage(BinaryValue value, boolean isImage) argument
186 else if (isImage)
204 * @param isImage whether the binary value represents an image or not.
206 public void setValue(byte[] value, boolean isImage) argument
208 label.setText(getString(value, isImage).toString());
211 if (!isImage)
228 setValue(BinaryValue value, boolean isImage) argument
[all...]

Completed in 39 milliseconds