Searched defs:editors (Results 1 – 2 of 2) 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
561 IEditorPart[] editors = part.findEditors(target.getEditorInput()); in openPath() local