Uses of Class
com.sun.electric.tool.EJob

Packages that use EJob
com.sun.electric Package for all of Electric. 
com.sun.electric.tool Package for all synthesis and analysis tools. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

Uses of EJob in com.sun.electric
 

Methods in com.sun.electric with parameters of type EJob
protected  void Main.UserInterfaceDummy.terminateJob(EJob ejob)
           
 

Uses of EJob in com.sun.electric.tool
 

Fields in com.sun.electric.tool declared as EJob
 EJob Client.EJobEvent.ejob
           
 

Methods in com.sun.electric.tool with parameters of type EJob
protected abstract  void AbstractUserInterface.terminateJob(EJob ejob)
           
 

Uses of EJob in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user with parameters of type EJob
protected  void UserInterfaceMain.terminateJob(EJob ejob)