public final class PatchCompareView extends java.lang.Object implements CompareView
| Constructor and Description |
|---|
PatchCompareView(CompareMode compareMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of the view, tidy up and shutdown
|
java.awt.Component |
getGUI()
Get the GUI for this compare view.
|
CompareModel |
getModel()
Get the model for this view.
|
void |
setModel(CompareModel compareModel)
Set the model for this view.
|
public PatchCompareView(CompareMode compareMode)
public void setModel(CompareModel compareModel)
CompareViewsetModel in interface CompareViewcompareModel - the compare model to render in this view.public CompareModel getModel()
CompareViewgetModel in interface CompareViewpublic java.awt.Component getGUI()
CompareViewgetGUI in interface CompareViewpublic void dispose()
CompareViewdispose in interface CompareView