Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
Main.UserInterfaceDummy |
Modifier and Type | Method and Description |
---|---|
static AbstractUserInterface |
Job.getExtendedUserInterface()
Low-level method.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
UserInterfaceMain
Class to build the UserInterface for the main GUI version of the user interface.
|