com.klg.jclass.swing
Class BaseWizardPage.NextAction
java.lang.Object
|
+--com.klg.jclass.util.swing.JCAction
|
+--com.klg.jclass.swing.BaseWizardPage.NextAction
- All Implemented Interfaces:
- Action, ActionListener, EventListener, Serializable
- Enclosing class:
- BaseWizardPage
- protected class BaseWizardPage.NextAction
- extends JCAction
- implements Serializable
Class to handle Next
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.NextAction
public BaseWizardPage.NextAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener