Package xj3d.browser
Class HelpAction
java.lang.Object
javax.swing.AbstractAction
xj3d.browser.HelpAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
An action that can be used to view an HTML help set
- Version:
- $Revision: 1.2 $
- Author:
- Alan Hudson
- See Also:
-
Field Summary
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
ConstructorsConstructorDescriptionHelpAction
(boolean standAlone, Icon icon, org.j3d.util.ErrorReporter console) Create an instance of the action class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
An action has been performed.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
HelpAction
Create an instance of the action class.- Parameters:
standAlone
- Is this standalone or in a menuicon
- The iconconsole
- the ErrorReporter for this UI
-
-
Method Details
-
actionPerformed
An action has been performed.- Parameters:
evt
- The event that caused this method to be called.
-