Uses of Interface
net.sourceforge.jiu.apps.MenuIndexConstants
-
Packages that use MenuIndexConstants Package Description net.sourceforge.jiu.apps net.sourceforge.jiu.gui.awt -
-
Uses of MenuIndexConstants in net.sourceforge.jiu.apps
Classes in net.sourceforge.jiu.apps that implement MenuIndexConstants 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 anEditorState
. -
Uses of MenuIndexConstants in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement MenuIndexConstants Modifier and Type Class Description class
AwtOperationProcessor
Performs operations specified by parent classOperationProcessor
, uses various AWT dialogs to get parameters from user in a GUI application.
-