Uses of Class
project35.desktopDeployment.RecordView

Packages that use RecordView
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.tabletDeployment   
 

Uses of RecordView in project35.desktopDeployment
 

Fields in project35.desktopDeployment declared as RecordView
protected  RecordView Project35Menu.recordView
           
protected  RecordView MenuActionListener.recordView
           
 

Methods in project35.desktopDeployment that return RecordView
 RecordView Project35Dialog.getRecordView()
           
 

Methods in project35.desktopDeployment with parameters of type RecordView
 void TreeSelectionEventManager.setRecordView(RecordView recordView)
           
 void NavigationTree.setRecordView(RecordView recordView)
           
 

Constructors in project35.desktopDeployment with parameters of type RecordView
MenuActionListener(Project35Dialog parentDialog, NavigationTree navigationTree, RecordView recordView)
           
 

Uses of RecordView in project35.tabletDeployment
 

Methods in project35.tabletDeployment that return RecordView
 RecordView DataEntryPanel.getRecordView()
           
 

Methods in project35.tabletDeployment with parameters of type RecordView
 void RecordStack.setRecordView(RecordView recordView)