Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 28) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinksTest.java220 for (IHyperlink link : links) { in checkXmlNavigation()
221 sb.append(link.getHyperlinkText()); in checkXmlNavigation()
224 IRegion region = link.getHyperlinkRegion(); in checkXmlNavigation()
227 if (link instanceof Hyperlinks.ResourceLink) { in checkXmlNavigation()
228 Hyperlinks.ResourceLink resourceLink = (ResourceLink) link; in checkXmlNavigation()
245 IHyperlink link = links[0]; in checkXmlNavigation() local
246 link.open(); in checkXmlNavigation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidTextEditor.java457 String link = e.data.toString(); in createHyperlinkListener()
458 if (link.startsWith("http") || //$NON-NLS-1$ in createHyperlinkListener()
459 link.startsWith("file:/")) { //$NON-NLS-1$ in createHyperlinkListener()
460 openLinkInBrowser(link); in createHyperlinkListener()
461 } else if (link.startsWith("page:")) { //$NON-NLS-1$ in createHyperlinkListener()
463 setActivePage(link.substring(5 /* strlen("page:") */)); in createHyperlinkListener()
474 private void openLinkInBrowser(String link) {
477 wbs.createBrowser(BROWSER_ID).openURL(new URL(link));
DAndroidXmlEditor.java766 String link = e.data.toString();
767 if (link.startsWith("http") || //$NON-NLS-1$
768 link.startsWith("file:/")) { //$NON-NLS-1$
769 openLinkInBrowser(link);
770 } else if (link.startsWith("page:")) { //$NON-NLS-1$
772 setActivePage(link.substring(5 /* strlen("page:") */));
783 private void openLinkInBrowser(String link) {
786 wbs.createBrowser(BROWSER_ID).openURL(new URL(link));
DHyperlinks.java1264 ResourceLink link = new ResourceLink(label, range, file, in getResourceLinks() local
1266 links.add(link); in getResourceLinks()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
DOtherXmlDescriptors.java347 for (ViewClassInfo link = info.getSuperClass();
348 link != null;
349 link = link.getSuperClass()) {
350 AttributeInfo[] attrList = link.getAttributes();
353 String.format("Attributes from %1$s", link.getShortClassName())));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java264 for (ViewClassInfo link = info.getSuperClass(); in convertView()
265 link != null; in convertView()
266 link = link.getSuperClass()) { in convertView()
267 AttributeInfo[] attrList = link.getAttributes(); in convertView()
269 attributeSources.add(link.getFullClassName()); in convertView()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportLinksPart.java92 String link = e.data.toString(); in ExportLinksPart()
93 if ("action_dosomething".equals(link)) { in ExportLinksPart()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java725 Link link = new Link(top, SWT.NO_FOCUS); in addWorkaround() local
726 link.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1)); in addWorkaround()
727 link.setText("<a>https://bugs.eclipse.org/bugs/show_bug.cgi?id=388574</a>"); in addWorkaround()
728 link.addSelectionListener(new SelectionAdapter() { in addWorkaround()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DThemeMenuAction.java313 IHyperlink link = links[0]; in run() local
314 link.open(); in run()
/sdk/files/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/find_lock/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/avdlauncher/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/emulator/mksdcard/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/eventanalyzer/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/apps/SdkController/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/sdklauncher/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/emulator/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/files/ant/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/apkbuilder/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/templates/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/annotations/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/bash_completion/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/dumpeventlog/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/find_java/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion39.txt42 android:linksClickable : If set to false, keeps the movement method from being set to the link mov…

12