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

Packages that use Job.Mode
com.sun.electric.tool Package for all synthesis and analysis tools. 
 

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

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

Methods in com.sun.electric.tool with parameters of type Job.Mode
static void Job.setThreadMode(Job.Mode mode, AbstractUserInterface userInterface)