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 StreamContent
CompareWithAction. createContent(ContentWrapper content)
protected static StreamContent
CompareWithAction. createContentFromFile(ContentWrapper content)
protected StreamContent
CompareWithAction. createLeftContent()
protected abstract StreamContent
CompareWithAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithClipboardAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithEditorAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithExternalAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithResourceAction. createRightContent(StreamContent left)
Methods in de.loskutov.anyedit.actions.compare with parameters of type StreamContent Modifier and Type Method Description private void
CompareWithAction. compare(StreamContent left, StreamContent right)
protected abstract StreamContent
CompareWithAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithClipboardAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithEditorAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithExternalAction. createRightContent(StreamContent left)
protected StreamContent
CompareWithResourceAction. 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 class
ClipboardStreamContent
class
ExternalFileStreamContent
Content for external files without document support.class
FileStreamContent
Content for workspace files without document support.class
TextStreamContent
Fields in de.loskutov.anyedit.compare declared as StreamContent Modifier and Type Field Description private StreamContent
EditableSharedDocumentAdapter.SharedDocumentAdapterListener. content
private StreamContent
AnyeditCompareInput. left
private StreamContent
AnyeditCompareInput. right
Methods in de.loskutov.anyedit.compare that return StreamContent Modifier and Type Method Description StreamContent
ClipboardStreamContent. recreate()
StreamContent
ExternalFileStreamContent. recreate()
StreamContent
FileStreamContent. recreate()
StreamContent
StreamContent. recreate()
StreamContent
TextStreamContent. 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)
-