Searched defs:perspectiveId (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
H A DSourceRevealer.java165 public static void switchToPerspective(String perspectiveId) { argument
169 if (perspectiveId != null
170 && perspectiveId.length() > 0
171 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) {
173 workbench.showPerspective(perspectiveId, window);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
H A DSourceRevealer.java451 private static void switchToPerspective(String perspectiveId) { argument
455 if (perspectiveId != null
456 && perspectiveId.length() > 0
457 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) {
459 workbench.showPerspective(perspectiveId, window);

Completed in 72 milliseconds