org.owasp.webscarab.ui.swing
Class ShowConversationAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.owasp.webscarab.ui.swing.ShowConversationAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class ShowConversationAction
extends javax.swing.AbstractAction

Author:
knoppix
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ShowConversationAction(ConversationModel model)
          Creates a new instance of ShowConversationAction
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void putValue(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowConversationAction

public ShowConversationAction(ConversationModel model)
Creates a new instance of ShowConversationAction

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

putValue

public void putValue(java.lang.String key,
                     java.lang.Object value)
Specified by:
putValue in interface javax.swing.Action
Overrides:
putValue in class javax.swing.AbstractAction