Searched defs:tooltip (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java285 * @param tooltip the tooltip of the button.
289 private JButton createButton(Message label, Message tooltip, argument
292 JButton b = UIFactory.makeJButton(label, tooltip);
H A DLabelFieldDescriptor.java44 private Message tooltip; field in class:LabelFieldDescriptor
93 * @param tooltip the tooltip of the field.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
102 this.tooltip = tooltip;
127 * Returns the tooltip used in the field.
128 * @return the tooltip used in the field.
132 return tooltip;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java140 * @param tooltip the tool tip text.
142 public void setHelpTooltip(String tooltip) argument
144 iconLabel.setToolTipText(tooltip);
H A DLabelWithHelpIcon.java149 * @param tooltip the tool tip text.
151 public void setHelpTooltip(String tooltip) argument
153 iconLabel.setToolTipText(tooltip);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java286 * @param tooltip the tooltip of the button.
290 private JButton createButton(Message label, Message tooltip, argument
293 JButton b = UIFactory.makeJButton(label, tooltip);
H A DLabelFieldDescriptor.java45 private Message tooltip; field in class:LabelFieldDescriptor
94 * @param tooltip the tooltip of the field.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
103 this.tooltip = tooltip;
128 * Returns the tooltip used in the field.
129 * @return the tooltip used in the field.
133 return tooltip;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java139 * @param tooltip the tool tip text.
141 public void setHelpTooltip(String tooltip) argument
143 iconLabel.setToolTipText(tooltip);
H A DLabelWithHelpIcon.java148 * @param tooltip the tool tip text.
150 public void setHelpTooltip(String tooltip) argument
152 iconLabel.setToolTipText(tooltip);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java286 * @param tooltip the tooltip of the button.
290 private JButton createButton(Message label, Message tooltip, argument
293 JButton b = UIFactory.makeJButton(label, tooltip);
H A DLabelFieldDescriptor.java45 private Message tooltip; field in class:LabelFieldDescriptor
94 * @param tooltip the tooltip of the field.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
103 this.tooltip = tooltip;
128 * Returns the tooltip used in the field.
129 * @return the tooltip used in the field.
133 return tooltip;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java140 * @param tooltip the tool tip text.
142 public void setHelpTooltip(String tooltip) argument
144 iconLabel.setToolTipText(tooltip);
H A DLabelWithHelpIcon.java149 * @param tooltip the tool tip text.
151 public void setHelpTooltip(String tooltip) argument
153 iconLabel.setToolTipText(tooltip);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java139 * @param tooltip the tool tip text.
141 public void setHelpTooltip(String tooltip) argument
143 iconLabel.setToolTipText(tooltip);
H A DLabelWithHelpIcon.java148 * @param tooltip the tool tip text.
150 public void setHelpTooltip(String tooltip) argument
152 iconLabel.setToolTipText(tooltip);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java285 * @param tooltip the tooltip of the button.
289 private JButton createButton(Message label, Message tooltip, argument
292 JButton b = UIFactory.makeJButton(label, tooltip);
H A DLabelFieldDescriptor.java44 private Message tooltip; field in class:LabelFieldDescriptor
93 * @param tooltip the tooltip of the field.
98 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
102 this.tooltip = tooltip;
127 * Returns the tooltip used in the field.
128 * @return the tooltip used in the field.
132 return tooltip;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java140 * @param tooltip the tool tip text.
142 public void setHelpTooltip(String tooltip) argument
144 iconLabel.setToolTipText(tooltip);
H A DLabelWithHelpIcon.java149 * @param tooltip the tool tip text.
151 public void setHelpTooltip(String tooltip) argument
153 iconLabel.setToolTipText(tooltip);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DButtonsPanel.java286 * @param tooltip the tooltip of the button.
290 private JButton createButton(Message label, Message tooltip, argument
293 JButton b = UIFactory.makeJButton(label, tooltip);
H A DLabelFieldDescriptor.java45 private Message tooltip; field in class:LabelFieldDescriptor
94 * @param tooltip the tooltip of the field.
99 public LabelFieldDescriptor(Message label, Message tooltip, FieldType type, argument
103 this.tooltip = tooltip;
128 * Returns the tooltip used in the field.
129 * @return the tooltip used in the field.
133 return tooltip;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java139 * @param tooltip the tool tip text.
141 public void setHelpTooltip(String tooltip) argument
143 iconLabel.setToolTipText(tooltip);
H A DLabelWithHelpIcon.java149 * @param tooltip the tool tip text.
151 public void setHelpTooltip(String tooltip) argument
153 iconLabel.setToolTipText(tooltip);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DButtonsPanel.java276 * @param tooltip the tooltip of the button.
280 private JButton createButton(LocalizableMessage label, LocalizableMessage tooltip, argument
283 JButton b = UIFactory.makeJButton(label, tooltip);
H A DLabelFieldDescriptor.java45 private LocalizableMessage tooltip; field in class:LabelFieldDescriptor
94 * @param tooltip the tooltip of the field.
99 public LabelFieldDescriptor(LocalizableMessage label, LocalizableMessage tooltip, FieldType type, argument
103 this.tooltip = tooltip;
128 * Returns the tooltip used in the field.
129 * @return the tooltip used in the field.
133 return tooltip;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMTabEntry.java53 private String tooltip; field in class:AMTabEntry
78 tooltip = setAttribute(attrs, "tooltip",
79 "AMTabEntry.<init> missing tooltip attribute");
106 tooltip = _tooltip;
219 navNode = new CCNavNode(getID(), label, tooltip, status);
435 return tooltip;

Completed in 159 milliseconds

12