|
||||||||||
| 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.application.AbstractPreferencesPanel
adams.gui.application.EmailSetupPanel
public class EmailSetupPanel
Panel for configuring the system-wide Email settings.
| 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 JCheckBox |
m_CheckBoxEnabled
Whether to enable email support. |
protected JCheckBox |
m_CheckBoxShowPassword
Whether to show the password. |
protected JCheckBox |
m_CheckBoxSmtpRequiresAuthentication
Whether the SMTP server requires authentication. |
protected JCheckBox |
m_CheckBoxSmtpStartTLS
Whether to start TLS. |
protected ParameterPanel |
m_PanelParameters
the parameters. |
protected JSpinner |
m_SpinnerSmtpPort
the SMTP port. |
protected JSpinner |
m_SpinnerSmtpTimeout
the SMTP timeout. |
protected JTextField |
m_TextDefaultFromAddress
the default FROM address. |
protected BaseTextChooserPanel |
m_TextDefaultSignature
the default signature. |
protected JPasswordField |
m_TextSmtpPassword
the SMTP password. |
protected JTextField |
m_TextSmtpServer
the SMTP host. |
protected JTextField |
m_TextSmtpUser
the SMTP user. |
| 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 | |
|---|---|
EmailSetupPanel()
|
|
| Method Summary | |
|---|---|
String |
activate()
Activates the email setup. |
String |
getTitle()
The title of the preference panel. |
protected void |
initGUI()
Initializes the members. |
boolean |
requiresWrapper()
Returns whether the panel requires a wrapper scrollpane/panel for display. |
protected Properties |
toProperties()
Turns the parameters in the GUI into a properties object. |
| Methods inherited from class adams.gui.application.AbstractPreferencesPanel |
|---|
compareTo, equals, getPanels |
| Methods inherited from class adams.gui.core.BasePanel |
|---|
afterHide, afterShow, beforeHide, beforeShow, closeParent, finishInit, getParentChild, getParentDialog, getParentFrame, getParentInternalFrame, getParentTitle, initialize, main, setParentTitle, setVisible |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ParameterPanel m_PanelParameters
protected JCheckBox m_CheckBoxEnabled
protected JTextField m_TextSmtpServer
protected JSpinner m_SpinnerSmtpPort
protected JSpinner m_SpinnerSmtpTimeout
protected JCheckBox m_CheckBoxSmtpRequiresAuthentication
protected JCheckBox m_CheckBoxSmtpStartTLS
protected JTextField m_TextSmtpUser
protected JPasswordField m_TextSmtpPassword
protected JCheckBox m_CheckBoxShowPassword
protected JTextField m_TextDefaultFromAddress
protected BaseTextChooserPanel m_TextDefaultSignature
| Constructor Detail |
|---|
public EmailSetupPanel()
| Method Detail |
|---|
protected void initGUI()
initGUI in class BasePanelprotected Properties toProperties()
public String getTitle()
getTitle in interface PreferencesPanelgetTitle in class AbstractPreferencesPanelpublic boolean requiresWrapper()
requiresWrapper in interface PreferencesPanelrequiresWrapper in class AbstractPreferencesPanelpublic String activate()
activate in interface PreferencesPanelactivate in class AbstractPreferencesPanel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||