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 ContentWrapperCompareWithAction. selectedContentMethods in de.loskutov.anyedit.actions.compare with parameters of type ContentWrapper Modifier and Type Method Description protected StreamContentCompareWithAction. createContent(ContentWrapper content)protected static StreamContentCompareWithAction. createContentFromFile(ContentWrapper content)static org.eclipse.ui.dialogs.ListDialogCompareWithEditorAction. 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 ContentWrapperReplaceWithAction. selectedContentMethods in de.loskutov.anyedit.actions.replace with parameters of type ContentWrapper Modifier and Type Method Description private voidReplaceWithAction. replace(ContentWrapper content, java.io.InputStream stream)private voidReplaceWithAction. 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 ContentWrapperExternalFileStreamContent. contentprivate ContentWrapperFileStreamContent. contentprivate ContentWrapperTextStreamContent. contentMethods in de.loskutov.anyedit.compare that return ContentWrapper Modifier and Type Method Description static ContentWrapperContentWrapper. create(AbstractEditor editor1)static ContentWrapperContentWrapper. create(java.lang.Object element)ContentWrapperContentWrapper. 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)
-