|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.compiere.swing.CDialog
org.compiere.apps.EMailDialog
public class EMailDialog
EMail Dialog
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class org.compiere.swing.CDialog |
|---|
ACTION_DISPOSE, s_dialogAction, s_disposeKeyStroke |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
EMailDialog(Dialog owner,
String title,
MUser from,
String to,
String subject,
String message,
File attachment)
EMail Dialog |
|
EMailDialog(Frame owner,
String title,
MUser from,
String to,
String subject,
String message,
File attachment)
EMail Dialog |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listener - Send email |
File |
getAttachment()
Get Attachment |
String |
getCc()
Get CC Address |
MUser |
getFrom()
Get Sender |
String |
getMessage()
Get Message |
String |
getSubject()
Get Subject |
String |
getTo()
Get Address |
void |
set(MUser from,
String to,
String subject,
String message)
Set all properties |
void |
setAttachment(File attachment)
Set Attachment |
void |
setCc(String newCc)
Set CC Address |
void |
setFrom(MUser newFrom)
Set Sender |
void |
setMessage(String newMessage)
Set Message |
void |
setSubject(String newSubject)
Set Subject |
void |
setTo(String newTo)
Set Address |
void |
vetoableChange(PropertyChangeEvent evt)
Vetoable Change - User selected |
| Methods inherited from class org.compiere.swing.CDialog |
|---|
dialogInit, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setTitle |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EMailDialog(Dialog owner,
String title,
MUser from,
String to,
String subject,
String message,
File attachment)
owner - calling windowtitle - titlefrom - fromto - tosubject - subjectmessage - messageattachment - optional attachment
public EMailDialog(Frame owner,
String title,
MUser from,
String to,
String subject,
String message,
File attachment)
owner - calling windowtitle - titlefrom - fromto - tosubject - subjectmessage - messageattachment - optional attachment| Method Detail |
|---|
public void set(MUser from,
String to,
String subject,
String message)
public void setTo(String newTo)
public void setCc(String newCc)
public String getTo()
public String getCc()
public void setFrom(MUser newFrom)
public MUser getFrom()
public void setSubject(String newSubject)
public String getSubject()
public void setMessage(String newMessage)
public String getMessage()
public void setAttachment(File attachment)
public File getAttachment()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListeneractionPerformed in class CDialogActionListener.actionPerformed(java.awt.event.ActionEvent)
public void vetoableChange(PropertyChangeEvent evt)
throws PropertyVetoException
vetoableChange in interface VetoableChangeListenerevt -
PropertyVetoException
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||