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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 35 public class OtherXmlEditorDelegate extends CommonXmlDelegate {
40 public OtherXmlEditorDelegate createForFile(
44 return new OtherXmlEditorDelegate(delegator);
61 public OtherXmlEditorDelegate(CommonXmlEditor editor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 30 import com.android.ide.eclipse.adt.internal.editors.otherxml.OtherXmlEditorDelegate;
78 new OtherXmlEditorDelegate.Creator(),
91 OtherXmlEditorDelegate.LEGACY_EDITOR_ID,
174 mDelegate = new OtherXmlEditorDelegate(this);

Completed in 108 milliseconds