HomeSort by relevance Sort by last modified time
    Searched refs:tooltip (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 27 * its display name and tooltip.
38 * @param tooltip An optional tooltip. Can be null or empty.
46 String tooltip,
51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
59 * @param tooltip An optional tooltip. Can be null or empty.
67 String tooltip,
72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
80 * @param tooltip An optional tooltip. Can be null or empty
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextValueDescriptor.java 35 * @param tooltip A non-empty tooltip string or null
37 public TextValueDescriptor(String uiName, String tooltip) {
40 setTooltip(tooltip);
TextAttributeDescriptor.java 42 * Such an attribute has a tooltip and would typically be displayed by
105 * Sets the tooltip to be associated with this descriptor. This is usually
109 * @param tooltip the new tooltip to be used
112 public TextAttributeDescriptor setTooltip(String tooltip) {
113 mTooltip = tooltip;
140 * The tooltip string is either null or a non-empty string.
142 * The tooltip is based on the Javadoc of the attribute and already processed via
144 * a UI tooltip.
149 * @return A non-empty tooltip string or nul
160 String tooltip = null; local
    [all...]
ElementDescriptor.java 36 * {@link ElementDescriptor} have an XML name, UI name, a tooltip, an SDK url,
54 /* An optional tooltip. Can be empty. */
69 * tooltip, SDK url, attributes list, children list and mandatory.
73 * @param tooltip An optional tooltip. Can be null or empty.
82 public ElementDescriptor(String xml_name, String ui_name, String tooltip, String sdk_url,
89 mTooltip = (tooltip != null && tooltip.length() > 0) ? tooltip : null;
97 * tooltip, SDK url, attributes list, children list and mandatory
    [all...]
EnumAttributeDescriptor.java 31 String tooltip, IAttributeInfo attrInfo) {
FlagAttributeDescriptor.java 64 String tooltip, IAttributeInfo attrInfo, String[] names) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 117 * @param tooltip An optional tooltip for the label and text. Can be null.
121 String tooltip) {
122 return SectionHelper.createLabel(parent, toolkit, label, tooltip);
134 * @param tooltip An optional tooltip for the label and text. Can be null.
138 String value, String tooltip) {
139 return SectionHelper.createLabelAndText(parent, toolkit, label, value, tooltip);
240 * @param tooltip An optional tooltip for the label and text. Can be null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ColorValueDescriptor.java 30 public ColorValueDescriptor(String uiName, String tooltip) {
31 super(uiName, tooltip);
ItemElementDescriptor.java 32 * tooltip, SDK url, attributes list, children list and mandatory.
36 * @param tooltip An optional tooltip. Can be null or empty.
46 String tooltip, String sdk_url, AttributeDescriptor[] attributes,
48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /external/autotest/tko/
display.py 70 def calculate_html(link, data, tooltip=None, row_label=None, column_label=None):
74 hover_text += '<br>%s' % tooltip
92 tooltip = None, row_label = None, column_label = None):
107 if link and not tooltip:
112 self.data = calculate_html(link, data, tooltip,
230 tooltip = ""
233 tooltip += "%d %s " % (box_data.status_count[status], status_word)
234 return (html,tooltip)
265 html,tooltip = status_html(db, box_data, shade)
266 precounted_box = box(html, shade, False, link, tooltip,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 115 * Typically made of a rectangle and an associated text used as tooltip.
121 AreaZone(Rectangle zone, String tooltip) {
124 this.title = tooltip;
164 void addArea(Rectangle rec, String tooltip) {
165 AreaZone zone = new AreaZone(rec, tooltip);
266 StringBuffer tooltip = new StringBuffer("Time for baseline build ");
267 tooltip.append(baselineBuildResults.getName());
268 tooltip.append(": ");
269 tooltip.append(Util.timeString((long)baselineValue));
270 tooltip.append(" [&#177;")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 124 * Updates the application tooltip in the form text.
125 * If there is no tooltip, the form text is hidden.
130 String tooltip = getUiElementNode().getDescriptor().getTooltip(); local
131 if (tooltip != null) {
132 tooltip = DescriptorsUtils.formatFormText(tooltip,
136 mTooltipFormText.setText(tooltip, true /* parseTags */, true /* expandURLs */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 268 String tooltip; local
271 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(),
275 tooltip = elem_desc.getTooltip();
280 true /* isHtml */, tooltip, true /* setupLayoutData */);
292 tooltip);
294 // Fallback to a pure text tooltip, no fancy HTML
295 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip());
296 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip);
  /external/fio/
graph.h 58 const double x, const double y, const char *tooltip);
graph.c 39 * Allowable difference to show tooltip
57 char *tooltip; member in struct:graph_value
671 if (v->tooltip)
672 free(v->tooltip);
711 const char *tooltip)
724 if (tooltip) {
740 x->tooltip = strdup(tooltip);
816 const double x, const double y, const char *tooltip)
830 graph_label_add_value(i, xy, tooltip);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 75 * Sets the tooltip text.
77 public void setTooltip(String tooltip) {
78 m_tooltip = tooltip;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 88 null /* tooltip */, sdkUrl,
94 null /* tooltip */, sdkUrl,
99 null /* tooltip */, sdkUrl,
129 * @param tooltip the tooltip or documentation for this element, or null
140 String tooltip, String sdkUrl,
148 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, tooltip, sdkUrl,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 76 * the canonical name of the class it represents, its tooltip, its SDK url, its attributes list,
83 * @param tooltip An optional tooltip. Can be null or empty.
95 String tooltip, String sdk_url,
98 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 103 String tooltip = "The folder where the file will be generated, relative to the project."; local
111 folderLabel.setToolTipText(tooltip);
115 mWsFolderPathTextField.setToolTipText(tooltip);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n"); local
232 tooltip.append("If set then performance results won't be displayed for any build after this date...");
233 String tooltipText = tooltip.toString();
244 tooltip = new StringBuffer("Select the default dimension which will be used for performance results\n");
245 tooltip.append("When changed, the new selected dimension is automatically added to the dimensions list below...");
246 tooltipText = tooltip.toString();
254 tooltip = new StringBuffer("Select the dimensions which will be used while generating performance results\n");
255 tooltip.append("When changed, the default dimension above is automatically added to the new list...");
256 tooltipText = tooltip.toString();
    [all...]
ConfigTab.java 38 import org.eclipse.swt.widgets.ToolTip;
177 // Listen to mouse track events to display the table cell corresponding tooltip.
179 ToolTip currentTooltip;
187 ToolTip tooltip = (ToolTip) ConfigTab.this.toolTips.get(cellPosition);
188 if (tooltip != null) {
190 tooltip.setLocation(location);
191 tooltip.setVisible(true);
192 this.currentTooltip = tooltip;
    [all...]
  /external/v8/tools/profviz/
profviz.css 107 .tooltip {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 109 // Update the drag tooltip
117 feedback.tooltip = sb.toString();
119 // Set the tooltip orientation to ensure that it does not interfere with
132 feedback.tooltip = null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 132 String tooltip = ((ElementDescriptor)mChoice).getTooltip(); local
133 mAdditionalProposalInfo = DescriptorsUtils.formatTooltip(tooltip);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 88 * Creates {@link Browser} for displaying tooltip.
96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"),
321 private static void hideTooltip(Control tooltip) {
322 tooltip.getShell().dispose();

Completed in 627 milliseconds

1 2 3 4 5