| /forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | CellEditorButton.java | 48 * @param label the label of the button. 50 public CellEditorButton(Message label) argument 52 super(label.toString());
|
| H A D | ObjectClassCellPanel.java | 61 private JLabel label; field in class:ObjectClassCellPanel 81 label = Utilities.createDefaultLabel( 84 add(label, gbc); 106 label.setText(getMessage(value).toString());
|
| H A D | ScheduleSummaryPanel.java | 56 private JLabel label; field in class:ScheduleSummaryPanel 119 label = Utilities.createDefaultLabel(); 131 add(label, gbc); 147 label.setText(INFO_CTRL_PANEL_LAUNCH_NOW_SUMMARY.get().toString()); 153 label.setText(INFO_CTRL_PANEL_LAUNCH_LATER_SUMMARY.get(sDate).toString()); 158 label.setText(
|
| H A D | SelectableLabelWithHelpIcon.java | 47 * A panel containing a label an a help icon. A customized tool tip is used, 50 * a {@code JEditorPane} as label. 57 * The label with the text. 59 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon 62 * The label with the icon. 82 label.setText(Utilities.applyFont(text.toString(), 83 label.getFont())); 92 add(label, gbc); 106 * Sets the text on the label. The text is assumed to be in HTML format 112 label [all...] |
| /forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | CellEditorButton.java | 47 * @param label the label of the button. 49 public CellEditorButton(Message label) argument 51 super(label.toString());
|
| H A D | ObjectClassCellPanel.java | 60 private JLabel label; field in class:ObjectClassCellPanel 80 label = Utilities.createDefaultLabel( 83 add(label, gbc); 105 label.setText(getMessage(value).toString());
|
| H A D | ScheduleSummaryPanel.java | 55 private JLabel label; field in class:ScheduleSummaryPanel 118 label = Utilities.createDefaultLabel(); 130 add(label, gbc); 146 label.setText(INFO_CTRL_PANEL_LAUNCH_NOW_SUMMARY.get().toString()); 152 label.setText(INFO_CTRL_PANEL_LAUNCH_LATER_SUMMARY.get(sDate).toString()); 157 label.setText(
|
| H A D | SelectableLabelWithHelpIcon.java | 46 * A panel containing a label an a help icon. A customized tool tip is used, 49 * a {@code JEditorPane} as label. 56 * The label with the text. 58 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon 61 * The label with the icon. 81 label.setText(Utilities.applyFont(text.toString(), 82 label.getFont())); 91 add(label, gbc); 105 * Sets the text on the label. The text is assumed to be in HTML format 111 label [all...] |
| /forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | CellEditorButton.java | 48 * @param label the label of the button. 50 public CellEditorButton(Message label) argument 52 super(label.toString());
|
| H A D | ObjectClassCellPanel.java | 61 private JLabel label; field in class:ObjectClassCellPanel 81 label = Utilities.createDefaultLabel( 84 add(label, gbc); 106 label.setText(getMessage(value).toString());
|
| H A D | ScheduleSummaryPanel.java | 56 private JLabel label; field in class:ScheduleSummaryPanel 119 label = Utilities.createDefaultLabel(); 131 add(label, gbc); 147 label.setText(INFO_CTRL_PANEL_LAUNCH_NOW_SUMMARY.get().toString()); 153 label.setText(INFO_CTRL_PANEL_LAUNCH_LATER_SUMMARY.get(sDate).toString()); 158 label.setText(
|
| H A D | SelectableLabelWithHelpIcon.java | 47 * A panel containing a label an a help icon. A customized tool tip is used, 50 * a {@code JEditorPane} as label. 57 * The label with the text. 59 private JTextComponent label = Utilities.makeHtmlPane("", field in class:SelectableLabelWithHelpIcon 62 * The label with the icon. 82 label.setText(Utilities.applyFont(text.toString(), 83 label.getFont())); 92 add(label, gbc); 106 * Sets the text on the label. The text is assumed to be in HTML format 112 label [all...] |
| /forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | CellEditorButton.java | 47 * @param label the label of the button. 49 public CellEditorButton(Message label) argument 51 super(label.toString());
|
| /forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
| H A D | CellEditorButton.java | 48 * @param label the label of the button. 50 public CellEditorButton(Message label) argument 52 super(label.toString());
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/ |
| H A D | CellEditorButton.java | 47 * @param label the label of the button. 49 public CellEditorButton(LocalizableMessage label) argument 51 super(label.toString());
|
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/ |
| H A D | AMShowMenuEntry.java | 37 private String label; field in class:AMShowMenuEntry 53 label = setAttribute(attrs, "label", 54 "AMShowMenuEntry.<init> missing label attribute"); 62 return label;
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/ |
| H A D | AMShowMenuEntry.java | 37 private String label; field in class:AMShowMenuEntry 53 label = setAttribute(attrs, "label", 54 "AMShowMenuEntry.<init> missing label attribute"); 62 return label;
|
| /forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/ |
| H A D | ResourceSetLabelRegistration.java | 58 * Adds labels to the new resource set, creating the label if required. 70 * Adds and removes labels on the updated resource set, creating the label 85 for (ResourceSetLabel label : labels) { 86 String labelName = label.getName().substring(label.getName().lastIndexOf("/") + 1); 114 for (String label : updatedLabels) { 116 String labelId = getLabelId(resourceSet.getClientId(), label); 120 if (addedLabels.contains(label)) { 122 } else if (removedLabels.contains(label)) { 126 if (removedLabels.contains(label)) { 147 getLabelId(String clientId, String label) argument [all...] |
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/ |
| H A D | ResourceSetLabelRegistration.java | 58 * Adds labels to the new resource set, creating the label if required. 70 * Adds and removes labels on the updated resource set, creating the label 85 for (ResourceSetLabel label : labels) { 86 String labelName = label.getName().substring(label.getName().lastIndexOf("/") + 1); 114 for (String label : updatedLabels) { 116 String labelId = getLabelId(resourceSet.getClientId(), label); 120 if (addedLabels.contains(label)) { 122 } else if (removedLabels.contains(label)) { 126 if (removedLabels.contains(label)) { 147 getLabelId(String clientId, String label) argument [all...] |
| /forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/ |
| H A D | ButtonsPanel.java | 284 * @param label the label of the button. 289 private JButton createButton(Message label, Message tooltip, argument 292 JButton b = UIFactory.makeJButton(label, tooltip);
|
| H A D | LabelFieldDescriptor.java | 32 * This is a commodity class used to couple a label and a text component with 42 private Message label; field in class:LabelFieldDescriptor 60 * Primary label. 64 * Secondary label. 92 * @param label the String of the label. 95 * @param labelType the type of label. 98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument 101 this.label = label; [all...] |
| /forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/ |
| H A D | ButtonsPanel.java | 285 * @param label the label of the button. 290 private JButton createButton(Message label, Message tooltip, argument 293 JButton b = UIFactory.makeJButton(label, tooltip);
|
| H A D | LabelFieldDescriptor.java | 33 * This is a commodity class used to couple a label and a text component with 43 private Message label; field in class:LabelFieldDescriptor 61 * Primary label. 65 * Secondary label. 93 * @param label the String of the label. 96 * @param labelType the type of label. 99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument 102 this.label = label; [all...] |
| /forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/ |
| H A D | ButtonsPanel.java | 285 * @param label the label of the button. 290 private JButton createButton(Message label, Message tooltip, argument 293 JButton b = UIFactory.makeJButton(label, tooltip);
|
| H A D | LabelFieldDescriptor.java | 33 * This is a commodity class used to couple a label and a text component with 43 private Message label; field in class:LabelFieldDescriptor 61 * Primary label. 65 * Secondary label. 93 * @param label the String of the label. 96 * @param labelType the type of label. 99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument 102 this.label = label; [all...] |