|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
adams.gui.core.BasePanel
adams.gui.dialog.DisplayEmailPanel
public class DisplayEmailPanel
Panel for displaying an Email object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| 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 | |
|---|---|
protected Email |
m_Email
the underlying email. |
protected KeyValuePairTableModel |
m_ModelAttachments
the attachments model. |
protected KeyValuePairTableModel |
m_ModelRecipients
the recipients model. |
protected BaseScrollPane |
m_ScrollPaneAttachments
the attachmentss scroll pane. |
protected BaseScrollPane |
m_ScrollPaneRecipients
the recipients scroll pane. |
protected BaseTable |
m_TableAttachments
the attachements. |
protected BaseTable |
m_TableRecipients
the recipients. |
protected BaseTextArea |
m_TextBody
the body. |
protected JTextField |
m_TextSender
the sender. |
protected JTextField |
m_TextSubject
the subject. |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
DisplayEmailPanel()
|
|
| Method Summary | |
|---|---|
protected void |
finishInit()
Finalizes the initialization. |
Email |
getEmail()
Returns the currently set email. |
protected String[] |
getHeaderAttachments()
Returns the strings for the attachments table header. |
protected String[] |
getHeaderRecipients()
Returns the strings for the recipients table header. |
protected void |
initGUI()
Configures the widgets. |
protected void |
initialize()
Initializes the members. |
void |
setEmail(Email value)
Sets the email to display. |
protected void |
update()
Updates the panel with the current email. |
| Methods inherited from class adams.gui.core.BasePanel |
|---|
afterHide, afterShow, beforeHide, beforeShow, closeParent, getParentChild, getParentDialog, getParentFrame, getParentInternalFrame, getParentTitle, main, setParentTitle, setVisible |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Email m_Email
protected JTextField m_TextSender
protected BaseTable m_TableRecipients
protected KeyValuePairTableModel m_ModelRecipients
protected BaseScrollPane m_ScrollPaneRecipients
protected JTextField m_TextSubject
protected BaseTextArea m_TextBody
protected BaseTable m_TableAttachments
protected KeyValuePairTableModel m_ModelAttachments
protected BaseScrollPane m_ScrollPaneAttachments
| Constructor Detail |
|---|
public DisplayEmailPanel()
| Method Detail |
|---|
protected void initialize()
initialize in class BasePanelprotected void initGUI()
initGUI in class BasePanelprotected void finishInit()
finishInit in class BasePanelpublic void setEmail(Email value)
value - the emailpublic Email getEmail()
protected String[] getHeaderRecipients()
protected String[] getHeaderAttachments()
protected void update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||