/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
D | ManifestElementDescriptor.java | 46 String tooltip, in ManifestElementDescriptor() argument 51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ManifestElementDescriptor() 67 String tooltip, in ManifestElementDescriptor() argument 72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ManifestElementDescriptor() 87 String tooltip, in ManifestElementDescriptor() argument 91 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, false); in ManifestElementDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | SectionHelper.java | 121 String tooltip) { in createLabel() argument 122 return SectionHelper.createLabel(parent, toolkit, label, tooltip); in createLabel() 138 String value, String tooltip) { in createLabelAndText() argument 139 return SectionHelper.createLabelAndText(parent, toolkit, label, value, tooltip); in createLabelAndText() 244 String value, String tooltip) { in createLabelAndText() argument 250 addControlTooltip(label, tooltip); in createLabelAndText() 265 String tooltip) { in createLabel() argument 274 addControlTooltip(label, tooltip); in createLabel() 286 static public void addControlTooltip(final Control control, String tooltip) { in addControlTooltip() argument 287 if (control == null || tooltip == null || tooltip.length() == 0) { in addControlTooltip() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | ElementDescriptor.java | 82 public ElementDescriptor(String xml_name, String ui_name, String tooltip, String sdk_url, in ElementDescriptor() argument 89 mTooltip = (tooltip != null && tooltip.length() > 0) ? tooltip : null; in ElementDescriptor() 110 public ElementDescriptor(String xml_name, String ui_name, String tooltip, String sdk_url, in ElementDescriptor() argument 117 mTooltip = (tooltip != null && tooltip.length() > 0) ? tooltip : null; in ElementDescriptor() 372 public void setTooltip(String tooltip) { in setTooltip() argument 373 mTooltip = tooltip; in setTooltip()
|
D | TextAttributeDescriptor.java | 112 public TextAttributeDescriptor setTooltip(String tooltip) { in setTooltip() argument 113 mTooltip = tooltip; in setTooltip() 160 String tooltip = null; in getTooltip() local 215 tooltip = DescriptorsUtils.formatTooltip(rawTooltip); in getTooltip() 218 if (tooltip == null) { in getTooltip() 219 tooltip = DescriptorsUtils.formatTooltip(rawTooltip); in getTooltip() 221 mTooltip = tooltip; in getTooltip()
|
D | TextValueDescriptor.java | 37 public TextValueDescriptor(String uiName, String tooltip) { in TextValueDescriptor() argument 40 setTooltip(tooltip); in TextValueDescriptor()
|
D | EnumAttributeDescriptor.java | 31 String tooltip, IAttributeInfo attrInfo) { in EnumAttributeDescriptor() argument
|
D | FlagAttributeDescriptor.java | 64 String tooltip, IAttributeInfo attrInfo, String[] names) { in FlagAttributeDescriptor() argument
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/ |
D | ColorValueDescriptor.java | 30 public ColorValueDescriptor(String uiName, String tooltip) { in ColorValueDescriptor() argument 31 super(uiName, tooltip); in ColorValueDescriptor()
|
D | ItemElementDescriptor.java | 46 String tooltip, String sdk_url, AttributeDescriptor[] attributes, in ItemElementDescriptor() argument 48 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ItemElementDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiElementDetail.java | 268 String tooltip; in createUiAttributeControls() local 271 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(), in createUiAttributeControls() 275 tooltip = elem_desc.getTooltip(); in createUiAttributeControls() 280 true /* isHtml */, tooltip, true /* setupLayoutData */); in createUiAttributeControls() 292 tooltip); in createUiAttributeControls() 295 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip()); in createUiAttributeControls() 296 SectionHelper.createLabel(masterTable, toolkit, tooltip, tooltip); in createUiAttributeControls()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
D | ApplicationToggle.java | 130 String tooltip = getUiElementNode().getDescriptor().getTooltip(); in updateTooltip() local 131 if (tooltip != null) { in updateTooltip() 132 tooltip = DescriptorsUtils.formatFormText(tooltip, in updateTooltip() 136 mTooltipFormText.setText(tooltip, true /* parseTags */, true /* expandURLs */); in updateTooltip()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
D | ViewElementDescriptor.java | 95 String tooltip, String sdk_url, in ViewElementDescriptor() argument 98 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); in ViewElementDescriptor()
|
D | LayoutDescriptors.java | 233 String tooltip = info.getJavaDoc(); in convertView() local 302 tooltip, in convertView()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | ChooseConfigurationPage.java | 103 String tooltip = "The folder where the file will be generated, relative to the project."; in createControl() local 111 folderLabel.setToolTipText(tooltip); in createControl() 115 mWsFolderPathTextField.setToolTipText(tooltip); in createControl()
|
D | NewXmlFileCreationPage.java | 125 String tooltip, in TypeInfo() argument 134 mTooltip = tooltip; in TypeInfo() 474 String tooltip = "The Android Project where the new resource file will be created."; in createControl() local 477 projectLabel.setToolTipText(tooltip); in createControl() 483 mProjectButton.setToolTipText(tooltip); in createControl() 502 mFileNameTextField.setToolTipText(tooltip); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimatorDescriptors.java | 140 String tooltip, String sdkUrl, in addElement() argument 148 ElementDescriptor element = new ElementDescriptor(xmlName, uiName, tooltip, sdkUrl, in addElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | GuidelinePainter.java | 117 feedback.tooltip = sb.toString(); in paint() 132 feedback.tooltip = null; in paint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | CompletionProposal.java | 132 String tooltip = ((ElementDescriptor)mChoice).getTooltip(); in getAdditionalProposalInfo() local 133 mAdditionalProposalInfo = DescriptorsUtils.formatTooltip(tooltip); in getAdditionalProposalInfo()
|
D | AndroidContentAssist.java | 577 String tooltip = null; in addMatchingProposals() local 614 tooltip = pair.getSecond(); in addMatchingProposals() 691 tooltip, // String additionalProposalInfo in addMatchingProposals()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/ |
D | OtherXmlDescriptors.java | 336 String tooltip = info.getJavaDoc(); 366 tooltip,
|
/sdk/eclipse/ |
D | dictionary.txt | 317 tooltip
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 81 feedback.tooltip = null; in computeMatches() 169 feedback.tooltip = columnDescription + '\n' + rowDescription; in computeMatches() 254 feedback.tooltip = description.toString(); in computeMatches()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | OutlinePage.java | 1375 String tooltip = null; in setupTooltip() 1390 tooltip = marker.getAttribute(IMarker.MESSAGE, null); in setupTooltip() 1394 if (tooltip != null) { in setupTooltip() 1409 mLabel.setText(tooltip); in setupTooltip()
|
D | GestureManager.java | 384 if (feedback != null && feedback.tooltip != null) { in updateMessage() 397 mTooltip.update(feedback.tooltip, below, toRightOf); in updateMessage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | NewTemplatePage.java | 195 String tooltip = "The Android Project where the new resource will be created."; in onEnter() local 199 projectLabel.setToolTipText(tooltip); in onEnter() 205 mProjectButton.setToolTipText(tooltip); in onEnter()
|