Package javax.help
Class PrintSetupAction
java.lang.Object
javax.help.AbstractHelpAction
javax.help.PrintSetupAction
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,EventListener
,HelpAction
public class PrintSetupAction
extends AbstractHelpAction
implements PropertyChangeListener, ActionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(ActionEvent event) void
This method gets called when a bound property is changed.Methods inherited from class javax.help.AbstractHelpAction
addPropertyChangeListener, firePropertyChange, getControl, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PrintSetupAction
Creates new BackAction
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
propertyChange
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
evt
- A PropertyChangeEvent object describing the event source and the property that has changed.
-