Searched refs:tooltip (Results 1 - 25 of 52) sorted by relevance

123

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
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;
H A DUIFactory.java781 * Creates a JButton with the given label and tooltip.
783 * @param tooltip the tooltip of the button.
784 * @return a JButton with the given label and tooltip.
786 public static JButton makeJButton(Message label, Message tooltip) argument
795 if (tooltip != null)
797 b.setToolTipText(tooltip.toString());
842 Message tooltip = getIconTooltip(iconName);
844 if (tooltip != null)
846 l.setToolTipText(tooltip
904 makeJTextField(Message text, Message tooltip, int size, TextStyle style) argument
923 makeJPasswordField(Message text, Message tooltip, int size, TextStyle style) argument
941 makeJRadioButton(Message text, Message tooltip, TextStyle style) argument
969 makeJCheckBox(Message text, Message tooltip, TextStyle style) argument
1415 updateTextFieldComponent(JTextField field, Message text, Message tooltip, int size, TextStyle textStyle) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
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;
H A DUIFactory.java782 * Creates a JButton with the given label and tooltip.
784 * @param tooltip the tooltip of the button.
785 * @return a JButton with the given label and tooltip.
787 public static JButton makeJButton(Message label, Message tooltip) argument
796 if (tooltip != null)
798 b.setToolTipText(tooltip.toString());
843 Message tooltip = getIconTooltip(iconName);
845 if (tooltip != null)
847 l.setToolTipText(tooltip
905 makeJTextField(Message text, Message tooltip, int size, TextStyle style) argument
924 makeJPasswordField(Message text, Message tooltip, int size, TextStyle style) argument
942 makeJRadioButton(Message text, Message tooltip, TextStyle style) argument
970 makeJCheckBox(Message text, Message tooltip, TextStyle style) argument
1416 updateTextFieldComponent(JTextField field, Message text, Message tooltip, int size, TextStyle textStyle) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
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;
H A DUIFactory.java782 * Creates a JButton with the given label and tooltip.
784 * @param tooltip the tooltip of the button.
785 * @return a JButton with the given label and tooltip.
787 public static JButton makeJButton(Message label, Message tooltip) argument
796 if (tooltip != null)
798 b.setToolTipText(tooltip.toString());
843 Message tooltip = getIconTooltip(iconName);
845 if (tooltip != null)
847 l.setToolTipText(tooltip
905 makeJTextField(Message text, Message tooltip, int size, TextStyle style) argument
924 makeJPasswordField(Message text, Message tooltip, int size, TextStyle style) argument
942 makeJRadioButton(Message text, Message tooltip, TextStyle style) argument
970 makeJCheckBox(Message text, Message tooltip, TextStyle style) argument
1416 updateTextFieldComponent(JTextField field, Message text, Message tooltip, int size, TextStyle textStyle) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
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;
H A DUIFactory.java781 * Creates a JButton with the given label and tooltip.
783 * @param tooltip the tooltip of the button.
784 * @return a JButton with the given label and tooltip.
786 public static JButton makeJButton(Message label, Message tooltip) argument
795 if (tooltip != null)
797 b.setToolTipText(tooltip.toString());
842 Message tooltip = getIconTooltip(iconName);
844 if (tooltip != null)
846 l.setToolTipText(tooltip
904 makeJTextField(Message text, Message tooltip, int size, TextStyle style) argument
923 makeJPasswordField(Message text, Message tooltip, int size, TextStyle style) argument
941 makeJRadioButton(Message text, Message tooltip, TextStyle style) argument
969 makeJCheckBox(Message text, Message tooltip, TextStyle style) argument
1415 updateTextFieldComponent(JTextField field, Message text, Message tooltip, int size, TextStyle textStyle) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
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;
H A DUIFactory.java782 * Creates a JButton with the given label and tooltip.
784 * @param tooltip the tooltip of the button.
785 * @return a JButton with the given label and tooltip.
787 public static JButton makeJButton(Message label, Message tooltip) argument
796 if (tooltip != null)
798 b.setToolTipText(tooltip.toString());
843 Message tooltip = getIconTooltip(iconName);
845 if (tooltip != null)
847 l.setToolTipText(tooltip
905 makeJTextField(Message text, Message tooltip, int size, TextStyle style) argument
924 makeJPasswordField(Message text, Message tooltip, int size, TextStyle style) argument
942 makeJRadioButton(Message text, Message tooltip, TextStyle style) argument
970 makeJCheckBox(Message text, Message tooltip, TextStyle style) argument
1416 updateTextFieldComponent(JTextField field, Message text, Message tooltip, int size, TextStyle textStyle) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
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;
H A DUIFactory.java550 * Creates a JButton with the given label and tooltip.
554 * @param tooltip
555 * the tooltip of the button.
556 * @return a JButton with the given label and tooltip.
558 public static JButton makeJButton(LocalizableMessage label, LocalizableMessage tooltip) argument
567 if (tooltip != null)
569 b.setToolTipText(tooltip.toString());
620 LocalizableMessage tooltip = getIconTooltip(iconName);
622 if (tooltip != null)
624 l.setToolTipText(tooltip
680 makeJTextField( LocalizableMessage text, LocalizableMessage tooltip, int size, TextStyle style) argument
704 makeJPasswordField( LocalizableMessage text, LocalizableMessage tooltip, int size, TextStyle style) argument
724 makeJRadioButton(LocalizableMessage text, LocalizableMessage tooltip, TextStyle style) argument
753 makeJCheckBox(LocalizableMessage text, LocalizableMessage tooltip, TextStyle style) argument
1238 updateTextFieldComponent( JTextField field, LocalizableMessage text, LocalizableMessage tooltip, int size, TextStyle textStyle) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/views/
H A DTrustedDevicesView.js38 self.$el.find("[data-toggle=\"tooltip\"]").tooltip();
H A DOAuthTokensView.js47 self.$el.find("[data-toggle=\"tooltip\"]").tooltip();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/views/
H A DTrustedDevicesView.js38 self.$el.find("[data-toggle=\"tooltip\"]").tooltip();
H A DOAuthTokensView.js47 self.$el.find("[data-toggle=\"tooltip\"]").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/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/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);
/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);
/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);

Completed in 141 milliseconds

123