Searched defs:editors (Results 1 – 5 of 5) sorted by relevance
41 private static Map<Integer, Editor> editors() { in editors() method in Editors42 Map<Integer, Editor> editors = new HashMap<Integer, Editor>(); in editors() local
239 Collection<IEditorPart> editors = in setPropertyInEditor() local
387 IEditorReference[] editors = page.findEditors(input, null, MATCH_INPUT); in findEditorsFor() local
1462 Collection<IEditorPart> editors = AdtUtils.findEditorsFor(file, false); in doSyncToVariations() local
580 IEditorPart[] editors = part.findEditors(target.getEditorInput()); in openPath() local