Uses of Interface
org.telscenter.pas.service.INavigationService

Packages that use INavigationService
org.telscenter.pas.service Standard services of the TELS Framework. 
org.telscenter.pas.steps Canonical WISE step types. 
org.telscenter.pas.ui.dialog   
 

Uses of INavigationService in org.telscenter.pas.service
 

Classes in org.telscenter.pas.service that implement INavigationService
 class NavigationService
           
 

Fields in org.telscenter.pas.service declared as INavigationService
protected  INavigationService NavigateAction.navigationService
           
 

Methods in org.telscenter.pas.service that return INavigationService
 INavigationService PasProjectServiceProvider.getNavigationService()
           
 

Methods in org.telscenter.pas.service with parameters of type INavigationService
 void PasProjectServiceProvider.setNavigationService(INavigationService navigationService)
           
 

Constructors in org.telscenter.pas.service with parameters of type INavigationService
NavigateAction(PasStep step, INavigationService navigationService, PasProjectNavigationTaskPanel nav)
           
NavigateAction(java.lang.String name, INavigationService navigationService)
           
WorkReportService(PasProject pasProject, INavigationService navigationService)
           
 

Uses of INavigationService in org.telscenter.pas.steps
 

Methods in org.telscenter.pas.steps that return INavigationService
 INavigationService ChallengeQuestion.getNavigationService()
           
 

Methods in org.telscenter.pas.steps with parameters of type INavigationService
 void ChallengeQuestion.setNavigationService(INavigationService navigationService)
           
 

Constructors in org.telscenter.pas.steps with parameters of type INavigationService
ShowAllWorkStep(PasProject project, INavigationService navigationService)
           
 

Uses of INavigationService in org.telscenter.pas.ui.dialog
 

Fields in org.telscenter.pas.ui.dialog declared as INavigationService
protected  INavigationService PasShowReportsDialogUI.navigationService
           
 

Constructors in org.telscenter.pas.ui.dialog with parameters of type INavigationService
PasShowReportsDialogUI(PasProject pasProject, INavigationService navigationService)
           
 



Copyright © 2004-2008 TELS Center. All Rights Reserved.