org.pdfsam.guiclient.business.listeners
Class PrefixMenuActionListener

java.lang.Object
  extended by 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

Field Summary
static java.lang.String INSERT_BASENAME_ACTION
           
static java.lang.String INSERT_BOOKMARK_NAME_ACTION
           
static java.lang.String INSERT_CURRENTPAGE_ACTION
           
static java.lang.String INSERT_FILENUMBER_ACTION
           
static java.lang.String INSERT_TIMESTAMP_ACTION
           
 
Constructor Summary
PrefixMenuActionListener(javax.swing.JTextField textField)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PrefixMenuActionListener

public PrefixMenuActionListener(javax.swing.JTextField textField)
Parameters:
textField -
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener