Package | Description |
---|---|
com.sun.electric |
Package for all of Electric.
|
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 |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
protected void |
Main.UserInterfaceDummy.terminateJob(Job.Key jobKey,
java.lang.String jobName,
Tool tool,
Job.Type jobType,
byte[] serializedJob,
boolean doItOk,
byte[] serializedResult,
Snapshot newSnapshot) |
Modifier and Type | Method and Description |
---|---|
Job.Key |
UserInterface.getJobKey()
Method to return Job Key of a currently executed Job.
|
Modifier and Type | Field and Description |
---|---|
Job.Key |
Client.EJobEvent.jobKey |
Modifier and Type | Method and Description |
---|---|
Job.Key |
UserInterfaceInitial.getJobKey() |
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) |
Modifier and Type | Method and Description |
---|---|
protected EJob |
AbstractUserInterface.removeProcessingEJob(Job.Key jobKey) |
protected abstract void |
AbstractUserInterface.terminateJob(Job.Key jobKey,
java.lang.String jobName,
Tool tool,
Job.Type jobType,
byte[] serializedJob,
boolean doItOk,
byte[] serializedResult,
Snapshot newSnapshot) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserInterfaceMain.terminateJob(Job.Key jobKey,
java.lang.String jobName,
Tool tool,
Job.Type jobType,
byte[] serializedJob,
boolean doItOk,
byte[] serializedResult,
Snapshot newSnapshot) |
Modifier and Type | Method and Description |
---|---|
Job.Key |
JobTree.JobTreeNode.getKey() |