org.pdfsam.guiclient.business.listeners
Class PrefixMenuActionListener
java.lang.Object
org.pdfsam.guiclient.business.listeners.PrefixMenuActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class PrefixMenuActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Listener for the prefix menu actions
- Author:
- Andrea Vacondio
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSERT_BASENAME_ACTION
public static final java.lang.String INSERT_BASENAME_ACTION
- See Also:
- Constant Field Values
INSERT_TIMESTAMP_ACTION
public static final java.lang.String INSERT_TIMESTAMP_ACTION
- See Also:
- Constant Field Values
INSERT_CURRENTPAGE_ACTION
public static final java.lang.String INSERT_CURRENTPAGE_ACTION
- See Also:
- Constant Field Values
INSERT_BOOKMARK_NAME_ACTION
public static final java.lang.String INSERT_BOOKMARK_NAME_ACTION
- See Also:
- Constant Field Values
INSERT_FILENUMBER_ACTION
public static final java.lang.String INSERT_FILENUMBER_ACTION
- See Also:
- Constant Field Values
PrefixMenuActionListener
public PrefixMenuActionListener(javax.swing.JTextField textField)
- Parameters:
textField
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener