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

Packages that use Job.Key
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.tool Package for all synthesis and analysis tools. 
com.sun.electric.tool.user.ui   
 

Uses of Job.Key in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable that return Job.Key
 Job.Key UserInterface.getJobKey()
          Method to return Job Key of a currently executed Job.
 

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

Methods in com.sun.electric.tool that return Job.Key
 Job.Key UserInterfaceExec.getJobKey()
          Method to return Job Key of a currently executed Job.
 Job.Key AbstractUserInterface.getJobKey()
           
 Job.Key Job.getKey()
           
 Job.Key Job.Inform.getKey()
           
 Job.Key Client.newJobId(boolean isServer, boolean doItOnServer)
           
static Job.Key Job.Key.read(IdReader reader)
           
 

Uses of Job.Key in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return Job.Key
 Job.Key JobTree.JobTreeNode.getKey()