Package javax.help
Class PrintAction
- java.lang.Object
-
- javax.help.AbstractHelpAction
-
- javax.help.PrintAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.beans.PropertyChangeListener
,java.util.EventListener
,HelpAction
public class PrintAction extends AbstractHelpAction implements java.beans.PropertyChangeListener, java.awt.event.ActionListener
-
-
Constructor Summary
Constructors Constructor Description PrintAction(java.lang.Object control)
Creates new BackAction
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent event)
void
propertyChange(java.beans.PropertyChangeEvent evt)
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
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
- Parameters:
evt
- A PropertyChangeEvent object describing the event source and the property that has changed.
-
-