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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 192 if (getEditorInput() instanceof IFileEditorInput) {
193 IFile file = ((IFileEditorInput) getEditorInput()).getFile();
266 if (getEditorInput() instanceof IFileEditorInput) {
267 IFile file = ((IFileEditorInput) getEditorInput()).getFile();
293 if (((FileEditorInput)mTextEditor.getEditorInput())
297 .getEditorInput());
364 setInput(editor.getEditorInput());
483 int index = addPage(mTextEditor, getEditorInput());
488 mDocument = provider.getDocument(getEditorInput());
525 IEditorInput input = mTextEditor.getEditorInput();
    [all...]
AndroidXmlEditor.java 248 if (getEditorInput() instanceof IFileEditorInput) {
249 IFile file = ((IFileEditorInput) getEditorInput()).getFile();
322 if (getEditorInput() instanceof IFileEditorInput) {
323 IFile file = ((IFileEditorInput) getEditorInput()).getFile();
349 if (((FileEditorInput)mTextEditor.getEditorInput())
353 .getEditorInput());
436 setInput(editor.getEditorInput());
555 int index = addPage(mTextEditor, getEditorInput());
779 IEditorInput input = mTextEditor.getEditorInput();
    [all...]

Completed in 4419 milliseconds