org.telscenter.pas.ui.beans.issueReporter.actions
Class ReportIssueAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.telscenter.pas.steps.actions.DialogSaveAction
          extended by org.telscenter.pas.ui.beans.issueReporter.actions.ReportIssueAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class ReportIssueAction
extends DialogSaveAction

See Also:
Serialized Form

Field Summary
protected  Issue currentIssue
           
 
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
ReportIssueAction(javax.swing.ImageIcon imageIcon)
           
ReportIssueAction(IssueUI issueUI)
           
ReportIssueAction(java.lang.String string, IssueUI issueUI)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void makeIssue()
           
 boolean submitIssueEmail()
           
 
Methods inherited from class org.telscenter.pas.steps.actions.DialogSaveAction
hideRootDialog
 
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
 

Field Detail

currentIssue

protected Issue currentIssue
Constructor Detail

ReportIssueAction

public ReportIssueAction(javax.swing.ImageIcon imageIcon)

ReportIssueAction

public ReportIssueAction(java.lang.String string,
                         IssueUI issueUI)

ReportIssueAction

public ReportIssueAction(IssueUI issueUI)
Method Detail

actionPerformed

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

makeIssue

public void makeIssue()

submitIssueEmail

public boolean submitIssueEmail()


Copyright © 2004-2008 TELS Center. All Rights Reserved.