public interface CompareView
| 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 model)
Set the model for this view. 
 | 
void setModel(CompareModel model)
model - the compare model to render in this view.java.awt.Component getGUI()
CompareModel getModel()
void dispose()