Package com.portal.app.cc
Class PNotesAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PNotesAction
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Action
Responsible for launching the Notes bean
- See Also:
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionPNotesAction
(PClientComponent comp) Create a new instance of a launch Notes. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Action performed handler.static PNotesPage
Returns the instance of PNotesPagevoid
Implement propertyChange.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
-
Field Details
-
mNotesFrame
protected static com.portal.app.cc.NotesFrame mNotesFrame
-
-
Constructor Details
-
PNotesAction
Create a new instance of a launch Notes.- Parameters:
comp
- The base component
-
-
Method Details
-
actionPerformed
Action performed handler. Called to put the notes up on the screen from the Notes button.- Specified by:
actionPerformed
in interfaceActionListener
-
propertyChange
Implement propertyChange. Listens to account open/close- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
property
- change event
-
getNotesInstance
Returns the instance of PNotesPage- Returns:
- notes instance
-