Searched defs:binaryPanel (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java63 private BinaryCellPanel binaryPanel; field in class:AttributeCellEditor
159 binaryPanel = new BinaryCellPanel();
160 binaryPanel.addEditActionListener(new ActionListener()
281 binaryPanel.setValue(BinaryValue.createBase64(this.value), isImage);
285 binaryPanel.setValue((byte[])null, isImage);
293 binaryPanel.setValue(binaryValue, isImage);
295 binaryPanel.setBorder(CustomCellRenderer.getDefaultFocusBorder(table,
297 return binaryPanel;
H A DLDAPEntryTableCellRenderer.java57 private BinaryCellPanel binaryPanel; field in class:LDAPEntryTableCellRenderer
71 binaryPanel = new BinaryCellPanel();
72 binaryPanel.setOpaque(true);
129 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));
142 binaryPanel.setLockIconVisible(true);
143 binaryPanel.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
147 binaryPanel.setLockIconVisible(false);
148 binaryPanel
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java62 private BinaryCellPanel binaryPanel; field in class:AttributeCellEditor
158 binaryPanel = new BinaryCellPanel();
159 binaryPanel.addEditActionListener(new ActionListener()
280 binaryPanel.setValue(BinaryValue.createBase64(this.value), isImage);
284 binaryPanel.setValue((byte[])null, isImage);
292 binaryPanel.setValue(binaryValue, isImage);
294 binaryPanel.setBorder(CustomCellRenderer.getDefaultFocusBorder(table,
296 return binaryPanel;
H A DLDAPEntryTableCellRenderer.java56 private BinaryCellPanel binaryPanel; field in class:LDAPEntryTableCellRenderer
70 binaryPanel = new BinaryCellPanel();
71 binaryPanel.setOpaque(true);
128 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));
141 binaryPanel.setLockIconVisible(true);
142 binaryPanel.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
146 binaryPanel.setLockIconVisible(false);
147 binaryPanel
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java63 private BinaryCellPanel binaryPanel; field in class:AttributeCellEditor
159 binaryPanel = new BinaryCellPanel();
160 binaryPanel.addEditActionListener(new ActionListener()
281 binaryPanel.setValue(BinaryValue.createBase64(this.value), isImage);
285 binaryPanel.setValue((byte[])null, isImage);
293 binaryPanel.setValue(binaryValue, isImage);
295 binaryPanel.setBorder(CustomCellRenderer.getDefaultFocusBorder(table,
297 return binaryPanel;
H A DLDAPEntryTableCellRenderer.java57 private BinaryCellPanel binaryPanel; field in class:LDAPEntryTableCellRenderer
71 binaryPanel = new BinaryCellPanel();
72 binaryPanel.setOpaque(true);
129 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));
142 binaryPanel.setLockIconVisible(true);
143 binaryPanel.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
147 binaryPanel.setLockIconVisible(false);
148 binaryPanel
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java62 private BinaryCellPanel binaryPanel; field in class:AttributeCellEditor
158 binaryPanel = new BinaryCellPanel();
159 binaryPanel.addEditActionListener(new ActionListener()
280 binaryPanel.setValue(BinaryValue.createBase64(this.value), isImage);
284 binaryPanel.setValue((byte[])null, isImage);
292 binaryPanel.setValue(binaryValue, isImage);
294 binaryPanel.setBorder(CustomCellRenderer.getDefaultFocusBorder(table,
296 return binaryPanel;
H A DLDAPEntryTableCellRenderer.java56 private BinaryCellPanel binaryPanel; field in class:LDAPEntryTableCellRenderer
70 binaryPanel = new BinaryCellPanel();
71 binaryPanel.setOpaque(true);
128 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));
141 binaryPanel.setLockIconVisible(true);
142 binaryPanel.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
146 binaryPanel.setLockIconVisible(false);
147 binaryPanel
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java63 private BinaryCellPanel binaryPanel; field in class:AttributeCellEditor
159 binaryPanel = new BinaryCellPanel();
160 binaryPanel.addEditActionListener(new ActionListener()
281 binaryPanel.setValue(BinaryValue.createBase64(this.value), isImage);
285 binaryPanel.setValue((byte[])null, isImage);
293 binaryPanel.setValue(binaryValue, isImage);
295 binaryPanel.setBorder(CustomCellRenderer.getDefaultFocusBorder(table,
297 return binaryPanel;
H A DLDAPEntryTableCellRenderer.java57 private BinaryCellPanel binaryPanel; field in class:LDAPEntryTableCellRenderer
71 binaryPanel = new BinaryCellPanel();
72 binaryPanel.setOpaque(true);
129 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));
142 binaryPanel.setLockIconVisible(true);
143 binaryPanel.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
147 binaryPanel.setLockIconVisible(false);
148 binaryPanel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java63 private BinaryCellPanel binaryPanel; field in class:AttributeCellEditor
147 binaryPanel = new BinaryCellPanel();
148 binaryPanel.addEditActionListener(new ActionListener()
262 binaryPanel.setValue(BinaryValue.createBase64(this.value), isImage);
266 binaryPanel.setValue((byte[])null, isImage);
274 binaryPanel.setValue(binaryValue, isImage);
276 binaryPanel.setBorder(CustomCellRenderer.getDefaultFocusBorder(table,
278 return binaryPanel;
H A DLDAPEntryTableCellRenderer.java56 private BinaryCellPanel binaryPanel; field in class:LDAPEntryTableCellRenderer
70 binaryPanel = new BinaryCellPanel();
71 binaryPanel.setOpaque(true);
118 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));
131 binaryPanel.setLockIconVisible(true);
132 binaryPanel.setEditButtonText(INFO_CTRL_PANEL_VIEW_BUTTON_LABEL.get());
136 binaryPanel.setLockIconVisible(false);
137 binaryPanel
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java108 private BinaryValuePanel binaryPanel; field in class:SimplifiedViewEntryPanel
980 binaryPanel = new BinaryValuePanel();
981 binaryPanel.setInfo(getInfo());
984 binaryPanel);
989 binaryPanel.setValue(attrName, binaryValue);
2007 * @param binaryPanel the BinaryCellPanel.
2009 public EditorComponent(BinaryCellPanel binaryPanel) argument
2011 comp = binaryPanel;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java108 private BinaryValuePanel binaryPanel; field in class:SimplifiedViewEntryPanel
978 binaryPanel = new BinaryValuePanel();
979 binaryPanel.setInfo(getInfo());
982 binaryPanel);
987 binaryPanel.setValue(attrName, binaryValue);
2005 * @param binaryPanel the BinaryCellPanel.
2007 public EditorComponent(BinaryCellPanel binaryPanel) argument
2009 comp = binaryPanel;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java109 private BinaryValuePanel binaryPanel; field in class:SimplifiedViewEntryPanel
977 binaryPanel = new BinaryValuePanel();
978 binaryPanel.setInfo(getInfo());
981 binaryPanel);
986 binaryPanel.setValue(attrName, binaryValue);
2004 * @param binaryPanel the BinaryCellPanel.
2006 public EditorComponent(BinaryCellPanel binaryPanel) argument
2008 comp = binaryPanel;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java108 private BinaryValuePanel binaryPanel; field in class:SimplifiedViewEntryPanel
978 binaryPanel = new BinaryValuePanel();
979 binaryPanel.setInfo(getInfo());
982 binaryPanel);
987 binaryPanel.setValue(attrName, binaryValue);
2005 * @param binaryPanel the BinaryCellPanel.
2007 public EditorComponent(BinaryCellPanel binaryPanel) argument
2009 comp = binaryPanel;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java108 private BinaryValuePanel binaryPanel; field in class:SimplifiedViewEntryPanel
980 binaryPanel = new BinaryValuePanel();
981 binaryPanel.setInfo(getInfo());
984 binaryPanel);
989 binaryPanel.setValue(attrName, binaryValue);
2007 * @param binaryPanel the BinaryCellPanel.
2009 public EditorComponent(BinaryCellPanel binaryPanel) argument
2011 comp = binaryPanel;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java109 private BinaryValuePanel binaryPanel; field in class:SimplifiedViewEntryPanel
931 binaryPanel = new BinaryValuePanel();
932 binaryPanel.setInfo(getInfo());
935 binaryPanel);
940 binaryPanel.setValue(attrName, binaryValue);
1896 * @param binaryPanel the BinaryCellPanel.
1898 public EditorComponent(BinaryCellPanel binaryPanel) argument
1900 comp = binaryPanel;

Completed in 60 milliseconds