Uses of Interface
project35.desktopDeployment.NavigationView

Packages that use NavigationView
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.io This package contains classes that manage most of the features for reading and writing data to file. 
project35.soa.alerts The Project35 Alerts system is based on the concept of an Alert, which is a collection of matching criteria associated with an intent such as an error, a warning, a request for communication or a desire to post a bulletin. 
project35.tabletDeployment   
 

Uses of NavigationView in project35.desktopDeployment
 

Classes in project35.desktopDeployment that implement NavigationView
 class NavigationTree
          Does management of tree nodes.
 

Uses of NavigationView in project35.io
 

Methods in project35.io with parameters of type NavigationView
 void RecordModelViewCoordinator.assignChangeListeners(RecordNameProvider recordNameProvider, NavigationView navigationView)
          this method developed to only do assignment of change listeners It is used in cases where the NavigationView isn't necessarily a tree with nodes - eg.: RecordStack in TabletProject35
 void RecordModelViewCoordinator.createNodesForModels(RecordNameProvider recordNameProvider, NavigationTreeNode parentNode, NavigationView navigationView)
           
 void RecordModelViewCoordinator.read(RecordModel recordModel, NavigationView navigationView)
           
 

Uses of NavigationView in project35.soa.alerts
 

Methods in project35.soa.alerts with parameters of type NavigationView
 void AlertsDialog.setNavigationView(NavigationView navigationView)
           
 

Uses of NavigationView in project35.tabletDeployment
 

Classes in project35.tabletDeployment that implement NavigationView
 class RecordStack
          Tablet Project35's equivalent of the NavigationTree part of the normal Project35 dialog.