public interface ISnapshotEditorInput
extends org.eclipse.ui.IEditorInput
Modifier and Type | Interface and Description |
---|---|
static interface |
ISnapshotEditorInput.IChangeListener |
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ISnapshotEditorInput.IChangeListener listener) |
ISnapshot |
getBaseline() |
org.eclipse.core.runtime.IPath |
getPath() |
ISnapshot |
getSnapshot() |
boolean |
hasBaseline() |
boolean |
hasSnapshot() |
void |
removeChangeListener(ISnapshotEditorInput.IChangeListener listener) |
void |
setBaseline(ISnapshot snapshot) |
org.eclipse.core.runtime.IPath getPath()
ISnapshot getSnapshot()
boolean hasSnapshot()
ISnapshot getBaseline()
void setBaseline(ISnapshot snapshot)
boolean hasBaseline()
void addChangeListener(ISnapshotEditorInput.IChangeListener listener)
void removeChangeListener(ISnapshotEditorInput.IChangeListener listener)