Package org.apache.batik.apps.svgbrowser
Class JSVGViewerFrame.FullScreenAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction
-
- 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.FullScreenAction extends javax.swing.AbstractAction
To display the document full screen- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FullScreenAction()
-
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
-
-