HomeSort by relevance Sort by last modified time
    Searched refs:setActivePage (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 66 public void setActivePage(IEditorPart part) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 212 setActivePage(Integer.parseInt(defaultPageId));
215 // AssertionError from setActivePage when the index is out of bounds.
234 * Overrides the parent's setActivePage to be able to switch to the xml editor.
242 public IFormPage setActivePage(String pageId) {
244 super.setActivePage(mTextPageIndex);
247 return super.setActivePage(pageId);
463 setActivePage(link.substring(5 /* strlen("page:") */));
AndroidXmlEditor.java 267 xmlEditor.setActivePage(AndroidXmlEditor.TEXT_EDITOR_ID);
385 setActivePage(Integer.parseInt(defaultPageId));
388 // AssertionError from setActivePage when the index is out of bounds.
407 * Overrides the parent's setActivePage to be able to switch to the xml editor.
415 public IFormPage setActivePage(String pageId) {
417 super.setActivePage(mTextPageIndex);
420 return super.setActivePage(pageId);
699 setActivePage(link.substring(5 /* strlen("page:") */));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 378 public IFormPage setActivePage(String pageId) {
379 IFormPage page = super.setActivePage(pageId);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 347 milliseconds