swingx
Version 2005-08-19

org.jdesktop.swingx
Class JXErrorDialog.ReportAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.jdesktop.swingx.JXErrorDialog.ReportAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
JXErrorDialog

public class JXErrorDialog.ReportAction
extends AbstractAction

Action for report button

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
JXErrorDialog.ReportAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Object getValue(String key)
           
 boolean isEnabled()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXErrorDialog.ReportAction

public JXErrorDialog.ReportAction()
Method Detail

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface Action
Overrides:
isEnabled in class AbstractAction

actionPerformed

public void actionPerformed(ActionEvent e)

getValue

public Object getValue(String key)
Specified by:
getValue in interface Action
Overrides:
getValue in class AbstractAction

swingx
Version 2005-08-19