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

Packages that use AbstractUserInterface
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 AbstractUserInterface in com.sun.electric
 

Subclasses of AbstractUserInterface in com.sun.electric
static class Main.UserInterfaceDummy
           
 

Uses of AbstractUserInterface in com.sun.electric.tool
 

Methods in com.sun.electric.tool that return AbstractUserInterface
static AbstractUserInterface Job.getExtendedUserInterface()
          Low-level method.
 

Methods in com.sun.electric.tool with parameters of type AbstractUserInterface
static void Job.initJobManager(int numThreads, java.lang.String loggingFilePath, int socketPort, AbstractUserInterface ui, Job initDatabaseJob)
           
static void Job.pipeClient(java.lang.Process process, AbstractUserInterface ui, Job initDatabaseJob, boolean skipOneLine)
           
static void Job.socketClient(java.lang.String serverMachineName, int socketPort, AbstractUserInterface ui, Job initDatabaseJob)
           
 

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

Subclasses of AbstractUserInterface in com.sun.electric.tool.user
 class UserInterfaceMain
          Class to build the UserInterface for the main GUI version of the user interface.