Package | Description |
---|---|
net.sourceforge.jiu.apps | |
net.sourceforge.jiu.gui.awt |
Modifier and Type | Field | Description |
---|---|---|
private EditorState |
OperationProcessor.state |
Modifier and Type | Method | Description |
---|---|---|
EditorState |
OperationProcessor.getEditorState() |
Returns the EditorState object given to this object's constructor.
|
Constructor | Description |
---|---|
OperationProcessor(EditorState editorState) |
Create an object of this class, storing the state argument for later use.
|
Modifier and Type | Field | Description |
---|---|---|
private EditorState |
JiuAwtFrame.editor |
Constructor | Description |
---|---|
AwtOperationProcessor(EditorState editorState,
JiuAwtFrame awtFrame) |
|
JiuAwtFrame(EditorState editorState) |
Create an object of this class, using the argument editor
state.
|