Package com.portal.app.cc
Class PNewConsumerAccountAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PNewAccountAction
com.portal.app.cc.PNewConsumerAccountAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
Action to launch the Create Consumer Account wizard.
- See Also:
-
Field Summary
Fields inherited from class com.portal.app.cc.PNewAccountAction
mCreateAccountWizardFields inherited from class com.portal.bas.PBASAction
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABELFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of a Create Consumer Account action. -
Method Summary
Methods inherited from class com.portal.app.cc.PNewAccountAction
actionPerformed, cancelled, displayWizard, finished, initWizardMethods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenuMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PNewConsumerAccountAction
Creates a new instance of a Create Consumer Account action. It passes "consumeraccount" (which matches a wizard type tag in the properties file) as the resource tag argument to its superclass.- Parameters:
comp- The component this action will create a Consumer Account for
-