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.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
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 | Field and Description |
---|---|
Job.Type |
EJob.jobType
type of job (change or examine)
|
Job.Type |
Client.EJobEvent.jobType |
Modifier and Type | Method and Description |
---|---|
static Job.Type |
Job.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Job.Type[] |
Job.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
DialogJob(java.lang.String jobName,
Job.Type jobType) |
EJob(Client connection,
int jobId,
Job.Type jobType,
java.lang.String jobName,
byte[] bytes)
Creates a new instance of EJob
|
Job(java.lang.String jobName,
Tool tool,
Job.Type jobType,
Cell upCell,
Cell downCell,
Job.Priority priority)
Constructor creates a new instance of Job.
|
Modifier and Type | Method and Description |
---|---|
static void |
MimicStitch.mimicOneArc(ArcInst ai1,
int end1,
ArcInst ai2,
int end2,
double oWidth,
ArcProto oProto,
double prefX,
double prefY,
boolean forced,
Job.Type method,
EditingPreferences ep,
MimicStitch.MimicOptions prefs,
Job theJob)
Method to do mimic stitching.
|
Modifier and Type | Method and Description |
---|---|
static void |
ActivityLogger.logJobStarted(java.lang.String jobName,
Job.Type jobType,
Cell cell,
java.util.List<Highlight> savedHighlights,
java.awt.geom.Point2D savedHighlightsOffset)
Log a Job.
|
protected void |
UserInterfaceMain.terminateJob(Job.Key jobKey,
java.lang.String jobName,
Tool tool,
Job.Type jobType,
byte[] serializedJob,
boolean doItOk,
byte[] serializedResult,
Snapshot newSnapshot) |