Searched refs:tooltipIcon (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java76 * @param tooltipIcon the tool tip of the help icon.
78 public SelectableLabelWithHelpIcon(Message text, Message tooltipIcon) argument
84 if (tooltipIcon != null)
86 iconLabel.setToolTipText(tooltipIcon.toString());
H A DLabelWithHelpIcon.java74 * @param tooltipIcon the tool tip of the help icon.
76 public LabelWithHelpIcon(Message text, Message tooltipIcon) argument
82 if (tooltipIcon != null)
84 iconLabel.setToolTipText(tooltipIcon.toString());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java75 * @param tooltipIcon the tool tip of the help icon.
77 public SelectableLabelWithHelpIcon(Message text, Message tooltipIcon) argument
83 if (tooltipIcon != null)
85 iconLabel.setToolTipText(tooltipIcon.toString());
H A DLabelWithHelpIcon.java73 * @param tooltipIcon the tool tip of the help icon.
75 public LabelWithHelpIcon(Message text, Message tooltipIcon) argument
81 if (tooltipIcon != null)
83 iconLabel.setToolTipText(tooltipIcon.toString());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java76 * @param tooltipIcon the tool tip of the help icon.
78 public SelectableLabelWithHelpIcon(Message text, Message tooltipIcon) argument
84 if (tooltipIcon != null)
86 iconLabel.setToolTipText(tooltipIcon.toString());
H A DLabelWithHelpIcon.java74 * @param tooltipIcon the tool tip of the help icon.
76 public LabelWithHelpIcon(Message text, Message tooltipIcon) argument
82 if (tooltipIcon != null)
84 iconLabel.setToolTipText(tooltipIcon.toString());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java75 * @param tooltipIcon the tool tip of the help icon.
77 public SelectableLabelWithHelpIcon(Message text, Message tooltipIcon) argument
83 if (tooltipIcon != null)
85 iconLabel.setToolTipText(tooltipIcon.toString());
H A DLabelWithHelpIcon.java73 * @param tooltipIcon the tool tip of the help icon.
75 public LabelWithHelpIcon(Message text, Message tooltipIcon) argument
81 if (tooltipIcon != null)
83 iconLabel.setToolTipText(tooltipIcon.toString());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java76 * @param tooltipIcon the tool tip of the help icon.
78 public SelectableLabelWithHelpIcon(Message text, Message tooltipIcon) argument
84 if (tooltipIcon != null)
86 iconLabel.setToolTipText(tooltipIcon.toString());
H A DLabelWithHelpIcon.java74 * @param tooltipIcon the tool tip of the help icon.
76 public LabelWithHelpIcon(Message text, Message tooltipIcon) argument
82 if (tooltipIcon != null)
84 iconLabel.setToolTipText(tooltipIcon.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java76 * @param tooltipIcon the tool tip of the help icon.
78 public SelectableLabelWithHelpIcon(LocalizableMessage text, LocalizableMessage tooltipIcon) argument
84 if (tooltipIcon != null)
86 iconLabel.setToolTipText(tooltipIcon.toString());
H A DLabelWithHelpIcon.java74 * @param tooltipIcon the tool tip of the help icon.
76 public LabelWithHelpIcon(LocalizableMessage text, LocalizableMessage tooltipIcon) argument
82 if (tooltipIcon != null)
84 iconLabel.setToolTipText(tooltipIcon.toString());

Completed in 34 milliseconds