Package | Description |
---|---|
com.sun.electric.tool.cvspm |
Package for the CVS tool which synchronizes circuitry using source-code control.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Class and Description |
---|---|
class |
ModalCommandDialog |
Modifier and Type | Class and Description |
---|---|
class |
ExecMulti
Run multiple external processes in sequence (serial).
|
Modifier and Type | Method and Description |
---|---|
void |
Exec.addFinishedListener(Exec.FinishedListener a)
Add a Exec.FinishedListener
|
void |
ExecMulti.addFinishedListener(Exec.FinishedListener a)
Add a Exec.FinishedListener
|
void |
Exec.removeFinishedListener(Exec.FinishedListener a)
Remove a Exec.FinishedListener
|
void |
ExecMulti.removeFinishedListener(Exec.FinishedListener a)
Remove a Exec.FinishedListener
|
Modifier and Type | Class and Description |
---|---|
class |
ExecDialog
A Dialog for running and interacting with an external process.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecDialog.addFinishedListener(Exec.FinishedListener l)
Do this before calling startProcess().
|
void |
ExecDialog.removeFinishedListener(Exec.FinishedListener l) |