javax.help

Class PrintAction

Implemented Interfaces:
ActionListener, PropertyChangeListener, HelpAction

public class PrintAction
extends AbstractHelpAction
implements PropertyChangeListener, ActionListener

Constructor Summary

PrintAction(Object control)
Creates new BackAction

Method Summary

void
actionPerformed(ActionEvent event)
void
propertyChange(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

Constructor Details

PrintAction

public PrintAction(Object control)
Creates new BackAction

Method Details

actionPerformed

public void actionPerformed(ActionEvent event)

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.