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 | Field and Description |
---|---|
private EditorState |
OperationProcessor.state |
Modifier and Type | Method and Description |
---|---|
EditorState |
OperationProcessor.getEditorState()
Returns the EditorState object given to this object's constructor.
|
Constructor and Description |
---|
OperationProcessor(EditorState editorState)
Create an object of this class, storing the state argument for later use.
|
Modifier and Type | Field and Description |
---|---|
private EditorState |
JiuAwtFrame.editor |
Constructor and Description |
---|
AwtOperationProcessor(EditorState editorState,
JiuAwtFrame awtFrame) |
JiuAwtFrame(EditorState editorState)
Create an object of this class, using the argument editor
state.
|