Uses of Class
net.sourceforge.jiu.apps.OperationProcessor
Packages that use OperationProcessor
-
Uses of OperationProcessor in net.sourceforge.jiu.gui.awt
Subclasses of OperationProcessor in net.sourceforge.jiu.gui.awtModifier and TypeClassDescriptionclass
Performs operations specified by parent classOperationProcessor
, uses various AWT dialogs to get parameters from user in a GUI application.Methods in net.sourceforge.jiu.gui.awt with parameters of type OperationProcessorModifier and TypeMethodDescriptionvoid
AwtMenuWrapper.updateEnabled
(OperationProcessor op) Changes the enabled status of all MenuItem objects using the argument OperationProcessor object (more precisely, its isAvailable(int) method).