Package org.apache.batik.apps.svgbrowser
Class JSVGViewerFrame.PrintAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- JSVGViewerFrame
public class JSVGViewerFrame.PrintAction extends javax.swing.AbstractAction
To print the current document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrintAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-