TsBiff 1.3

A B C D E F G H I L M N O P R S T U V W X

G

GBLPanel - class ts.ui.GBLPanel.
A simple GridBagLayout Panel
GBLPanel() - Constructor for class ts.ui.GBLPanel
 
get(String) - Static method in class ts.config.Config
Get String value for given property.
get(String, String) - Static method in class ts.config.Config
Get String value for given property.
getboolean(String) - Static method in class ts.config.Config
Get boolean value for given property
getBoolean(String) - Static method in class ts.config.Config
Get Boolean value for given property
getboolean(String, boolean) - Static method in class ts.config.Config
Get boolean value for given property.
getBoolean(String, Boolean) - Static method in class ts.config.Config
Get Boolean value for given property.
getCCHeaders() - Method in class ts.mail.DefaultMailModel
 
getCCHeaders() - Method in interface ts.mail.MailModel
 
getColor(String) - Static method in class ts.config.Config
Get Color value for given property.
getColumnClass(int) - Method in class ts.ui.TsTableModel
Get the lowest common denominator Class in the column.
getColumnCount() - Method in class ts.ui.TsTableModel
Returns the number of columns managed by the data source object.
getColumnName(int) - Method in class ts.ui.TsTableModel
Get the name of the column at columnIndex.
getColumnWidths() - Method in class ts.biff.View
Returns an int array with columns widths
getCValues(String) - Static method in class ts.config.Config
Get a String array for the given property.
getDateField() - Method in class ts.mail.DefaultMailModel
 
getDateField() - Method in interface ts.mail.MailModel
 
getDropSize() - Method in class ts.event.MailEvent
Returns number of mails in the maildrop indicated by this event
getFetchAgent() - Static method in class ts.biff.MailUtil
Get user prefered Fetch Agent
getFont(String) - Static method in class ts.config.Config
Get Font value for given property.
getFromField() - Method in class ts.mail.DefaultMailModel
 
getFromField() - Method in interface ts.mail.MailModel
 
getHiddenColumnsCount() - Method in class ts.ui.TsTableModel
Returns the number of hidden columns
getIdField() - Method in class ts.mail.DefaultMailModel
 
getIdField() - Method in interface ts.mail.MailModel
 
getImageIcon() - Static method in class ts.biff.BiffIcon
Returns the applications ImageIcon as an animated gif
getInputStream() - Method in class ts.mail.AbstractMailServer
Returns an inputstream from the connected socket
getInsets() - Method in class ts.ui.TsWindow.TsWindowUI
 
getInstance() - Static method in class ts.ui.WindowManager
Returns the instance of the window manager singleton.
getInstance() - Static method in class ts.config.Config
Returns the Config instance singleton
getInstance() - Static method in class ts.config.Configure
Create a modal Configure with a default Frame
getInstance() - Static method in class ts.biff.WakeUpServer
Returns a WakeUpServer singelton
getInstance() - Static method in class ts.biff.Smtp
Returns the Smtp instance singleton
getint(String) - Static method in class ts.config.Config
Get int value for given property.
getint(String, int) - Static method in class ts.config.Config
Get int value for given property.
getInteger(String) - Static method in class ts.config.Config
Get Integer value for given property.
getInteger(String, Integer) - Static method in class ts.config.Config
Get Integer value for given property.
getIntValues(String) - Static method in class ts.config.Config
Get an int array for the given property.
getMail() - Method in class ts.mail.SendMailException
 
getMail() - Method in class ts.mail.GetMailException
 
getMail() - Method in interface ts.mail.FetchAgent
Fetch mail messages using a certain protocol.
getMail() - Method in class ts.mail.MboxAgent
Implementation of getMail method.
getMail() - Method in class ts.mail.Pop3Agent
Implementation of the getMail method.
getMail() - Method in class ts.biff.Controller
Returns a vector with mail messages from the last scan
getMail(Vector) - Static method in class ts.biff.MailUtil
This method parses the submited Vector with MailModel objects and extract and returns those fields that we are interested in.
getMailBody() - Method in class ts.mail.DefaultMailModel
 
getMailBody() - Method in interface ts.mail.MailModel
 
GetMailException - exception ts.mail.GetMailException.
Thrown to indicate that there is an error in the underlying protocol, such as a POP3 error.
GetMailException(int, String) - Constructor for class ts.mail.GetMailException
Store status and message.
GetMailException(int, String, MailModel) - Constructor for class ts.mail.GetMailException
Store status, message and the mail that was processed.
getMailModel(String) - Method in class ts.biff.Controller
Returns the MailModel with the submitted id
getMailServer() - Method in class ts.mail.AbstractMailServer
 
getMailServerName() - Method in class ts.mail.AbstractMailServer
 
getMailServerPortNumber() - Method in class ts.mail.AbstractMailServer
 
getNullTableHeaderUI() - Static method in class ts.biff.Util
Returns a TableHeaderUI object with zero Dimension.
getOrganizationField() - Method in class ts.mail.DefaultMailModel
 
getOrganizationField() - Method in interface ts.mail.MailModel
 
getOutputStream() - Method in class ts.mail.AbstractMailServer
Returns an outputstream to the mail server for writing
getProtocol() - Method in interface ts.mail.TransportAgent
 
getProtocol() - Method in interface ts.mail.FetchAgent
 
getProtocol() - Method in class ts.mail.SmtpAgent
Implementation of super class abstract method.
getProtocol() - Method in class ts.mail.MboxAgent
 
getProtocol() - Method in class ts.mail.Pop3Agent
Returns this FetchAgents protocol
getReplyToField() - Method in class ts.mail.DefaultMailModel
 
getReplyToField() - Method in interface ts.mail.MailModel
 
getRow(int) - Method in class ts.ui.TsTableModel
Returns the row at the given index as an array of objects
getRow(int) - Method in class ts.ui.TsTable
Get the row at index as an Object array
getRowCount() - Method in class ts.ui.TsTableModel
Returns the number of records in the dataset.
getRowVector(int) - Method in class ts.ui.TsTableModel
Returns the row at the given index as a Vector
getRowVector(int) - Method in class ts.ui.TsTable
Get the row at index.
getSelectedHeaderFields() - Static method in class ts.biff.MailUtil
Returns a String array with only valid wanted mail header fields read from Config.
getStatus() - Method in class ts.mail.SendMailException
 
getStatus() - Method in class ts.mail.GetMailException
 
getSubjectField() - Method in class ts.mail.DefaultMailModel
 
getSubjectField() - Method in interface ts.mail.MailModel
 
getTableTitles() - Static method in class ts.biff.MailUtil
Return User prefered MailTable Header fields.
getToField() - Method in class ts.mail.DefaultMailModel
 
getToField() - Method in interface ts.mail.MailModel
 
getUserConfigFile() - Static method in class ts.biff.Util
Returns a users local controlfile or null if it does not exist.
getValueAt(int, int) - Method in class ts.ui.TsTableModel
Get an attribute value for the cell at columnIndex and rowIndex.
getValues(String) - Static method in class ts.config.Config
Get a String array for the given property.
getVector() - Method in class ts.mail.Pop3Agent.MailParserConnector
 
getXHeaderKeys() - Method in class ts.mail.DefaultMailModel
 
getXHeaderKeys() - Method in interface ts.mail.MailModel
 
getXHeaderValue(String) - Method in class ts.mail.DefaultMailModel
 
getXHeaderValue(String) - Method in interface ts.mail.MailModel
 
gridbag - Static variable in class ts.ui.GBLPanel
 

TsBiff 1.3

A B C D E F G H I L M N O P R S T U V W X