Uses of Class
wt.clients.beans.lifecycle.JITProjectPanel

Packages that use JITProjectPanel
wt.clients.workflow.initiate   
wt.clients.workflow.tasks   
 

Uses of JITProjectPanel in wt.clients.workflow.initiate
 

Fields in wt.clients.workflow.initiate declared as JITProjectPanel
(package private)  JITProjectPanel InitiateWorkflowApplet.teamTemplatePanel
           
 

Methods in wt.clients.workflow.initiate that return JITProjectPanel
private  JITProjectPanel InitiateWorkflowApplet.createTeamTemplate(Object value, int x, int y)
          createTeamTemplate creates an JITProjectPanel in the variablesPanel to select Team Templates.
 

Uses of JITProjectPanel in wt.clients.workflow.tasks
 

Methods in wt.clients.workflow.tasks that return JITProjectPanel
private  JITProjectPanel UpdateTeamVariables.createTeamSelector(Team team, int y)
          createTeam creates an JITProjectPanel in the variablesPanel to select Teams.
private  JITProjectPanel UpdateTeamTemplateVariables.createTeamTemplateSelector(String teamTemplate, int y)
          createTeamTemplate creates an JITProjectPanel in the variablesPanel to select Team Templates.