Uses of Class
net.sourceforge.jiu.apps.EditorState
Packages that use EditorState
-
Uses of EditorState in net.sourceforge.jiu.apps
Fields in net.sourceforge.jiu.apps declared as EditorStateMethods in net.sourceforge.jiu.apps that return EditorStateModifier and TypeMethodDescriptionOperationProcessor.getEditorState()
Returns the EditorState object given to this object's constructor.Constructors in net.sourceforge.jiu.apps with parameters of type EditorStateModifierConstructorDescriptionOperationProcessor
(EditorState editorState) Create an object of this class, storing the state argument for later use. -
Uses of EditorState in net.sourceforge.jiu.gui.awt
Fields in net.sourceforge.jiu.gui.awt declared as EditorStateConstructors in net.sourceforge.jiu.gui.awt with parameters of type EditorStateModifierConstructorDescriptionAwtOperationProcessor
(EditorState editorState, JiuAwtFrame awtFrame) JiuAwtFrame
(EditorState editorState) Create an object of this class, using the argument editor state.