Uses of Class
com.sun.electric.tool.Job.Priority

Packages that use Job.Priority
com.sun.electric.tool Package for all synthesis and analysis tools. 
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
 

Uses of Job.Priority in com.sun.electric.tool
 

Methods in com.sun.electric.tool that return Job.Priority
static Job.Priority Job.Priority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Job.Priority[] Job.Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.electric.tool with parameters of type Job.Priority
Job(java.lang.String jobName, Tool tool, Job.Type jobType, Cell upCell, Cell downCell, Job.Priority priority)
          Constructor creates a new instance of Job.
 

Uses of Job.Priority in com.sun.electric.tool.drc
 

Constructors in com.sun.electric.tool.drc with parameters of type Job.Priority
DRC.CheckDRCJob(Cell cell, Listener tool, Job.Priority priority, boolean layout)