Uses of Class
de.loskutov.anyedit.ui.editor.AbstractEditor
-
Packages that use AbstractEditor Package Description de.loskutov.anyedit.actions de.loskutov.anyedit.actions.compare de.loskutov.anyedit.actions.replace de.loskutov.anyedit.compare de.loskutov.anyedit.ui.editor -
-
Uses of AbstractEditor in de.loskutov.anyedit.actions
Fields in de.loskutov.anyedit.actions declared as AbstractEditor Modifier and Type Field Description protected AbstractEditor
AbstractAction. editor
Methods in de.loskutov.anyedit.actions that return AbstractEditor Modifier and Type Method Description protected AbstractEditor
AbstractAction. createActiveEditorDelegate()
protected AbstractEditor
AbstractAction. getEditor()
Methods in de.loskutov.anyedit.actions with parameters of type AbstractEditor Modifier and Type Method Description private static void
ToggleWhitespace. addAnnotations(AbstractEditor aEditor, org.eclipse.jface.text.source.IAnnotationModelExtension extension)
void
AbstractAction. setEditor(AbstractEditor editor)
-
Uses of AbstractEditor in de.loskutov.anyedit.actions.compare
Fields in de.loskutov.anyedit.actions.compare declared as AbstractEditor Modifier and Type Field Description protected AbstractEditor
CompareWithAction. editor
private AbstractEditor
CompareWithEditorAction.EditorsContentProvider. myEditor
Methods in de.loskutov.anyedit.actions.compare with parameters of type AbstractEditor Modifier and Type Method Description static org.eclipse.ui.dialogs.ListDialog
CompareWithEditorAction. createSelectionDialog(AbstractEditor myEditor, ContentWrapper selectedContent, java.lang.String message)
private boolean
CompareWithEditorAction.EditorsContentProvider. sameEditor(AbstractEditor abstractEditor)
Constructors in de.loskutov.anyedit.actions.compare with parameters of type AbstractEditor Constructor Description EditorsContentProvider(AbstractEditor myEditor, ContentWrapper selectedContent)
-
Uses of AbstractEditor in de.loskutov.anyedit.actions.replace
Fields in de.loskutov.anyedit.actions.replace declared as AbstractEditor Modifier and Type Field Description protected AbstractEditor
ReplaceWithAction. editor
-
Uses of AbstractEditor in de.loskutov.anyedit.compare
Fields in de.loskutov.anyedit.compare declared as AbstractEditor Modifier and Type Field Description private AbstractEditor
TextStreamContent. editor
Methods in de.loskutov.anyedit.compare with parameters of type AbstractEditor Modifier and Type Method Description static ContentWrapper
ContentWrapper. create(AbstractEditor editor1)
Constructors in de.loskutov.anyedit.compare with parameters of type AbstractEditor Constructor Description ContentWrapper(java.lang.String name, java.lang.String fileExtension, AbstractEditor editor)
TextStreamContent(ContentWrapper content, AbstractEditor editor)
TextStreamContent(ContentWrapper content, AbstractEditor editor, java.lang.String selectedText, org.eclipse.jface.text.Position position)
-
Uses of AbstractEditor in de.loskutov.anyedit.ui.editor
Methods in de.loskutov.anyedit.ui.editor that return AbstractEditor Modifier and Type Method Description AbstractEditor
AbstractEditor. recreate()
-