Home
last modified time | relevance | path

Searched defs:editor (Results 1 – 25 of 116) sorted by relevance

12345

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportLinksPart.java41 public ExportLinksPart(Composite body, FormToolkit toolkit, ExportEditor editor) { in ExportLinksPart()
110 public void onModelInit(ExportEditor editor) { in onModelInit()
121 public void onModelChanged(ExportEditor editor, DocumentEvent event) { in onModelChanged()
DAbstractPropertiesFieldsPart.java52 public AbstractPropertiesFieldsPart(Composite body, FormToolkit toolkit, ExportEditor editor) { in AbstractPropertiesFieldsPart()
264 public void onModelInit(ExportEditor editor) { in onModelInit()
348 public void onModelChanged(ExportEditor editor, DocumentEvent event) { in onModelChanged()
DExportPropertiesPage.java48 public ExportPropertiesPage(ExportEditor editor) { in ExportPropertiesPage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditorContributor.java56 protected IAction getAction(ITextEditor editor, String actionID) { in getAction()
75 ITextEditor editor = in setActivePage() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewInfoPart.java38 public OverviewInfoPart(Composite body, FormToolkit toolkit, ManifestEditor editor) { in OverviewInfoPart()
50 private static UiElementNode getManifestUiNode(ManifestEditor editor) { in getManifestUiNode()
DPermissionPage.java49 public PermissionPage(ManifestEditor editor) { in PermissionPage()
DOverviewLinksPart.java41 public OverviewLinksPart(Composite body, FormToolkit toolkit, ManifestEditor editor) { in OverviewLinksPart()
DInstrumentationPage.java45 public InstrumentationPage(ManifestEditor editor) { in InstrumentationPage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableWizard.java22 UseCompoundDrawableWizard(UseCompoundDrawableRefactoring ref, LayoutEditorDelegate editor) { in UseCompoundDrawableWizard()
DUnwrapWizard.java22 public UnwrapWizard(UnwrapRefactoring ref, LayoutEditorDelegate editor) { in UnwrapWizard()
DVisualRefactoringAction.java78 IEditorPart editor = null; in selectionChanged() local
113 private IFile getSelectedFile(IEditorPart editor) { in getSelectedFile()
DVisualRefactoringWizard.java31 public VisualRefactoringWizard(Refactoring refactoring, LayoutEditorDelegate editor) { in VisualRefactoringWizard()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAttribute.java67 private AddSuppressAttribute( in AddSuppressAttribute()
140 public static List<AddSuppressAttribute> createFixes( in createFixes()
217 public static AddSuppressAttribute createFixForAll( in createFixForAll()
DLintEditAction.java39 public LintEditAction(@NonNull IAction action, @NonNull AndroidXmlEditor editor) { in LintEditAction()
DLintListDialog.java71 @Nullable IEditorPart editor) { in LintListDialog()
219 IEditorPart editor = AdtUtils.getActiveEditor(); in widgetSelected() local
248 AndroidXmlEditor editor = (AndroidXmlEditor) mEditor; in widgetSelected() local
DSetAttributeFix.java139 IEditorPart editor = AdtUtils.getActiveEditor(); in getProposal() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderService.java116 private RenderService(GraphicalEditorPart editor, Object credential) { in RenderService()
141 private RenderService(GraphicalEditorPart editor, in RenderService()
214 public static RenderService create(GraphicalEditorPart editor) { in create()
227 public static RenderService create(GraphicalEditorPart editor, Object credential) { in create()
239 public static RenderService create(GraphicalEditorPart editor, in create()
254 public static RenderService create(GraphicalEditorPart editor, in create()
DLayoutWindowCoordinator.java235 private void sync(@Nullable GraphicalEditorPart editor) { in sync()
252 LayoutEditorDelegate editor = LayoutEditorDelegate.fromEditor((IEditorPart) part); in sync() local
262 IEditorPart editor = activePage.getActiveEditor(); in syncActive() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
DPlainXmlEditorDelegate.java32 public PlainXmlEditorDelegate(CommonXmlEditor editor) { in PlainXmlEditorDelegate()
DOtherXmlTreePage.java41 public OtherXmlTreePage(CommonXmlEditor editor) { in OtherXmlTreePage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DResourceValueCompleter.java65 CommonXmlEditor editor = this.xmlProperty.getXmlEditor(); in getProposals() local
89 static String[] computeResourceStringMatches(AndroidXmlEditor editor, in computeResourceStringMatches()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DPasteAction.java46 public PasteAction(AndroidXmlEditor editor, Clipboard clipboard, UiElementNode ui_node) { in PasteAction()
DCopyCutAction.java63 public CopyCutAction(AndroidXmlEditor editor, Clipboard clipboard, ICommitXml xmlCommit, in CopyCutAction()
75 public CopyCutAction(AndroidXmlEditor editor, Clipboard clipboard, ICommitXml xmlCommit, in CopyCutAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
DMenuTreePage.java41 public MenuTreePage(CommonXmlEditor editor) { in MenuTreePage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DLaunchShortcut.java83 public void launch(IEditorPart editor, String mode) { in launch()

12345