Package javax.help

Class PrintSetupAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener, HelpAction

    public class PrintSetupAction
    extends AbstractHelpAction
    implements java.beans.PropertyChangeListener, java.awt.event.ActionListener
    • Constructor Detail

      • PrintSetupAction

        public PrintSetupAction​(java.lang.Object control)
        Creates new BackAction
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent event)
        Specified by:
        actionPerformed in interface java.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 interface java.beans.PropertyChangeListener
        Parameters:
        evt - A PropertyChangeEvent object describing the event source and the property that has changed.