A C D E G I J L M O P Q S

A

addComponent(Container, Component, int, int, int, int) - Method in class ConfigDialog
Add Component Without a Layout Manager (Absolute Positioning)
addComponent(Container, Component, int, int, int, int) - Method in class MsgDialog
Add Component Without a Layout Manager (Absolute Positioning)
addComponent(Container, Component, int, int, int, int) - Method in class QuickEmailFrame
Add Component Without a Layout Manager (Absolute Positioning)

C

CANCEL - Static variable in class MsgDialog
Constant - MsgDialog answer
ConfigDialog - Class in <Unnamed>
GUI to handle option configuration for QuickEdit.
ConfigDialog(Frame) - Constructor for class ConfigDialog
Only constructor
contentPane - Variable in class ConfigDialog
 
contentPane - Variable in class MsgDialog
Screen component
contentPane - Variable in class QuickEmailFrame
Panel to hold GUI components
createDatFile() - Method in class ConfigDialog
Create and return the config dat file
createDatFile() - Method in class QuickEmailFrame
Create and return the config dat file

D

DEBUG_FLAG - Variable in class QuickEmailFrame
Flag passed into Session for debug info during delivery
debugMsg(String) - Static method in class QETools
If basic debugging is turned on, output the message
decrypt(String) - Static method in class QETools
Decrypt a string to save to file

E

encrypt(String) - Static method in class QETools
Encrypt a string to save to file

G

getAnswer() - Method in class MsgDialog
Retrieve the answer; use after dialog is released by Ok or Cancel action
getDesKeyData() - Static method in class QETools
Generate key base for encryption
getFileReader(String) - Method in class ConfigDialog
Open and return a LineNumberReader for the given filename
getFileReader(String) - Method in class QuickEmailFrame
Open and return a LineNumberReader for the given filename
getInput() - Method in class MsgDialog
Retrieve user input; use after dialog is released by Ok or Cancel action
getNewLocation(Frame) - Static method in class QETools
Determine a reasonable location for a new dialog given the parent it will belong to.
getNewLocation(Dialog) - Static method in class QETools
Determine a reasonable location for a new dialog given the parent it will belong to.
getPasswordAuthentication() - Method in class QEAuthenticator
Retrieved the password authentication object, used during transport.

I

initializeComponent() - Method in class ConfigDialog
Initialize GUI components
initializeComponent() - Method in class MsgDialog
Initialize all the components for the GUI
initializeComponent() - Method in class QuickEmailFrame
Initialize GUI components
INPUT - Static variable in class MsgDialog
Constant - MsgDialog type

J

jScrollPane1 - Variable in class MsgDialog
Screen component
jScrollPane1 - Variable in class QuickEmailFrame
Screen component
jSeparator1 - Variable in class ConfigDialog
 

L

loadDatFileToScreen(LineNumberReader) - Method in class ConfigDialog
Read contents of config file and display on the GUI
loadDatFileToScreen(LineNumberReader) - Method in class QuickEmailFrame
Read contents of config file and display on the GUI

M

m_answer - Variable in class MsgDialog
Answer from user - Ok or Cancel
m_applyBtn - Variable in class ConfigDialog
 
m_applyBtn_mouseClicked(MouseEvent) - Method in class ConfigDialog
Apply button handler - saves configuration to file
m_authReq - Variable in class QuickEmailFrame
Email server requires authentication
m_authReqCB - Variable in class ConfigDialog
 
m_authReqCB_itemStateChanged(ItemEvent) - Method in class ConfigDialog
Check box state changed handler
m_bodyTA - Variable in class QuickEmailFrame
Email Body text field
m_cancelBtn - Variable in class MsgDialog
Button to cancel
m_cancelBtn_actionPerformed(ActionEvent) - Method in class MsgDialog
Cancel Button action handler
m_closeBtn - Variable in class ConfigDialog
 
m_closeBtn - Variable in class QuickEmailFrame
Button to close QuickEmail
m_closeBtn_mouseClicked(MouseEvent) - Method in class ConfigDialog
Close button handler - closes dialog
m_closeBtn_mouseClicked(MouseEvent) - Method in class QuickEmailFrame
Close button handler - closes application
m_debug - Static variable in class QETools
Set to true if basic (non-db) debug messages should be written to std out
m_dfltFromLbl - Variable in class ConfigDialog
 
m_dfltFromTF - Variable in class ConfigDialog
 
m_dfltToLbl - Variable in class ConfigDialog
 
m_dfltToTF - Variable in class ConfigDialog
 
m_fromLbl - Variable in class QuickEmailFrame
Screen label
m_fromTF - Variable in class QuickEmailFrame
Email From text field
m_host - Variable in class QuickEmailFrame
Email server host address
m_hostLbl - Variable in class ConfigDialog
 
m_hostTF - Variable in class ConfigDialog
 
m_input - Variable in class MsgDialog
Data user input if type is INPUT
m_key - Static variable in class QETools
 
m_lookAndFeel - Static variable in class QETools
Attempted look and feel for the application
m_modeType - Variable in class MsgDialog
Mode of MsgDialog - INPUT, QUESTION, or MESSAGE
m_msgTA - Variable in class MsgDialog
Text area component for input or message
m_okBtn - Variable in class MsgDialog
Button to acknowledge
m_okBtn_actionPerformed(ActionEvent) - Method in class MsgDialog
OK Button action handler
m_optionsBtn - Variable in class QuickEmailFrame
Button to invoke the Options dialog
m_optionsBtn_mouseClicked(MouseEvent) - Method in class QuickEmailFrame
Options button handler - invokes Options dialog
m_parent - Variable in class ConfigDialog
 
m_parent - Variable in class MsgDialog
Owner frame of this dialog
m_parentDlg - Variable in class MsgDialog
Owner dialog of this dialog
m_passLbl - Variable in class ConfigDialog
 
m_passPF - Variable in class ConfigDialog
 
m_password - Variable in class QuickEmailFrame
Email server login password
m_pwd - Variable in class QEAuthenticator
password
m_sendBtn - Variable in class QuickEmailFrame
Button to send email
m_sendBtn_mouseClicked(MouseEvent) - Method in class QuickEmailFrame
Send button handler - does the work to send the email
m_subjLbl - Variable in class QuickEmailFrame
Screen label
m_subjTF - Variable in class QuickEmailFrame
Email Subject text field
m_toLbl - Variable in class QuickEmailFrame
Screen label
m_toTF - Variable in class QuickEmailFrame
Email To text field
m_user - Variable in class QuickEmailFrame
Email server login user name
m_userLbl - Variable in class ConfigDialog
 
m_userTF - Variable in class ConfigDialog
 
m_usr - Variable in class QEAuthenticator
username
main(String[]) - Static method in class QuickEmailFrame
Instantiates class as a standalone application
MESSAGE - Static variable in class MsgDialog
Constant - MsgDialog type
msg(String, Frame) - Static method in class QETools
Do pop-up to display the message
msg(String, Dialog) - Static method in class QETools
Do pop-up to display the message Do pop-up to display the message
MsgDialog - Class in <Unnamed>
MsgDialog is a generic dialog pop-up to either show a message, error, or get user input USAGE This dialog is modal, and will hide on close.
MsgDialog(Frame) - Constructor for class MsgDialog
Constructor where parent is a Frame
MsgDialog(Dialog) - Constructor for class MsgDialog
Constructor where parent is a Dialog

O

OK - Static variable in class MsgDialog
Constant - MsgDialog answer

P

parseConfigLine(String) - Method in class ConfigDialog
Parse a line of the config file and add data to the GUI
parseConfigLine(String) - Method in class QuickEmailFrame
Parse a line of the config file and add data to the GUI
postInitialization() - Method in class ConfigDialog
Extra initialization after components have been setup, like getting current options
postInitialization() - Method in class QuickEmailFrame
Extra initialization after components have been setup, like getting current options
postInitialize() - Method in class MsgDialog
Post initialization default setup

Q

QEAuthenticator - Class in <Unnamed>
Used for host authentication (username & password) during SMTP transport
QEAuthenticator() - Constructor for class QEAuthenticator
Default constructor, sets username and password to blanks.
QEAuthenticator(String, String) - Constructor for class QEAuthenticator
Constructor to set username and password
QETools - Class in <Unnamed>
Contains tools like outputting debug messages for other classes to use.
QETools() - Constructor for class QETools
Constructor, though most of this class is static
QUESTION - Static variable in class MsgDialog
Constant - MsgDialog type
QuickEmailFrame - Class in <Unnamed>
Main frame for QuickEmail GUI
QuickEmailFrame() - Constructor for class QuickEmailFrame
Default and only constructor

S

setData(String) - Method in class MsgDialog
Set message or question to be displayed and acknowledged
setType(int) - Method in class MsgDialog
Set the mode type for this MsgDialog

A C D E G I J L M O P Q S