Searched defs:addPage (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
H A DAndroidXmlEditor.java337 public int addPage(IFormPage page) throws PartInitException { method in class:AndroidXmlEditor
338 int index = super.addPage(page);
352 public int addPage(IEditorPart editor, IEditorInput input) throws PartInitException { method in class:AndroidXmlEditor
353 int index = super.addPage(editor, input);
806 int index = addPage(mTextEditor, getEditorInput());

Completed in 58 milliseconds