Skip navigation links
SPT Core API
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

T

Table - Annotation Type in com.sptci.echo.annotation
Annotation type used to indicate the type of table component to instantiate.
Table - Class in com.sptci.echo.style
The default style class Table components.
Table() - Constructor for class com.sptci.echo.style.Table
 
Table<D> - Class in com.sptci.echo.table
A genericised Table used to display instances of objects of the type specified.
Table() - Constructor for class com.sptci.echo.table.Table
Default constructor.
Table(TableModel<D>) - Constructor for class com.sptci.echo.table.Table
Create a new table using the specified model for its data.
table - Variable in class com.sptci.echo.table.TableContainer
 
table - Variable in class com.sptci.echo.tree.filesystem.FileList
The table that displays the contents of FileList.directory.
Table - Annotation Type in com.sptci.echo2.annotation
Annotation type used to indicate the type of table component to instantiate.
Table - Class in com.sptci.echo2.style
The default style class Table components.
Table() - Constructor for class com.sptci.echo2.style.Table
 
table - Variable in class com.sptci.echo2.table.DatabaseTableModel
The name of the database table to represent in the model.
Table<D> - Class in com.sptci.echo2.table
A genericised Table used to display instances of objects of the type specified.
Table() - Constructor for class com.sptci.echo2.table.Table
Default constructor.
Table(TableModel<D>) - Constructor for class com.sptci.echo2.table.Table
Create a new table using the specified model for its data.
Table<D> - Class in com.sptci.epng.table
A genericised Table used to display instances of objects of the type specified.
Table() - Constructor for class com.sptci.epng.table.Table
Default constructor.
Table(TableModel<D>) - Constructor for class com.sptci.epng.table.Table
Create a new table using the specified model for its data.
Table.DefaultActionListener - Class in com.sptci.echo.table
The default ActionListener for the table.
Table.DefaultActionListener - Class in com.sptci.echo2.table
The default ActionListener for the table.
Table.DefaultActionListener - Class in com.sptci.epng.table
The default ActionListener for the table.
TableContainer<D> - Class in com.sptci.echo.table
A simple container component that displays a TableNavigation and Table component.
TableContainer() - Constructor for class com.sptci.echo.table.TableContainer
 
TableContainer(Table<D>) - Constructor for class com.sptci.echo.table.TableContainer
Create a new container component for the specified table.
TableContainer(TableModel<D>) - Constructor for class com.sptci.echo.table.TableContainer
A convenience constructor that uses a default Table instance with the specified underlying model.
TableEx - Class in com.sptci.epng.style
The default style class TableEx components.
TableEx() - Constructor for class com.sptci.epng.style.TableEx
 
TableModel<D> - Class in com.sptci.echo.table
A genericised TableModel used to hold instances of objects of the type specified.
TableModel() - Constructor for class com.sptci.echo.table.TableModel
Default constructor.
TableModel(Collection<D>) - Constructor for class com.sptci.echo.table.TableModel
Create a new instance of the model using the specified collection of data objects.
TableModel<D> - Class in com.sptci.echo2.table
A genericised TableModel used to hold instances of objects of the type specified.
TableModel() - Constructor for class com.sptci.echo2.table.TableModel
Default constructor.
TableModel(Collection<D>) - Constructor for class com.sptci.echo2.table.TableModel
Create a new instance of the model using the specified collection of data objects.
TableNavigation - Class in com.sptci.echo.table
A navigation component for displaying paging controls for a Table.
TableNavigation(Table) - Constructor for class com.sptci.echo.table.TableNavigation
Create a new instance of the navigation component using the specified table component.
TableNavigation<D> - Class in com.sptci.echo2.table
A navigation component for displaying paging controls for a Table.
TableNavigation(PageableTableModel) - Constructor for class com.sptci.echo2.table.TableNavigation
Create a new instance of the navigation component using the specified table component.
TableNavigation<D> - Class in com.sptci.epng.table
A navigation component for displaying paging controls for a Table.
TableNavigation(Table) - Constructor for class com.sptci.epng.table.TableNavigation
Create a new instance of the navigation component using the specified table component.
TableNavigation.FirstListener - Class in com.sptci.echo.table
The ActionListener for events triggered by the button to go to the first page.
TableNavigation.FirstListener - Class in com.sptci.echo2.table
The ActionListener for events triggered by the button to go to the first page.
TableNavigation.FirstListener - Class in com.sptci.epng.table
The ActionListener for events triggered by the button to go to the first page.
TableNavigation.LastListener - Class in com.sptci.echo.table
The ActionListener used to control the navigation to the last available page.
TableNavigation.LastListener - Class in com.sptci.echo2.table
The ActionListener used to control the navigation to the last available page.
TableNavigation.LastListener - Class in com.sptci.epng.table
The ActionListener used to control the navigation to the last available page.
TableNavigation.NextListener - Class in com.sptci.echo.table
The ActionListener for the control used to navigation to the next page of data.
TableNavigation.NextListener - Class in com.sptci.echo2.table
The ActionListener for the control used to navigation to the next page of data.
TableNavigation.NextListener - Class in com.sptci.epng.table
The ActionListener for the control used to navigation to the next page of data.
TableNavigation.PageSelectListener - Class in com.sptci.echo.table
The ActionListener for events fired by the page select component.
TableNavigation.PageSelectListener - Class in com.sptci.echo2.table
The ActionListener for events fired by the page select component.
TableNavigation.PageSelectListener - Class in com.sptci.epng.table
The ActionListener for events fired by the page select component.
TableNavigation.PreviousListener - Class in com.sptci.echo.table
The ActionListener for the control used to navigate to the previous page.
TableNavigation.PreviousListener - Class in com.sptci.echo2.table
The ActionListener for the control used to navigate to the previous page.
TableNavigation.PreviousListener - Class in com.sptci.epng.table
The ActionListener for the control used to navigate to the previous page.
TableNavigation.RowsPerPageListener - Class in com.sptci.echo.table
The ActionListener used to control the number or rows displayed per page.
TableNavigation.RowsPerPageListener - Class in com.sptci.echo2.table
The ActionListener used to control the number or rows displayed per page.
TableNavigation.RowsPerPageListener - Class in com.sptci.epng.table
The ActionListener used to control the number or rows displayed per page.
TeeOutputStream - Class in com.sptci.io
A implementation of the UNIX tee command.
TeeOutputStream(OutputStream[]) - Constructor for class com.sptci.io.TeeOutputStream
Create a new instance that writes all the data to the specified output streams.
TeeOutputStream(String[]) - Constructor for class com.sptci.io.TeeOutputStream
Create a new instance that writes all the data to the specified files.
TeeOutputStream(File[]) - Constructor for class com.sptci.io.TeeOutputStream
Create a new instance that writes all the data to the specified files.
TeeWriter - Class in com.sptci.io
A implementation of the UNIX tee command.
TeeWriter(Writer[]) - Constructor for class com.sptci.io.TeeWriter
Create a new instance that writes all the data to the specified writers.
TeeWriter(String[]) - Constructor for class com.sptci.io.TeeWriter
Create a new instance that writes all the data to the specified files.
TeeWriter(File[]) - Constructor for class com.sptci.io.TeeWriter
Create a new instance that writes all the data to the specified files.
TextComponent - Class in com.sptci.echo2.style
A general style class for text components.
TextComponent() - Constructor for class com.sptci.echo2.style.TextComponent
 
throwable - Variable in class com.sptci.echo.ErrorPane.ExceptionComponent
The exception that is to be displayed.
throwable - Variable in class com.sptci.echo2.ErrorPane.ExceptionComponent
The exception that is to be displayed.
TIME_ZONES - Static variable in class com.sptci.echo.Application
A map that is used to store the time offsets from UTC and their corresponding time zone short names.
TIME_ZONES - Static variable in class com.sptci.echo2.Application
A map that is used to store the time offsets from UTC and their corresponding time zone short names.
timeZone - Variable in class com.sptci.echo.Application
The time zone for the client browser.
timeZone - Variable in class com.sptci.echo2.Application
The time zone for the client browser.
toAscii(String) - Static method in class com.sptci.util.StringUtilities
Convert latin characters in input string to ascii equivalents where possible.
toBytes(String) - Method in class com.sptci.util.Encrypt
Convert the hex encoded string to original byte array.
toFile(String, String) - Static method in class com.sptci.util.StringUtilities
Write the contents of the specified String to the File specified using the system default encoding.
toFile(String, String, String) - Static method in class com.sptci.util.StringUtilities
Write the contents of the specified String to the File specified using the character encoding specified.
toHex(byte[]) - Method in class com.sptci.util.Encrypt
Convert the specified byte array to hex characters.
TomcatAuthoriser - Class in com.sptci.auth
A concrete sub-class of Authoriser used to implement authorisation against the tomcat-users.xml file.
TomcatAuthoriser() - Constructor for class com.sptci.auth.TomcatAuthoriser
 
TomcatLoginModule - Class in com.sptci.auth
A login module that uses the Tomcat tomcat-users.xml as the password data store.
TomcatLoginModule() - Constructor for class com.sptci.auth.TomcatLoginModule
 
toString() - Method in class com.sptci.auth.AbstractPrincipal
Returns a string representation of this instance.
toString() - Method in class com.sptci.echo.binding.ListItem
Return a string representation of this object.
toString() - Method in class com.sptci.echo.binding.ListObject
 
toString() - Method in class com.sptci.echo.tree.filesystem.FileSystemTreeNode
Over-ridden to return just the name of the directory.
toString() - Method in class com.sptci.echo2.binding.ListItem
Return a string representation of this object.
toString() - Method in class com.sptci.echo2.binding.ListObject
 
toString() - Method in class com.sptci.epng.editabletree.Node
Return a string representation of this object.
toString() - Method in class com.sptci.jdo.JDOObject
Return a string representation of this object.
toString() - Method in class com.sptci.jdo.StartLetter
Return a string representation of this object.
toString() - Method in class com.sptci.jpa.JPAObject
Return a string representation of this object.
toString() - Method in class com.sptci.KeyValue
Returns a string representation of the object.
totalRows - Variable in class com.sptci.echo.table.DefaultPageableTableModel
The total number of records available in the database.
totalRows - Variable in class com.sptci.echo2.table.DatabaseTableModel
The total number of records available in the database.
totalRows - Variable in class com.sptci.echo2.table.DefaultPageableTableModel
The total number of records available in the database.
toXML() - Method in class com.sptci.jdo.JDOObject
Return an XML representation of the fields of this object.
toXML() - Method in class com.sptci.jpa.JPAObject
Return an XML representation of the fields of this object.
toXML(String) - Static method in class com.sptci.util.StringUtilities
toXML(char[], int...) - Static method in class com.sptci.util.StringUtilities
toXMLAttribute(String) - Static method in class com.sptci.util.StringUtilities
Replace XML/HTML special characters (&, <, ...) in the String specified with their escaped equivalents.
toXMLAttribute(char[], int...) - Static method in class com.sptci.util.StringUtilities
Replace XML/HTML special characters (&, <, ...) in the String specified with their escaped equivalents.
toXMLCharacters(String) - Static method in class com.sptci.util.StringUtilities
Replace XML/HTML special characters (&, <, ...) in the String specified with their escaped equivalents.
toXMLCharacters(char[], int...) - Static method in class com.sptci.util.StringUtilities
Replace XML/HTML special characters (&, <, ...) in the character array specified with their escaped equivalents.
TransactionalJDOTableModel<D extends Serializable> - Class in com.sptci.echo.table
A table model that automatically handles data store interactions when adding/deleting rows from the model.
TransactionalJDOTableModel() - Constructor for class com.sptci.echo.table.TransactionalJDOTableModel
Default constructor.
TransactionalJDOTableModel(D) - Constructor for class com.sptci.echo.table.TransactionalJDOTableModel
Create a new table model for objects of the specified type.
TransactionalJDOTableModel<D> - Class in com.sptci.echo2.table
A table model that automatically handles data store interactions when adding/deleting rows from the model.
TransactionalJDOTableModel() - Constructor for class com.sptci.echo2.table.TransactionalJDOTableModel
Default constructor.
TransactionalJDOTableModel(D) - Constructor for class com.sptci.echo2.table.TransactionalJDOTableModel
Create a new table model for objects of the specified type.
Tree - Class in com.sptci.echo.style.extras
The default style to apply for Tree components.
Tree() - Constructor for class com.sptci.echo.style.extras.Tree
 
tree - Variable in class com.sptci.echo.tree.filesystem.FileSystemPane
The file system tree that is displayed as the primary component.
Tree - Class in com.sptci.echo.tree
The default tree component for use in SPT projects.
Tree() - Constructor for class com.sptci.echo.tree.Tree
Default constructor.
Tree(TreeModel) - Constructor for class com.sptci.echo.tree.Tree
Initialise a new tree using the specified model.
Tree(TreeModel, TreeColumnModel) - Constructor for class com.sptci.echo.tree.Tree
Initialise a new tree using the specified model and column model.
Tree - Class in com.sptci.epng.style
The base style class to apply to the Tree component.
Tree() - Constructor for class com.sptci.epng.style.Tree
 
Tree - Class in com.sptci.epng
A sub-class of Tree that uses the SPT standard icons.
Tree() - Constructor for class com.sptci.epng.Tree
Create a Tree with a DefaultMutableTreeNode as its root, which displays the root node.
Tree(TreeModel) - Constructor for class com.sptci.epng.Tree
Create a new tree using the specified TreeModel
Tree(TreeNode) - Constructor for class com.sptci.epng.Tree
Create a tree with the specified TreeNode as its root, which displays the root node.
Tree(TreeNode, boolean) - Constructor for class com.sptci.epng.Tree
Create a tree with the specified TreeNode as its root, which displays the root node and which decides whether a node is a leaf node in the specified manner.
treeable - Variable in class com.sptci.epng.editabletree.Node
The treeable object that is represented by this node.
Treeable<T> - Interface in com.sptci.jdo
An interface that defines the methods that must be implemented to enable automatic generation and binding of echopointng.Tree components.
TreeCellRenderer - Class in com.sptci.echo.tree
The default cell renderer to associate with Tree components.
TreeCellRenderer() - Constructor for class com.sptci.echo.tree.TreeCellRenderer
 
TreeIcons - Class in com.sptci.epng
A class that is used to customise the appearance of the Tree component.
TreeIcons() - Constructor for class com.sptci.epng.TreeIcons
Default constructor.
TreeModel<T extends Treeable> - Class in com.sptci.echo.tree
TreeModel(List<T>) - Constructor for class com.sptci.echo.tree.TreeModel
Create a new tree model with the list of root level model objects.
TreeModel(List<T>, String) - Constructor for class com.sptci.echo.tree.TreeModel
Create a new tree model with the list of root level model objects and with a root node with the specified name.
TreeModel(Root<T>) - Constructor for class com.sptci.echo.tree.TreeModel
Create a new tree model with the specified root node.
TreeNode<M> - Class in com.sptci.echo.tree
A tree node that maintains a TreeNode.initialised flag to enable lazy loading of child nodes.
TreeNode() - Constructor for class com.sptci.echo.tree.TreeNode
Default constructor.
TreeNode(M) - Constructor for class com.sptci.echo.tree.TreeNode
Create a new tree node with the specified model object backing it.
TreeNode(M, boolean) - Constructor for class com.sptci.echo.tree.TreeNode
Create a new node with the specified model and flag indicating whether the node allows children.
TreeNode<S> - Class in com.sptci.epng
A genericised subclass of DefaultMutableTreeNode.
TreeNode() - Constructor for class com.sptci.epng.TreeNode
Creates a tree node that has no parent and no children, but which allows children.
TreeNode(S) - Constructor for class com.sptci.epng.TreeNode
Creates a tree node with no parent, no children, but which allows children, and initialises it with the specified user object.
TreeNode(S, boolean) - Constructor for class com.sptci.epng.TreeNode
Creates a tree node with no parent, no children, initialised with the specified user object, and that allows children only if specified.
TripleDESEncrypt - Class in com.sptci.util
A utility class used to implement Triple DES (3DES) encryption and decryption of strings.
TripleDESEncrypt() - Constructor for class com.sptci.util.TripleDESEncrypt
Default constructor.
TrustManager - Class in com.sptci
A TrustManager implementation that automatically trusts all SSL certificates presented by a server/client.
TrustManager() - Constructor for class com.sptci.TrustManager
 
type - Variable in class com.sptci.echo.table.ColumnMetaData
The class of the object displayed in the column.
type - Variable in class com.sptci.echo2.table.ColumnMetaData
The class of the object displayed in the column.
TYPEFACE - Static variable in class com.sptci.echo.style.Font
The application wide default typeface.
TYPEFACE - Static variable in class com.sptci.echo2.style.Font
The application wide default typeface.
typeMapping - Static variable in class com.sptci.PropertyChangeListener
A HashMap that provides the mapping for primitives to their object wrappers.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
SPT Core API