com.klg.jclass.swing
Class BaseWizardPage.PreviousAction
java.lang.Object
|
+--com.klg.jclass.util.swing.JCAction
|
+--com.klg.jclass.swing.BaseWizardPage.PreviousAction
- All Implemented Interfaces:
- Action, ActionListener, EventListener, Serializable
- Enclosing class:
- BaseWizardPage
- protected class BaseWizardPage.PreviousAction
- extends JCAction
- implements Serializable
Class to handle Previous
actions.
- See Also:
- Serialized Form
Fields inherited from class com.klg.jclass.util.swing.JCAction |
ACCELERATOR, DEFAULT, enabled, LONG_DESCRIPTION, MNEMONIC, name, NAME, property, SHORT_DESCRIPTION, SMALL_ICON, values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseWizardPage.PreviousAction
public BaseWizardPage.PreviousAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener