Package com.portal.bas.comp
Class PToggleToolTipAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.bas.PBASToggleAction
com.portal.bas.comp.PToggleToolTipAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
PToggleToolTipAction is an action that toggles the
toolTip-enabled property.- Version:
- %version: 6 % %date_modified: Tue Jun 26 15:57:13 2001 %
- Author:
- larrylf
- 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_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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTheActionhandler that toggles thetoolTiptest.Methods inherited from class com.portal.bas.PBASToggleAction
getState, setStateMethods 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
-
PToggleToolTipAction
-
-
Method Details
-
actionPerformed
TheActionhandler that toggles thetoolTiptest.- Specified by:
actionPerformedin interfaceActionListener- Overrides:
actionPerformedin classPBASToggleAction- Parameters:
e- theActionEvent
-