Package de.loskutov.anyedit.compare
Interface StreamContent
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.compare.structuremergeviewer.IStructureComparator
,org.eclipse.compare.ITypedElement
- All Known Implementing Classes:
ClipboardStreamContent
,ExternalFileStreamContent
,FileStreamContent
,TextStreamContent
public interface StreamContent extends org.eclipse.compare.ITypedElement, org.eclipse.core.runtime.IAdaptable, org.eclipse.compare.structuremergeviewer.IStructureComparator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
commitChanges(org.eclipse.core.runtime.IProgressMonitor pm)
void
dispose()
java.lang.String
getFullName()
void
init(AnyeditCompareInput input)
boolean
isDirty()
boolean
isDisposed()
StreamContent
recreate()
void
setDirty(boolean dirty)
-
-
-
Method Detail
-
isDirty
boolean isDirty()
-
setDirty
void setDirty(boolean dirty)
-
commitChanges
boolean commitChanges(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException
- Throws:
org.eclipse.core.runtime.CoreException
-
dispose
void dispose()
-
init
void init(AnyeditCompareInput input)
-
recreate
StreamContent recreate()
-
isDisposed
boolean isDisposed()
-
getFullName
java.lang.String getFullName()
-
-