public interface IContentViewerInput
extends org.eclipse.core.runtime.IAdaptable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAdapter(java.lang.Class adapter)
Will retrieve the data associated with this input.
|
boolean |
isShowAll()
Determines if the entire file content is to be shown, or false if
only a part of the file related to the currently selected item in the
StructureViewer to be displayed.
|
boolean |
isShowNothing()
Determines if nothing (NullViewer) has to be shown in the ContentViewer.
|
boolean isShowAll()
boolean isShowNothing()
java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable