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.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
protected void |
Main.UserInterfaceDummy.showJobQueue(Job.Inform[] jobQueue) |
Modifier and Type | Field and Description |
---|---|
Job.Inform[] |
Client.JobQueueEvent.jobQueue |
Modifier and Type | Method and Description |
---|---|
Job.Inform |
EJob.getInform() |
Job.Inform |
Job.getInform() |
static Job.Inform |
Job.Inform.read(IdReader reader) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractUserInterface.showJobQueue(Job.Inform[] jobQueue) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserInterfaceMain.showJobQueue(Job.Inform[] jobQueue) |
Modifier and Type | Method and Description |
---|---|
static void |
JobTree.update(java.util.List<Job.Inform> jobs)
Update Job Tree to given list of Jobs.
|