Package com.portal.app.cc
Class PRefreshAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PRefreshAction
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Action
Causes the currently viewed account to be refreshed
- Version:
- %version: 2 % %date_modified: Mon Aug 13 08:49:53 2001 %
- Author:
- kapono
- 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 PRfreshActionCreates a new PRfreshAction -
Method Summary
Modifier and TypeMethodDescriptionvoid
Action performed handler.void
Internal listener for changes to the current account.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
-
PRefreshAction
public PRefreshAction()Creates a new PRfreshAction -
PRefreshAction
Creates a new PRfreshAction- Parameters:
comp
- The base component
-
-
Method Details
-
actionPerformed
Action performed handler.- Specified by:
actionPerformed
in interfaceActionListener
-
propertyChange
Internal listener for changes to the current account. Takes care of adding a new entry to represent the new current account.
This also listens for properties indicating an account is being closed and removes that account from the navigation list.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
The
- property change event
-