Package | Description |
---|---|
net.sourceforge.jiu.gui.awt |
Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit).
|
Modifier and Type | Class and Description |
---|---|
class |
AwtOperationProcessor
Performs operations specified by parent class
OperationProcessor ,
uses various AWT dialogs to get parameters from user in a GUI application. |
Modifier and Type | Method and Description |
---|---|
void |
AwtMenuWrapper.updateEnabled(OperationProcessor op)
Changes the enabled status of all MenuItem objects
using the argument OperationProcessor object (more
precisely, its isAvailable(int) method).
|