Uses of Class
de.loskutov.anyedit.compare.ContentWrapper
-
Packages that use ContentWrapper Package Description de.loskutov.anyedit.actions.compare de.loskutov.anyedit.actions.replace de.loskutov.anyedit.compare -
-
Uses of ContentWrapper in de.loskutov.anyedit.actions.compare
Fields in de.loskutov.anyedit.actions.compare declared as ContentWrapper Modifier and Type Field Description protected ContentWrapper
CompareWithAction. selectedContent
Methods in de.loskutov.anyedit.actions.compare with parameters of type ContentWrapper Modifier and Type Method Description protected StreamContent
CompareWithAction. createContent(ContentWrapper content)
protected static StreamContent
CompareWithAction. createContentFromFile(ContentWrapper content)
static org.eclipse.ui.dialogs.ListDialog
CompareWithEditorAction. createSelectionDialog(AbstractEditor myEditor, ContentWrapper selectedContent, java.lang.String message)
Constructors in de.loskutov.anyedit.actions.compare with parameters of type ContentWrapper Constructor Description EditorsContentProvider(AbstractEditor myEditor, ContentWrapper selectedContent)
-
Uses of ContentWrapper in de.loskutov.anyedit.actions.replace
Fields in de.loskutov.anyedit.actions.replace declared as ContentWrapper Modifier and Type Field Description protected ContentWrapper
ReplaceWithAction. selectedContent
Methods in de.loskutov.anyedit.actions.replace with parameters of type ContentWrapper Modifier and Type Method Description private void
ReplaceWithAction. replace(ContentWrapper content, java.io.InputStream stream)
private void
ReplaceWithAction. saveExternalFile(ContentWrapper content, java.io.InputStream stream)
-
Uses of ContentWrapper in de.loskutov.anyedit.compare
Fields in de.loskutov.anyedit.compare declared as ContentWrapper Modifier and Type Field Description private ContentWrapper
ExternalFileStreamContent. content
private ContentWrapper
FileStreamContent. content
private ContentWrapper
TextStreamContent. content
Methods in de.loskutov.anyedit.compare that return ContentWrapper Modifier and Type Method Description static ContentWrapper
ContentWrapper. create(AbstractEditor editor1)
static ContentWrapper
ContentWrapper. create(java.lang.Object element)
ContentWrapper
ContentWrapper. recreate()
Constructors in de.loskutov.anyedit.compare with parameters of type ContentWrapper Constructor Description ExternalFileStreamContent(ContentWrapper content)
FileStreamContent(ContentWrapper content)
TextStreamContent(ContentWrapper content, AbstractEditor editor)
TextStreamContent(ContentWrapper content, AbstractEditor editor, java.lang.String selectedText, org.eclipse.jface.text.Position position)
-