com.japisoft.framework.dialog.report
Class RequestReportingAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bycom.japisoft.framework.dialog.report.BugReportingAction
          extended bycom.japisoft.framework.dialog.report.RequestReportingAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class RequestReportingAction
extends BugReportingAction

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.japisoft.framework.dialog.report.BugReportingAction
dialogTitle, image, type, userInformation
 
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
RequestReportingAction()
           
RequestReportingAction(java.lang.String url)
           
 
Methods inherited from class com.japisoft.framework.dialog.report.BugReportingAction
actionPerformed, getType, getURLReport, getUserInformation, setType, setURLReport, setUserInformation, showDialog
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestReportingAction

public RequestReportingAction(java.lang.String url)
Parameters:
url - remote server for storing user request

RequestReportingAction

public RequestReportingAction()