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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java129 BinaryAttributeEditorPanel.updateImage(lImage, value.getBytes());
263 * @param updateImage whether the displayed image must be updated or not.
266 final boolean updateImage)
286 !updateImage)
395 if (updateImage)
397 updateImage(lImage, returnValue.getBytes());
635 static void updateImage(JLabel lImage, byte[] bytes) method in class:BinaryAttributeEditorPanel
265 refresh(final boolean closeAndUpdateValue, final boolean updateImage) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java128 BinaryAttributeEditorPanel.updateImage(lImage, value.getBytes());
262 * @param updateImage whether the displayed image must be updated or not.
265 final boolean updateImage)
285 !updateImage)
394 if (updateImage)
396 updateImage(lImage, returnValue.getBytes());
634 static void updateImage(JLabel lImage, byte[] bytes) method in class:BinaryAttributeEditorPanel
264 refresh(final boolean closeAndUpdateValue, final boolean updateImage) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java129 BinaryAttributeEditorPanel.updateImage(lImage, value.getBytes());
263 * @param updateImage whether the displayed image must be updated or not.
266 final boolean updateImage)
286 !updateImage)
395 if (updateImage)
397 updateImage(lImage, returnValue.getBytes());
635 static void updateImage(JLabel lImage, byte[] bytes) method in class:BinaryAttributeEditorPanel
265 refresh(final boolean closeAndUpdateValue, final boolean updateImage) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java128 BinaryAttributeEditorPanel.updateImage(lImage, value.getBytes());
262 * @param updateImage whether the displayed image must be updated or not.
265 final boolean updateImage)
285 !updateImage)
394 if (updateImage)
396 updateImage(lImage, returnValue.getBytes());
634 static void updateImage(JLabel lImage, byte[] bytes) method in class:BinaryAttributeEditorPanel
264 refresh(final boolean closeAndUpdateValue, final boolean updateImage) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java129 BinaryAttributeEditorPanel.updateImage(lImage, value.getBytes());
263 * @param updateImage whether the displayed image must be updated or not.
266 final boolean updateImage)
286 !updateImage)
395 if (updateImage)
397 updateImage(lImage, returnValue.getBytes());
635 static void updateImage(JLabel lImage, byte[] bytes) method in class:BinaryAttributeEditorPanel
265 refresh(final boolean closeAndUpdateValue, final boolean updateImage) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java124 BinaryAttributeEditorPanel.updateImage(lImage, value.getBytes());
253 * @param updateImage whether the displayed image must be updated or not.
256 final boolean updateImage)
275 if (hasImageSyntax(attrName.getText()) && oldValue != null && !updateImage)
383 if (updateImage)
385 updateImage(lImage, returnValue.getBytes());
620 static void updateImage(JLabel lImage, byte[] bytes) method in class:BinaryAttributeEditorPanel
255 refresh(final boolean closeAndUpdateValue, final boolean updateImage) argument

Completed in 27 milliseconds