HomeSort by relevance Sort by last modified time
    Searched full:mfileeditorinput (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
Draw9PatchEditor.java 55 private FileEditorInput mFileEditorInput = null;
73 mFileEditorInput = (FileEditorInput) input;
74 mFileName = mFileEditorInput.getName();
75 mProject = mFileEditorInput.getFile().getProject();
93 mFileEditorInput = new FileEditorInput(ResourcesPlugin.getWorkspace().getRoot()
95 mFileName = mFileEditorInput.getName();
96 setInput(mFileEditorInput);
119 mFileEditorInput.getFile().getProjectRelativePath().toOSString()));
121 mFileEditorInput = new FileEditorInput(destFile);
122 mFileName = mFileEditorInput.getName()
    [all...]

Completed in 2898 milliseconds