Package | Description |
---|---|
net.sourceforge.jiu.apps |
Smaller and larger applications demonstrating how to use JIU.
|
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 |
EditorState
Represents the state of the editor, including image(s), modified flag,
current file name and directories and more.
|
class |
OperationProcessor
Abstract base class for performing JIU operations in combination
with an
EditorState . |
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. |