Package org.eclipse.compare.internal
Class BinaryCompareViewer
java.lang.Object
org.eclipse.jface.viewers.Viewer
org.eclipse.compare.internal.AbstractViewer
org.eclipse.compare.internal.BinaryCompareViewer
- All Implemented Interfaces:
- IInputProvider,- IInputSelectionProvider,- ISelectionProvider
A simple compare viewer for binary files.
 Shows the position of the first non-matching byte.
- 
Field SummaryFields inherited from class org.eclipse.jface.viewers.ViewerWIDGET_DATA_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.compare.internal.AbstractViewergetSelection, refresh, setSelectionMethods inherited from class org.eclipse.jface.viewers.VieweraddHelpListener, addSelectionChangedListener, fireHelpRequested, fireSelectionChanged, getData, handleHelpRequest, inputChanged, removeHelpListener, removeSelectionChangedListener, scrollDown, scrollUp, setData, setSelection
- 
Constructor Details- 
BinaryCompareViewer
 
- 
- 
Method Details- 
getControlDescription copied from class:ViewerReturns the primary control associated with this viewer.- Specified by:
- getControlin class- Viewer
- Returns:
- the SWT control which displays this viewer's content
 
- 
setInputDescription copied from class:ViewerSets or clears the input for this viewer.- Overrides:
- setInputin class- AbstractViewer
- Parameters:
- input- the input of this viewer, or- nullif none
 
- 
getInputDescription copied from interface:IInputProviderReturns the input.- Specified by:
- getInputin interface- IInputProvider
- Overrides:
- getInputin class- AbstractViewer
- Returns:
- the input object
 
 
-