JClass DesktopViews 6.3.0 API
Documentation

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

Nested Class Summary
 
Nested classes inherited from class com.klg.jclass.util.swing.JCAction
JCAction.ActionButton, JCAction.ActionMenu, JCAction.ActionMenuItem, JCAction.Value
 
Field Summary
 
Fields inherited from class com.klg.jclass.util.swing.JCAction
ACCELERATOR, DEFAULT, enabled, LONG_DESCRIPTION, MNEMONIC, name, NAME, property, SHORT_DESCRIPTION, SMALL_ICON, values
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, MNEMONIC_KEY
 
Constructor Summary
BaseWizardPage.NextAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class com.klg.jclass.util.swing.JCAction
addPropertyChangeListener, createButton, createButton, createMenu, createMenuItem, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseWizardPage.NextAction

public BaseWizardPage.NextAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

Copyright © 2004 Quest Software Inc..
All rights reserved.