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 AbstractEditorAbstractAction. editorMethods in de.loskutov.anyedit.actions that return AbstractEditor Modifier and Type Method Description protected AbstractEditorAbstractAction. createActiveEditorDelegate()protected AbstractEditorAbstractAction. getEditor()Methods in de.loskutov.anyedit.actions with parameters of type AbstractEditor Modifier and Type Method Description private static voidToggleWhitespace. addAnnotations(AbstractEditor aEditor, org.eclipse.jface.text.source.IAnnotationModelExtension extension)voidAbstractAction. 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 AbstractEditorCompareWithAction. editorprivate AbstractEditorCompareWithEditorAction.EditorsContentProvider. myEditorMethods in de.loskutov.anyedit.actions.compare with parameters of type AbstractEditor Modifier and Type Method Description static org.eclipse.ui.dialogs.ListDialogCompareWithEditorAction. createSelectionDialog(AbstractEditor myEditor, ContentWrapper selectedContent, java.lang.String message)private booleanCompareWithEditorAction.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 AbstractEditorReplaceWithAction. editor -
Uses of AbstractEditor in de.loskutov.anyedit.compare
Fields in de.loskutov.anyedit.compare declared as AbstractEditor Modifier and Type Field Description private AbstractEditorTextStreamContent. editorMethods in de.loskutov.anyedit.compare with parameters of type AbstractEditor Modifier and Type Method Description static ContentWrapperContentWrapper. 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 AbstractEditorAbstractEditor. recreate()
-