Uses of Class
view.DataView

Packages that use DataView
controller   
 

Uses of DataView in controller
 

Fields in controller declared as DataView
private  DataView DataHandler.view_
          The data view
 

Methods in controller with parameters of type DataView
 void IDataHandler.setView(DataView view)
          Sets the controller reference to the logical view.
 void DataHandler.setView(DataView view)