HomeSort by relevance Sort by last modified time
    Searched defs:activeEditor (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 284 IEditorPart activeEditor = page.getActiveEditor();
285 if (activeEditor instanceof AndroidXmlEditor) {
286 Object input = ((AndroidXmlEditor) activeEditor).getEditorInput();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 107 IEditorPart activeEditor = AdtUtils.getActiveEditor();
108 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor);
154 IEditorPart activeEditor = AdtUtils.getActiveEditor();
155 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor);
ConfigurationMatcher.java 505 IEditorPart activeEditor = AdtUtils.getActiveEditor();
506 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 267 IEditorPart activeEditor = AdtUtils.getActiveEditor();
269 if (activeEditor != null) {
270 IEditorInput input = activeEditor.getEditorInput();
273 part = activeEditor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 694 IEditorPart activeEditor = page.getActiveEditor();
695 if (activeEditor instanceof AndroidXmlEditor) {
696 Object input = ((AndroidXmlEditor) activeEditor).getEditorInput();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 239 milliseconds