OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addControlTooltip
(Results
1 - 7
of
7
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java
111
SectionHelper.
addControlTooltip
(formText, desc.getTooltip());
UiPackageAttributeNode.java
111
SectionHelper.
addControlTooltip
(formText, desc.getTooltip());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java
250
addControlTooltip
(label, tooltip);
274
addControlTooltip
(label, tooltip);
286
static public void
addControlTooltip
(final Control control, String tooltip) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java
89
SectionHelper.
addControlTooltip
(label, DescriptorsUtils.formatTooltip(desc.getTooltip()));
UiListAttributeNode.java
72
SectionHelper.
addControlTooltip
(label, DescriptorsUtils.formatTooltip(desc.getTooltip()));
UiResourceAttributeNode.java
115
SectionHelper.
addControlTooltip
(label, DescriptorsUtils.formatTooltip(desc.getTooltip()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java
432
SectionHelper.
addControlTooltip
(mAddButton, "Adds a new element.");
445
SectionHelper.
addControlTooltip
(mRemoveButton, "Removes an existing selected element.");
457
SectionHelper.
addControlTooltip
(mRemoveButton, "Moves the selected element up.");
469
SectionHelper.
addControlTooltip
(mRemoveButton, "Moves the selected element down.");
[
all
...]
Completed in 196 milliseconds