Uses of Class
org.peace_tools.workspace.JobList

Packages that use JobList
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of JobList in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as JobList
private  JobList Workspace.jobList
          The list of Job classes that have been configured for use in this work space.
 

Methods in org.peace_tools.workspace that return JobList
static JobList JobList.create(org.w3c.dom.Element jobListNode)
          Helper method to utilize data from a DOM tree to create a suitable JobList entry.
 JobList Workspace.getJobList()
          Obtain the JobList that encapsulates the list of Jobs that have been configured in this workspace.