/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/ |
TraceviewLauncher.java | 42 // workbench page has an editor area (typically the ddms perspective doesn't). 43 final IWorkbench workbench = PlatformUI.getWorkbench(); local 44 Display display = workbench.getDisplay(); 49 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 58 workbench.showPerspective("org.eclipse.debug.ui.DebugPerspective",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
AdtStartup.java | 245 final IWorkbench workbench = PlatformUI.getWorkbench(); local 246 workbench.addWindowListener(this); 247 workbench.getDisplay().asyncExec(new Runnable() { 250 for (IWorkbenchWindow window : workbench.getWorkbenchWindows()) { 259 final IWorkbench workbench = PlatformUI.getWorkbench(); local 260 workbench.getDisplay().asyncExec(new Runnable() { 263 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow();
|
WelcomeWizard.java | 169 IWorkbench workbench = PlatformUI.getWorkbench(); local 170 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow();
|
UsagePermissionPage.java | 114 IWorkbench workbench = PlatformUI.getWorkbench(); local 115 IWebBrowser browser = workbench.getBrowserSupport().getExternalBrowser();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
SourceRevealer.java | 80 // workbench page has an editor area (typically the ddms perspective doesn't). 81 IWorkbench workbench = PlatformUI.getWorkbench(); local 82 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 166 IWorkbench workbench = PlatformUI.getWorkbench(); local 167 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 168 IPerspectiveRegistry perspectiveRegistry = workbench.getPerspectiveRegistry(); 173 workbench.showPerspective(perspectiveId, window);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchDialog.java | 112 IWorkbench workbench = PlatformUI.getWorkbench(); local 113 IWebBrowser browser = workbench.getBrowserSupport().getExternalBrowser();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/ |
UiAutomatorViewer.java | 128 final IWorkbench workbench = PlatformUI.getWorkbench(); local 129 workbench.getDisplay().syncExec(new Runnable() { 132 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 145 workbench.showPerspective("org.eclipse.jdt.ui.JavaPerspective", window); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
SourceRevealer.java | 452 IWorkbench workbench = PlatformUI.getWorkbench(); local 453 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 454 IPerspectiveRegistry perspectiveRegistry = workbench.getPerspectiveRegistry(); 459 workbench.showPerspective(perspectiveId, window);
|
AdtUtils.java | 291 * Returns the current active workbench, or null if not found 297 IWorkbench workbench = PlatformUI.getWorkbench(); local 298 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 300 IWorkbenchWindow[] windows = workbench.getWorkbenchWindows(); 310 * Returns the current active workbench page, or null if not found 333 * Returns the current active workbench part, or null if not found 335 * @return the current active workbench part, or null 382 IWorkbench workbench = PlatformUI.getWorkbench(); local 383 IWorkbenchWindow[] windows = workbench.getWorkbenchWindows(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
OldLogCatView.java | 366 IWorkbench workbench = PlatformUI.getWorkbench(); local 367 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 368 IPerspectiveRegistry perspectiveRegistry = workbench.getPerspectiveRegistry(); 374 workbench.showPerspective(perspectiveId, window);
|
DeviceView.java | 276 // workbench page has an editor area (typically the ddms 278 IWorkbench workbench = PlatformUI.getWorkbench(); local 279 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 289 workbench.showPerspective("org.eclipse.debug.ui.DebugPerspective", //$NON-NLS-1$ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 176 IWorkbench workbench = AdtPlugin.getDefault().getWorkbench(); local 177 IWorkbenchPage page = workbench.getActiveWorkbenchWindow().getActivePage(); 243 public void init(IWorkbench workbench, IStructuredSelection selection) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PlayAnimationMenu.java | 237 IWorkbench workbench = workbenchWindow.getWorkbench(); local 241 wizard.init(workbench, selection);
|
GraphicalEditorPart.java | 207 * http://www.eclipse.org/articles/Article-Workbench-DND/drag_drop.html 214 * - The workbench site selection service can be seen as "centralized" 587 * Listens to workbench selections that does NOT come from {@link LayoutEditorDelegate} 2387 IWorkbench workbench = PlatformUI.getWorkbench(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
OpenWizardAction.java | 106 // get the workbench and the current window 107 IWorkbench workbench = mWorkbench != null ? mWorkbench : PlatformUI.getWorkbench(); local 108 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 111 // and converts it to a workbench structured selection for the wizard, if possible. 137 mWizard.init(workbench, selectionToPass);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoringTest.java | 143 IWorkbench workbench = PlatformUI.getWorkbench(); local 144 IWorkbenchWindow activeWorkbenchWindow = workbench.getActiveWorkbenchWindow(); 169 IWorkbench workbench = PlatformUI.getWorkbench(); local 170 IWorkbenchWindow activeWorkbenchWindow = workbench.getActiveWorkbenchWindow();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 368 // workbench page has an editor area (typically the ddms perspective doesn't). 369 IWorkbench workbench = PlatformUI.getWorkbench(); local 370 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
InstallDependencyPage.java | 284 IWorkbench workbench = PlatformUI.getWorkbench(); local 285 IWebBrowser browser = workbench.getBrowserSupport().getExternalBrowser();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
CollectTraceAction.java | 158 final IWorkbench workbench = PlatformUI.getWorkbench(); local 159 IWorkbenchWindow window = workbench.getActiveWorkbenchWindow(); 170 workbench.showPerspective("com.android.ide.eclipse.gltrace.perspective", window);
|
/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/ |
PerformancesView.java | 163 IWorkbench workbench = PlatformUI.getWorkbench(); local 164 IWorkbenchWindow[] windows = workbench.getWorkbenchWindows();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
ExportWizard.java | 206 IWorkbench workbench = PlatformUI.getWorkbench(); local 209 workbench.getProgressService().busyCursorWhile(new IRunnableWithProgress() { 350 public void init(IWorkbench workbench, IStructuredSelection selection) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 460 IWorkbench workbench = PlatformUI.getWorkbench(); local 461 ISharedImages sharedImages = workbench.getSharedImages();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 464 IWorkbench workbench = PlatformUI.getWorkbench(); local 465 if (workbench != null) { 466 workbench.saveAllEditors(false /*confirm*/); 479 if (job != null && workbench != null) { 481 ISharedImages sharedImages = workbench.getSharedImages();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |