Overview
Package
Class
Use
Tree
Deprecated
Index
Help
TsBiff 1.3
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
S
SafeTerminate
- interface ts.biff.
SafeTerminate
.
Defines standard callbacks for classes that would like to know if the application is about to terminate.
save(File)
- Method in class ts.config.
Config
Save properties to the submitted File
save(String)
- Method in class ts.config.
Config
Save properties to the submitted filename
selected()
- Method in class ts.ui.
TsTable
Get the selected row index
SEND_PROTOCOLS
- Static variable in class ts.config.
Constant
All send mail protocols supported
sendMail(MailModel)
- Method in interface ts.mail.
TransportAgent
Send the mail using a certain protocol.
sendMail(MailModel)
- Method in class ts.mail.
SmtpAgent
Implementation of sendMail method.
SendMailException
- exception ts.mail.
SendMailException
.
Thrown to indicate that there is an error in the underlying protocol, such as a SMTP error.
SendMailException(int, String)
- Constructor for class ts.mail.
SendMailException
Store status and message.
SendMailException(int, String, MailModel)
- Constructor for class ts.mail.
SendMailException
Store status, message and the mail that was processed.
set(String, String)
- Static method in class ts.config.
Config
Set value for given property.
setAuth(String, String)
- Method in class ts.mail.
Pop3Agent
Set username and password for authentication at the pop3 server
setBackground(Color)
- Method in class ts.ui.
TsWindow.TsWindowUI
setCallBack(TsTable.Callback)
- Method in class ts.ui.
TsTable
Set object to call back to on table selection
setCCHeader(String)
- Method in class ts.mail.
DefaultMailModel
Set a Carbon-copy (cc:) address
setCCHeader(String)
- Method in interface ts.mail.
MailModel
Set a Carbon-copy (cc:) address.
setCellMask(TsTable.Cellmask)
- Method in class ts.ui.
TsTable
Set object to call back to on edit
setColumnWidths(int[])
- Method in class ts.biff.
View
Set prefered table columns widths.
setData(Object[][])
- Method in class ts.ui.
TsTableModel
Set a new dataset for the model
setData(Vector)
- Method in class ts.ui.
TsTableModel
Set a new dataset for the model
setData(Vector)
- Method in class ts.ui.
TsTable
Set a new Data set for the table
setDateField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail date
setDateField(String)
- Method in interface ts.mail.
MailModel
Set the mail date
setEditable(boolean)
- Method in class ts.ui.
TsTableModel
Set if cells in the table could be edited.
setEditable(boolean)
- Method in class ts.ui.
TsTable
Set if cells in the table could be edited.
setFont(Font)
- Method in class ts.biff.
Splash
setFromField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail's from-field
setFromField(String)
- Method in interface ts.mail.
MailModel
Set the mail from-field
setHiddenColumns(int)
- Method in class ts.ui.
TsTableModel
Set number of hidden columns in the model
setHiddenColumns(int)
- Method in class ts.ui.
TsTable
Set the number of hidden columns in the Table.
setIdField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail message id
setIdField(String)
- Method in interface ts.mail.
MailModel
Set the mail message id
setMailBody(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail's content.
setMailBody(String)
- Method in interface ts.mail.
MailModel
Set the mail content.
setMargin(JComponent, int)
- Static method in class ts.biff.
Util
Set margins for a JComponent
setModel(TsTableModel)
- Method in class ts.ui.
TsTable
Set a new DataModel for the table.
setNumLines(int)
- Method in class ts.mail.
Pop3Agent
Set maximum number of lines to read from a mail-message
setOrganizationField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail's organization field.
setOrganizationField(String)
- Method in interface ts.mail.
MailModel
Set the mail organization field.
setReplyToField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail's Reply-to field.
setReplyToField(String)
- Method in interface ts.mail.
MailModel
Set the mail Reply-to field.
setSubjectField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail's subject-field.
setSubjectField(String)
- Method in interface ts.mail.
MailModel
Set the mail subject-field.
setTextColor(Color)
- Method in class ts.biff.
Splash
setTitleBorder(JComponent, String)
- Static method in class ts.biff.
Util
Set a Title border for a Component, with default margin.
setTitles(Object[])
- Method in class ts.ui.
TsTableModel
Set new column titles in the model
setTitles(Vector)
- Method in class ts.ui.
TsTableModel
Set new column titles in the model
setTitles(Vector)
- Method in class ts.ui.
TsTable
Set new column titles for the Table
setToField(String)
- Method in class ts.mail.
DefaultMailModel
Set the mail's to-field
setToField(String)
- Method in interface ts.mail.
MailModel
Set the mail to-field
setUI()
- Method in class ts.
Arch
Set the Pluggable Look and Feel and default UI properties.
setUniversalFont(Font)
- Static method in class ts.biff.
Util
Hack to set application universal font for every widget.
setValueAt(Object, int, int)
- Method in class ts.ui.
TsTableModel
Set a new value in a cell
setValueAt(Object, int, int)
- Method in class ts.ui.
TsTable
Overridden to allow callback object to check if the value is legal before changes in a cell is commited
setXHeader(String, String)
- Method in class ts.mail.
DefaultMailModel
Set a X-something header.
setXHeader(String, String)
- Method in interface ts.mail.
MailModel
Set a X-something header.
show()
- Method in class ts.biff.
Splash
showAbout()
- Static method in class ts.biff.
Util
Show TsBiff about-dialog with an animated gif.
showConfigure()
- Method in class ts.config.
Configure
Show the dialog
showError(Component, String)
- Static method in class ts.biff.
Util
Show an application model dialog with the submitted error message and with a parent.
showError(String)
- Static method in class ts.biff.
Util
Show an application model dialog with the submitted error message
showInfo(Component, String)
- Static method in class ts.biff.
Util
Show an application model dialog with the submitted information message and a parent component
showInfo(String)
- Static method in class ts.biff.
Util
Show an application model dialog with the submitted information message
showSmtp()
- Method in class ts.biff.
Smtp
Show the dialog
showYesNo(Component, String, String)
- Static method in class ts.biff.
Util
Show a Yes/No dialog with the submitted message if it has already been sent.
showYesNo(String, String)
- Static method in class ts.biff.
Util
Show a Yes/No dialog with the submitted message if it has already been sent.
singleClick(Object, int, int)
- Method in interface ts.ui.
TsTable.Callback
Called on a single click on a row
singleClick(Object, int, int)
- Method in class ts.biff.
Biff
Called on a single click on a row.
slurp(String)
- Static method in class ts.biff.
Util
Returns the content of a file in a String
smtp
- Variable in class ts.biff.
Smtp
Smtp agent used to send mail
Smtp
- class ts.biff.
Smtp
.
A simple dialog for sending a SMTP mail.
SMTP_DIALOG_TITLE
- Static variable in class ts.config.
Constant
Smtp dialog title
SMTP_PROTO
- Static variable in class ts.config.
Constant
Internal Protocol name for the smtp protocol
SmtpAgent
- class ts.mail.
SmtpAgent
.
This class extends the abstract Mailserver and implements the TransportAgent interface.
SmtpAgent()
- Constructor for class ts.mail.
SmtpAgent
Initializes the object using localhost and default portnumber
SmtpAgent(String, int)
- Constructor for class ts.mail.
SmtpAgent
Initializes the object with the given values for the mail server
SO_TIMEOUT
- Static variable in class ts.mail.
AbstractMailServer
SOUTH
- Static variable in class ts.ui.
GBLPanel
Splash
- class ts.biff.
Splash
.
Displays a Splash Image in a window at the center of the screen The window will have an area at the bottom of the screen for displaying optional messages.
stat()
- Method in class ts.mail.
Pop3Agent
Stat the server and return the number of messages in the maildrop
status()
- Method in class ts.config.
ConfigException
Return status.
stopScan()
- Method in interface ts.mail.
FetchAgent
Stop reading mail
stopScan()
- Method in class ts.mail.
MboxAgent
Stop reading mail
stopScan()
- Method in class ts.mail.
Pop3Agent
Stop current mail scan
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
TsBiff 1.3
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X