Searched defs:icon (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/list/
H A DImageListEntry.java37 private ImageIcon icon; field in class:ImageListEntry
50 if ((icon == null) && (imagePath != null)){
51 icon = new ImageIcon(getClass().getResource(imagePath));
53 return icon;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/table/
H A DLabelTableCell.java37 protected ImageIcon icon; field in class:LabelTableCell
61 public void setIcon(ImageIcon icon) { argument
62 this.icon = icon;
66 return icon;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
62 * The label with the icon.
64 private JLabel iconLabel = new JLabel(icon);
65 private static final ImageIcon icon = field in class:SelectableLabelWithHelpIcon
69 * The left inset of the help icon.
76 * @param tooltipIcon the tool tip of the help icon.
139 * Sets the tool tip to be used in the help icon.
148 * Returns the tool tip to be used in the help icon.
149 * @return the tool tip to be used in the help icon
[all...]
H A DLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
59 * The label with the icon.
61 protected JLabel iconLabel = new JLabel(icon);
62 private static final ImageIcon icon = field in class:LabelWithHelpIcon
67 * The left inset of the help icon.
74 * @param tooltipIcon the tool tip of the help icon.
148 * Sets the tool tip to be used in the help icon.
158 * Returns the tool tip to be used in the help icon.
159 * @return the tool tip to be used in the help icon
[all...]
H A DFilterTextField.java54 * A text field with an icon with 'X' shape on the right. When the user clicks
55 * on that icon, the contents of the text field are cleared.
74 * The time during which the refresh icon is displayed by default.
160 * 'X' shaped icon the listeners are notified.
193 * Displays a refresh icon on the text field (this is used for instance in
195 * icon is displayed to show that the filter is being displayed).
196 * @param display whether to display the refresh icon or not.
208 * Returns <CODE>true</CODE> if the refresh icon is displayed and
210 * @return <CODE>true</CODE> if the refresh icon is displayed and
219 * Displays a refresh icon o
337 getMargin(Component c, ImageIcon icon) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java46 * A panel containing a label an a help icon. A customized tool tip is used,
47 * the tool tip is also displayed when the user clicks on the help icon.
61 * The label with the icon.
63 private JLabel iconLabel = new JLabel(icon);
64 private static final ImageIcon icon = field in class:SelectableLabelWithHelpIcon
68 * The left inset of the help icon.
75 * @param tooltipIcon the tool tip of the help icon.
138 * Sets the tool tip to be used in the help icon.
147 * Returns the tool tip to be used in the help icon.
148 * @return the tool tip to be used in the help icon
[all...]
H A DLabelWithHelpIcon.java46 * A panel containing a label an a help icon. A customized tool tip is used,
47 * the tool tip is also displayed when the user clicks on the help icon.
58 * The label with the icon.
60 protected JLabel iconLabel = new JLabel(icon);
61 private static final ImageIcon icon = field in class:LabelWithHelpIcon
66 * The left inset of the help icon.
73 * @param tooltipIcon the tool tip of the help icon.
147 * Sets the tool tip to be used in the help icon.
157 * Returns the tool tip to be used in the help icon.
158 * @return the tool tip to be used in the help icon
[all...]
H A DFilterTextField.java53 * A text field with an icon with 'X' shape on the right. When the user clicks
54 * on that icon, the contents of the text field are cleared.
73 * The time during which the refresh icon is displayed by default.
159 * 'X' shaped icon the listeners are notified.
192 * Displays a refresh icon on the text field (this is used for instance in
194 * icon is displayed to show that the filter is being displayed).
195 * @param display whether to display the refresh icon or not.
207 * Returns <CODE>true</CODE> if the refresh icon is displayed and
209 * @return <CODE>true</CODE> if the refresh icon is displayed and
218 * Displays a refresh icon o
336 getMargin(Component c, ImageIcon icon) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
62 * The label with the icon.
64 private JLabel iconLabel = new JLabel(icon);
65 private static final ImageIcon icon = field in class:SelectableLabelWithHelpIcon
69 * The left inset of the help icon.
76 * @param tooltipIcon the tool tip of the help icon.
139 * Sets the tool tip to be used in the help icon.
148 * Returns the tool tip to be used in the help icon.
149 * @return the tool tip to be used in the help icon
[all...]
H A DLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
59 * The label with the icon.
61 protected JLabel iconLabel = new JLabel(icon);
62 private static final ImageIcon icon = field in class:LabelWithHelpIcon
67 * The left inset of the help icon.
74 * @param tooltipIcon the tool tip of the help icon.
148 * Sets the tool tip to be used in the help icon.
158 * Returns the tool tip to be used in the help icon.
159 * @return the tool tip to be used in the help icon
[all...]
H A DFilterTextField.java54 * A text field with an icon with 'X' shape on the right. When the user clicks
55 * on that icon, the contents of the text field are cleared.
74 * The time during which the refresh icon is displayed by default.
160 * 'X' shaped icon the listeners are notified.
193 * Displays a refresh icon on the text field (this is used for instance in
195 * icon is displayed to show that the filter is being displayed).
196 * @param display whether to display the refresh icon or not.
208 * Returns <CODE>true</CODE> if the refresh icon is displayed and
210 * @return <CODE>true</CODE> if the refresh icon is displayed and
219 * Displays a refresh icon o
337 getMargin(Component c, ImageIcon icon) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java46 * A panel containing a label an a help icon. A customized tool tip is used,
47 * the tool tip is also displayed when the user clicks on the help icon.
61 * The label with the icon.
63 private JLabel iconLabel = new JLabel(icon);
64 private static final ImageIcon icon = field in class:SelectableLabelWithHelpIcon
68 * The left inset of the help icon.
75 * @param tooltipIcon the tool tip of the help icon.
138 * Sets the tool tip to be used in the help icon.
147 * Returns the tool tip to be used in the help icon.
148 * @return the tool tip to be used in the help icon
[all...]
H A DLabelWithHelpIcon.java46 * A panel containing a label an a help icon. A customized tool tip is used,
47 * the tool tip is also displayed when the user clicks on the help icon.
58 * The label with the icon.
60 protected JLabel iconLabel = new JLabel(icon);
61 private static final ImageIcon icon = field in class:LabelWithHelpIcon
66 * The left inset of the help icon.
73 * @param tooltipIcon the tool tip of the help icon.
147 * Sets the tool tip to be used in the help icon.
157 * Returns the tool tip to be used in the help icon.
158 * @return the tool tip to be used in the help icon
[all...]
H A DFilterTextField.java53 * A text field with an icon with 'X' shape on the right. When the user clicks
54 * on that icon, the contents of the text field are cleared.
73 * The time during which the refresh icon is displayed by default.
159 * 'X' shaped icon the listeners are notified.
192 * Displays a refresh icon on the text field (this is used for instance in
194 * icon is displayed to show that the filter is being displayed).
195 * @param display whether to display the refresh icon or not.
207 * Returns <CODE>true</CODE> if the refresh icon is displayed and
209 * @return <CODE>true</CODE> if the refresh icon is displayed and
218 * Displays a refresh icon o
336 getMargin(Component c, ImageIcon icon) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
62 * The label with the icon.
64 private JLabel iconLabel = new JLabel(icon);
65 private static final ImageIcon icon = field in class:SelectableLabelWithHelpIcon
69 * The left inset of the help icon.
76 * @param tooltipIcon the tool tip of the help icon.
139 * Sets the tool tip to be used in the help icon.
148 * Returns the tool tip to be used in the help icon.
149 * @return the tool tip to be used in the help icon
[all...]
H A DLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
59 * The label with the icon.
61 protected JLabel iconLabel = new JLabel(icon);
62 private static final ImageIcon icon = field in class:LabelWithHelpIcon
67 * The left inset of the help icon.
74 * @param tooltipIcon the tool tip of the help icon.
148 * Sets the tool tip to be used in the help icon.
158 * Returns the tool tip to be used in the help icon.
159 * @return the tool tip to be used in the help icon
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
62 * The label with the icon.
64 private JLabel iconLabel = new JLabel(icon);
65 private static final ImageIcon icon = field in class:SelectableLabelWithHelpIcon
69 * The left inset of the help icon.
76 * @param tooltipIcon the tool tip of the help icon.
138 * Sets the tool tip to be used in the help icon.
147 * Returns the tool tip to be used in the help icon.
148 * @return the tool tip to be used in the help icon
[all...]
H A DLabelWithHelpIcon.java47 * A panel containing a label an a help icon. A customized tool tip is used,
48 * the tool tip is also displayed when the user clicks on the help icon.
59 * The label with the icon.
61 protected JLabel iconLabel = new JLabel(icon);
62 private static final ImageIcon icon = field in class:LabelWithHelpIcon
67 * The left inset of the help icon.
74 * @param tooltipIcon the tool tip of the help icon.
148 * Sets the tool tip to be used in the help icon.
158 * Returns the tool tip to be used in the help icon.
159 * @return the tool tip to be used in the help icon
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java65 private Icon icon; field in class:BasicNode
347 * Returns the icon associated with this node.
348 * @return the icon associated with this node.
351 return icon;
356 * Sets the icon associated with this node.
357 * @param icon the icon associated with this node.
359 public void setIcon(Icon icon) { argument
360 this.icon = icon;
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java64 private Icon icon; field in class:BasicNode
346 * Returns the icon associated with this node.
347 * @return the icon associated with this node.
350 return icon;
355 * Sets the icon associated with this node.
356 * @param icon the icon associated with this node.
358 public void setIcon(Icon icon) { argument
359 this.icon = icon;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java128 * If objectClass is null, a default icon is used.
130 * an icon.
133 * @return the icon corresponding to the provided object classes and
150 * Creates an icon for a given path.
151 * @param path the path of the icon.
152 * @param description the description of the icon
157 ImageIcon icon = Utilities.createImageIcon(path);
160 icon.setDescription(description);
161 icon.getAccessibleContext().setAccessibleDescription(description);
163 return icon;
336 maskedIcon(ImageIcon icon, ImageIcon mask) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java128 * If objectClass is null, a default icon is used.
130 * an icon.
133 * @return the icon corresponding to the provided object classes and
150 * Creates an icon for a given path.
151 * @param path the path of the icon.
152 * @param description the description of the icon
157 ImageIcon icon = Utilities.createImageIcon(path);
160 icon.setDescription(description);
161 icon.getAccessibleContext().setAccessibleDescription(description);
163 return icon;
336 maskedIcon(ImageIcon icon, ImageIcon mask) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java65 private Icon icon; field in class:BasicNode
347 * Returns the icon associated with this node.
348 * @return the icon associated with this node.
351 return icon;
356 * Sets the icon associated with this node.
357 * @param icon the icon associated with this node.
359 public void setIcon(Icon icon) { argument
360 this.icon = icon;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java64 private Icon icon; field in class:BasicNode
346 * Returns the icon associated with this node.
347 * @return the icon associated with this node.
350 return icon;
355 * Sets the icon associated with this node.
356 * @param icon the icon associated with this node.
358 public void setIcon(Icon icon) { argument
359 this.icon = icon;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DIconPool.java128 * If objectClass is null, a default icon is used.
130 * an icon.
133 * @return the icon corresponding to the provided object classes and
150 * Creates an icon for a given path.
151 * @param path the path of the icon.
152 * @param description the description of the icon
157 ImageIcon icon = Utilities.createImageIcon(path);
160 icon.setDescription(description);
161 icon.getAccessibleContext().setAccessibleDescription(description);
163 return icon;
336 maskedIcon(ImageIcon icon, ImageIcon mask) argument
[all...]

Completed in 86 milliseconds

12