Package | Description |
---|---|
net.sourceforge.jiu.apps | |
net.sourceforge.jiu.gui.awt |
Modifier and Type | Class | 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 | Description |
---|---|---|
class |
AwtOperationProcessor |
Performs operations specified by parent class
OperationProcessor ,
uses various AWT dialogs to get parameters from user in a GUI application. |