/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
D | HyperlinksTest.java | 220 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/ |
D | AndroidTextEditor.java | 457 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));
|
D | AndroidXmlEditor.java | 766 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));
|
D | Hyperlinks.java | 1264 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/ |
D | OtherXmlDescriptors.java | 347 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/ |
D | LayoutDescriptors.java | 264 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/ |
D | ExportLinksPart.java | 92 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/ |
D | PropertyFactory.java | 725 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/ |
D | ThemeMenuAction.java | 313 IHyperlink link = links[0]; in run() local 314 link.open(); in run()
|
/sdk/files/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/find_lock/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/avdlauncher/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/emulator/mksdcard/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/eventanalyzer/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/apps/SdkController/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/sdklauncher/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/emulator/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/files/ant/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/apkbuilder/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/templates/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/annotations/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/bash_completion/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/dumpeventlog/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/sdk/find_java/ |
D | NOTICE | 58 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/ |
D | completion1-expected-completion39.txt | 42 android:linksClickable : If set to false, keeps the movement method from being set to the link mov…
|