Package com.portal.app.cc
Class PToggleAcctNavAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.bas.PBASToggleAction
com.portal.app.cc.PToggleAcctNavAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
An action that will toggle the Account navigator enabled property.
- See Also:
-
Field Summary
Fields 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_LABEL
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields 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 action handler to toggle the Account Navigator enabled property. -
Method Summary
Modifier and TypeMethodDescriptionvoid
The ActionPerfomed handler that toggles accout navigator view property.Methods inherited from class com.portal.bas.PBASToggleAction
getState, setState
Methods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PToggleAcctNavAction
Creates a new action handler to toggle the Account Navigator enabled property.- Parameters:
comp
- PClientComponent
-
-
Method Details
-
actionPerformed
The ActionPerfomed handler that toggles accout navigator view property.- Specified by:
actionPerformed
in interfaceActionListener
- Overrides:
actionPerformed
in classPBASToggleAction
- Parameters:
e
- The ActionEvent
-