Uses of Class
project35.desktopDeployment.NavigationTree

Packages that use NavigationTree
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
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. 
 

Uses of NavigationTree in project35.desktopDeployment
 

Fields in project35.desktopDeployment declared as NavigationTree
protected  NavigationTree Project35Menu.navigationTree
           
protected  NavigationTree MenuActionListener.navigationTree
           
 

Methods in project35.desktopDeployment that return NavigationTree
 NavigationTree Project35Dialog.getNavigationTree()
           
 NavigationTree Project35Dialog.getTree()
           
 

Constructors in project35.desktopDeployment with parameters of type NavigationTree
MenuActionListener(Project35Dialog parentDialog, NavigationTree navigationTree, RecordView recordView)
           
NavigationTreePanel(Project35FormContext project35FormContext, NavigationTree navigationTree)
           
ShowDependenciesDialog(Project35UIFactory project35UIFactory, NavigationTree navigationTree)
           
TreeSelectionEventManager(NavigationTree navigationTree, java.util.ArrayList changeListeners)
           
 

Uses of NavigationTree in project35.soa.alerts
 

Methods in project35.soa.alerts with parameters of type NavigationTree
 void SearchDialog.setNavigationTree(NavigationTree navigationTree)