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 TypeClassDescriptionclassPerforms 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 TypeMethodDescriptionvoidAwtMenuWrapper.updateEnabled(OperationProcessor op) Changes the enabled status of all MenuItem objects using the argument OperationProcessor object (more precisely, its isAvailable(int) method).