Uses of Interface
de.loskutov.anyedit.IOpenEditorParticipant
-
Packages that use IOpenEditorParticipant Package Description de.loskutov.anyedit de.loskutov.anyedit.actions -
-
Uses of IOpenEditorParticipant in de.loskutov.anyedit
Subinterfaces of IOpenEditorParticipant in de.loskutov.anyedit Modifier and Type Interface Description interfaceIOpenEditorsParticipantAn extension to theIOpenEditorParticipant, which is capable to guess multiple files -
Uses of IOpenEditorParticipant in de.loskutov.anyedit.actions
Classes in de.loskutov.anyedit.actions that implement IOpenEditorParticipant Modifier and Type Class Description classDefaultOpenEditorParticipantFields in de.loskutov.anyedit.actions with type parameters of type IOpenEditorParticipant Modifier and Type Field Description (package private) static java.lang.ref.WeakReference<java.util.List<IOpenEditorParticipant>>OpenFile. weakRefMethods in de.loskutov.anyedit.actions that return types with arguments of type IOpenEditorParticipant Modifier and Type Method Description private static java.util.List<IOpenEditorParticipant>OpenFile. getParticipants()Methods in de.loskutov.anyedit.actions with parameters of type IOpenEditorParticipant Modifier and Type Method Description private static java.lang.IntegerOpenFile. getPrio(IOpenEditorParticipant participant)Method parameters in de.loskutov.anyedit.actions with type arguments of type IOpenEditorParticipant Modifier and Type Method Description private static voidOpenFile. goToLine(java.util.List<IOpenEditorParticipant> participants, org.eclipse.jface.text.IDocument doc, org.eclipse.jface.viewers.ISelectionProvider selectionProvider, org.eclipse.ui.IEditorPart editorPart)private java.util.List<org.eclipse.core.resources.IFile>OpenFile. guessFiles(java.util.List<IOpenEditorParticipant> participants, org.eclipse.jface.text.IDocument doc, org.eclipse.jface.viewers.ISelectionProvider selectionProvider, org.eclipse.ui.IEditorInput currentInput)private static org.eclipse.ui.IEditorPartOpenFile. openEditor(java.util.List<IOpenEditorParticipant> participants, org.eclipse.jface.text.IDocument doc, org.eclipse.jface.viewers.ISelectionProvider selectionProvider, org.eclipse.ui.IEditorInput currentInput, org.eclipse.core.resources.IFile file)
-