| Package | Description |
|---|---|
| net.sourceforge.jiu.apps | |
| net.sourceforge.jiu.gui.awt | |
| net.sourceforge.jiu.ops |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EditorState.addProgressListener(ProgressListener pl) |
Adds the argument progress listener to the internal list of progress
listeners to be notified by progress updates.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JiuAwtFrame |
The frame class for the AWT demo program
jiuawt. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Operation.addProgressListener(ProgressListener progressListener) |
Adds the argument progress listener to the internal list of
progress listeners.
|
void |
Operation.removeProgressListener(ProgressListener progressListener) |
Removes the argument progress listener from the internal list of
progress listeners.
|