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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
PlainXmlEditorDelegate.java 19 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
27 public class PlainXmlEditorDelegate extends CommonXmlDelegate {
OtherXmlEditorDelegate.java 21 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
33 public class OtherXmlEditorDelegate extends CommonXmlDelegate {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java 44 public abstract class CommonXmlDelegate {
55 * Static creator for {@link CommonXmlDelegate}s. Delegates implement a method
68 public @Nullable <T extends CommonXmlDelegate> T createForFile(
79 protected CommonXmlDelegate(
CommonXmlEditor.java 26 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate.IDelegateCreator;
59 * to {@link CommonXmlDelegate} instances.
66 * Registered {@link CommonXmlDelegate}s.
94 private CommonXmlDelegate mDelegate = null;
216 public CommonXmlDelegate getDelegate() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java 21 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
36 public class ColorEditorDelegate extends CommonXmlDelegate {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 21 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
37 public class DrawableEditorDelegate extends CommonXmlDelegate {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java 21 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
40 public class ValuesEditorDelegate extends CommonXmlDelegate {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 22 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
38 public class AnimationEditorDelegate extends CommonXmlDelegate {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 21 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
40 public class MenuEditorDelegate extends CommonXmlDelegate {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 26 import com.android.ide.eclipse.adt.internal.editors.common.CommonXmlDelegate;
88 public class LayoutEditorDelegate extends CommonXmlDelegate
89 implements IShowEditorInput, IPartListener, CommonXmlDelegate.IActionContributorDelegate {
157 CommonXmlDelegate delegate = ((CommonXmlEditor) editorPart).getDelegate();
    [all...]

Completed in 584 milliseconds