Uses of Interface
de.loskutov.anyedit.compare.StreamContent
-
Packages that use StreamContent Package Description de.loskutov.anyedit.actions.compare de.loskutov.anyedit.compare -
-
Uses of StreamContent in de.loskutov.anyedit.actions.compare
Methods in de.loskutov.anyedit.actions.compare that return StreamContent Modifier and Type Method Description protected StreamContentCompareWithAction. createContent(ContentWrapper content)protected static StreamContentCompareWithAction. createContentFromFile(ContentWrapper content)protected StreamContentCompareWithAction. createLeftContent()protected abstract StreamContentCompareWithAction. createRightContent(StreamContent left)protected StreamContentCompareWithClipboardAction. createRightContent(StreamContent left)protected StreamContentCompareWithEditorAction. createRightContent(StreamContent left)protected StreamContentCompareWithExternalAction. createRightContent(StreamContent left)protected StreamContentCompareWithResourceAction. createRightContent(StreamContent left)Methods in de.loskutov.anyedit.actions.compare with parameters of type StreamContent Modifier and Type Method Description private voidCompareWithAction. compare(StreamContent left, StreamContent right)protected abstract StreamContentCompareWithAction. createRightContent(StreamContent left)protected StreamContentCompareWithClipboardAction. createRightContent(StreamContent left)protected StreamContentCompareWithEditorAction. createRightContent(StreamContent left)protected StreamContentCompareWithExternalAction. createRightContent(StreamContent left)protected StreamContentCompareWithResourceAction. createRightContent(StreamContent left) -
Uses of StreamContent in de.loskutov.anyedit.compare
Classes in de.loskutov.anyedit.compare that implement StreamContent Modifier and Type Class Description classClipboardStreamContentclassExternalFileStreamContentContent for external files without document support.classFileStreamContentContent for workspace files without document support.classTextStreamContentFields in de.loskutov.anyedit.compare declared as StreamContent Modifier and Type Field Description private StreamContentEditableSharedDocumentAdapter.SharedDocumentAdapterListener. contentprivate StreamContentAnyeditCompareInput. leftprivate StreamContentAnyeditCompareInput. rightMethods in de.loskutov.anyedit.compare that return StreamContent Modifier and Type Method Description StreamContentClipboardStreamContent. recreate()StreamContentExternalFileStreamContent. recreate()StreamContentFileStreamContent. recreate()StreamContentStreamContent. recreate()StreamContentTextStreamContent. recreate()create new one with the selection re-created from annotation, if anyConstructors in de.loskutov.anyedit.compare with parameters of type StreamContent Constructor Description AnyeditCompareInput(StreamContent left, StreamContent right)EditableSharedDocumentAdapter(StreamContent content)Create the shared document adapter for the given element.SharedDocumentAdapterListener(StreamContent content)
-