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 

C

cache - Static variable in class com.sptci.echo.style.Color
The cache of reusable colour instances.
cache - Static variable in class com.sptci.echo.style.Extent
The map used to maintain a cache of extent instances required by the application.
cache - Static variable in class com.sptci.echo.style.Font
The cache of reusable font instances.
cache - Static variable in class com.sptci.echo2.style.Color
The cache of reusable colour instances.
cache - Static variable in class com.sptci.echo2.style.Extent
The map used to maintain a cache of extent instances required by the application.
cache - Static variable in class com.sptci.echo2.style.Font
The cache of reusable font instances.
CalendarUtilities - Class in com.sptci.util
A utility class that provides convenience methods for common calendar routines.
callbackHandler - Variable in class com.sptci.auth.AbstractLoginModule
CallbackHandler for communicating with the end user.
cancel - Variable in class com.sptci.echo.Dialogue
 
CANCEL - Static variable in class com.sptci.echo.login.LoginPane
The name of the control used to cancel/clear the login pane.
cancel - Variable in class com.sptci.echo.login.LoginPane
The button used to reset the LoginPane.userName and LoginPane.password fields.
CANCEL - Static variable in class com.sptci.echo2.login.LoginPane
The name of the control used to cancel/clear the login pane.
cancel - Variable in class com.sptci.echo2.login.LoginPane
The button used to reset the LoginPane.userName and LoginPane.password fields.
cancel - Variable in class com.sptci.epng.editabletree.AddComponent
The button that is used to cancel the add operation.
CancelButton - Class in com.sptci.echo
A generic button used to implement cancel action in floating pane components.
CancelButton() - Constructor for class com.sptci.echo.CancelButton
Default constructor.
CancelButton(String, String) - Constructor for class com.sptci.echo.CancelButton
Create a new instance using the specified name.
CancelButton - Class in com.sptci.echo2
A generic button used to implement cancel action in floating pane components.
CancelButton() - Constructor for class com.sptci.echo2.CancelButton
Default constructor.
CancelButton(String, String) - Constructor for class com.sptci.echo2.CancelButton
Create a new instance using the specified name.
CancelButton.CancelListener - Class in com.sptci.echo
 
CancelButton.CancelListener - Class in com.sptci.echo2
 
CancelListener() - Constructor for class com.sptci.echo.CancelButton.CancelListener
 
CancelListener - Class in com.sptci.echo.login
The action listener used to cancel (clear) the fields in the LoginPane.
CancelListener() - Constructor for class com.sptci.echo.login.CancelListener
 
CancelListener() - Constructor for class com.sptci.echo2.CancelButton.CancelListener
 
CancelListener - Class in com.sptci.echo2.login
The action listener used to cancel (clear) the fields in the LoginPane.
CancelListener() - Constructor for class com.sptci.echo2.login.CancelListener
 
CancelListener - Class in com.sptci.epng.editabletree
The action listener used to cancel addition of a new node
CancelListener() - Constructor for class com.sptci.epng.editabletree.CancelListener
 
Category - Class in com.sptci.jdo
A default category model object that may be used to represent categories or classifications.
Category() - Constructor for class com.sptci.jdo.Category
 
CategoryFactory - Class in com.sptci.jdo
Repository class for the Category model object.
CategoryFactory() - Constructor for class com.sptci.jdo.CategoryFactory
 
categoryFactory - Static variable in class com.sptci.jdo.CategoryFactory
A singleton instance of the repository class.
changeDefinition(StringBuilder) - Method in class com.sptci.echo.binding.JDOModelGenerator
Replace the class definition with a new definition as a sub-class of JDOObject.
changeDefinition(StringBuilder) - Method in class com.sptci.echo2.binding.JDOModelGenerator
Replace the class definition with a new definition as a sub-class of JDOObject.
checkAuthorisation(User, String[]) - Method in class com.sptci.auth.Authoriser
Check the authorisation credentials of the specified user against the list of groups specified.
checkClientTrusted(X509Certificate[], String) - Method in class com.sptci.TrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for client SSL authentication based on the authentication type.
checkComplex(char[]) - Method in class com.sptci.util.PasswordGenerator
Check the specified password value for quality.
checkConfirm(String, Constraints, String, Collection<String>) - Method in class com.sptci.echo.binding.ViewValidator
Check a secondary field value with the value for equality.
checkConfirm(String, Constraints, String, Collection<String>) - Method in class com.sptci.echo2.binding.ViewValidator
Check a secondary field value with the value for equality.
checkEntryConditions(LogRecord) - Method in class com.sptci.logging.WriterHandler
 
checkPassword(String, char[], char[]) - Method in class com.sptci.auth.DatabaseLoginModule
Check the specified credentials against the data store.
checkPassword(LoginPane) - Method in class com.sptci.echo.login.AbstractListener
Check the LoginPane.password field to ensure that a value has been input into the field.
checkPassword(LoginPane) - Method in class com.sptci.echo2.login.AbstractListener
Check the LoginPane.password field to ensure that a value has been input into the field.
checkServerTrusted(X509Certificate[], String) - Method in class com.sptci.TrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
checkSimple(char[]) - Method in class com.sptci.util.PasswordGenerator
Check the specified password value for quality using simple rules.
checkText(String, String, Collection<String>) - Method in class com.sptci.echo.binding.ViewValidator
Check the specified text for non-null.
checkText(String) - Static method in class com.sptci.echo.Controller
Check the specified string to ensure that it is not null and not empty.
checkText(String) - Method in class com.sptci.echo.Listener
Check the specified string to ensure that it is not null and not empty.
checkText(String) - Method in class com.sptci.echo.login.AbstractListener
Check the specified string to ensure that it is not null and not empty.
checkText(String, String, Collection<String>) - Method in class com.sptci.echo2.binding.ViewValidator
Check the specified text for non-null.
checkText(String) - Static method in class com.sptci.echo2.Controller
Check the specified string to ensure that it is not null and not empty.
checkText(String) - Method in class com.sptci.echo2.login.AbstractListener
Check the specified string to ensure that it is not null and not empty.
checkTextComponent(Object, Constraints) - Method in class com.sptci.echo.Listener
Check the specified component if it is a text component to ensure that the input value matches the annotated constratints.
checkUnique(Collection<Field>) - Method in class com.sptci.echo.binding.JDOViewValidator
Check that the combination of the values represented by the specified fields in the ViewValidator.view do not represent an existing model object in the data store.
checkUnique(Collection<Field>) - Method in class com.sptci.echo2.binding.JDOViewValidator
Check that the combination of the values represented by the specified fields in the ViewValidator.view do not represent an existing model object in the data store.
checkUserName(LoginPane) - Method in class com.sptci.echo.login.AbstractListener
Check the LoginPane.userName field to ensure that a value has been input into the field.
checkUserName(LoginPane) - Method in class com.sptci.echo2.login.AbstractListener
Check the LoginPane.userName field to ensure that a value has been input into the field.
checkView(V) - Method in class com.sptci.echo.Listener
Check the specified view to ensure that mandatory components have been assigned values.
checkView(LoginPane) - Method in class com.sptci.echo.login.AbstractListener
Check the LoginPane components to ensure that appropriate values have been entered.
checkView(LoginPane) - Method in class com.sptci.echo2.login.AbstractListener
Check the LoginPane components to ensure that appropriate values have been entered.
checkWord(String) - Method in class com.sptci.epng.SpellChecker
Check the specified word and return null or an array of alternative words.
children(Category, PersistenceManager) - Method in class com.sptci.jdo.CategoryFactory
Return all the children of the specified category.
classesInPackage(String) - Static method in class com.sptci.ReflectionUtility
Retrieve the fully qualified class names for all classes that are part of the specified package.
className - Variable in class com.sptci.echo.http.Servlet
The fully qualified name of the ApplicationInstance class that will be returned by Servlet.newApplicationInstance().
className - Variable in class com.sptci.echo2.http.Servlet
The fully qualified name of the ApplicationInstance class that will be returned by Servlet.newApplicationInstance().
clearSelection() - Method in class com.sptci.echo.table.TableNavigation
Clear the current selections in the table selection model.
clone() - Method in class com.sptci.echo.binding.ListItem
Creates and returns a copy of this object.
clone() - Method in class com.sptci.echo2.binding.ListItem
Creates and returns a copy of this object.
clone() - Method in class com.sptci.jdo.JDOObject
Creates and returns a copy of this object.
clone() - Method in class com.sptci.jpa.JPAObject
Creates and returns a copy of this object.
clone() - Method in class com.sptci.KeyValue
Creates and returns a copy of this object.
close(HttpSession) - Method in class com.sptci.echo.http.ContextListener
Close any resources associated with the session.
close() - Method in class com.sptci.echo.http.ContextListener
Close or cleanup any resources when the context is destroyed.
close(HttpSession) - Method in class com.sptci.echo.http.JDOApplicationListener
Close a PersistenceManager instance bound to the JDOApplication.
close() - Method in class com.sptci.echo.http.JDOApplicationListener
Close a PersistenceManager instance if it is in effect for the application.
close(HttpSession) - Method in class com.sptci.echo2.http.SessionListener
Close any resources associated with the session.
close(InputStream) - Static method in class com.sptci.io.IOUtilities
Close the specified input stream.
close(Reader) - Static method in class com.sptci.io.IOUtilities
Close the specified character stream reader.
close(OutputStream) - Static method in class com.sptci.io.IOUtilities
Close the specified output stream.
close(Writer) - Static method in class com.sptci.io.IOUtilities
Close the specified character stream writer.
close() - Method in class com.sptci.io.LoggingInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.sptci.io.LoggingReader
Close the stream.
close() - Method in class com.sptci.io.TeeOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.sptci.io.TeeWriter
Close the stream, flushing it first.
close(PersistenceManager) - Method in class com.sptci.jdo.Factory
Close the specified PersistenceManager.
close(Query) - Method in class com.sptci.jdo.Factory
Close the specified query if it is not null.
close() - Method in class com.sptci.jdo.PersistenceManagerFactory
Close the underlying persistence manager factory.
close() - Method in class com.sptci.logging.WriterHandler
 
close(ResultSet) - Static method in class com.sptci.util.CloseJDBCResources
Utility method to close the specified ResultSet in a fail-safe manner.
close(Statement) - Static method in class com.sptci.util.CloseJDBCResources
Utility method to close the specified Statement in a fail-safe manner.
close(Connection) - Static method in class com.sptci.util.CloseJDBCResources
Utility method to close the specified Connection in a fail-safe manner.
close(Connection, boolean) - Static method in class com.sptci.util.CloseJDBCResources
Utility method to close the specified Connection in a fail-safe manner.
closeAll(ResultSet) - Static method in class com.sptci.util.CloseJDBCResources
Utility method to close the specified ResultSet in a fail-safe manner.
closeAll(Statement) - Static method in class com.sptci.util.CloseJDBCResources
Utility method to close the specified Statement in a fail-safe manner.
closedFolderIcon - Static variable in class com.sptci.epng.TreeIcons
The image to use for the closed folder icon
CloseJDBCResources - Class in com.sptci.util
A convenience class to close JDBC resources in an error free manner.
CloseJDBCResources() - Constructor for class com.sptci.util.CloseJDBCResources
 
CloseListener() - Constructor for class com.sptci.echo.tree.filesystem.FileSystemWindowPane.CloseListener
 
closePersistenceManager() - Method in class com.sptci.echo.JDOApplication
Close JDOApplication.persistenceManager when it is no longer necessary.
closePersistenceManager() - Method in class com.sptci.echo2.NonTransactionalJDOApplication
Close NonTransactionalJDOApplication.persistenceManager when it is no longer necessary.
closePMF() - Method in class com.sptci.echo2.http.ContextListener
Close a PersistenceManagerFactory instance if it is in effect for the application.
CodeGenerator - Class in com.sptci
An abstract code generator.
CodeGenerator() - Constructor for class com.sptci.CodeGenerator
Default constructor.
Color - Class in com.sptci.echo.style
A custom Color class to use in styles.
Color(int) - Constructor for class com.sptci.echo.style.Color
Deprecated.
Color(int, int, int) - Constructor for class com.sptci.echo.style.Color
Deprecated.
Color - Class in com.sptci.echo2.style
A custom Color class to use in styles.
Color(int) - Constructor for class com.sptci.echo2.style.Color
Deprecated.
Color(int, int, int) - Constructor for class com.sptci.echo2.style.Color
Deprecated.
Column - Annotation Type in com.sptci.echo.annotation
Annotation type used to indicate the order in which a Field in a class is to be displayed in a Table.
Column - Class in com.sptci.echo
A sub-class that implements View.
Column() - Constructor for class com.sptci.echo.Column
 
Column - Class in com.sptci.echo.style
The default style class for column containers.
Column() - Constructor for class com.sptci.echo.style.Column
 
Column - Annotation Type in com.sptci.echo2.annotation
Annotation type used to indicate the order in which a Field in a class is to be displayed in a Table.
Column - Class in com.sptci.echo2.style
The default style class for column containers.
Column() - Constructor for class com.sptci.echo2.style.Column
 
ColumnMetaData - Class in com.sptci.echo.table
A data object used to hold the name and class of a column displayed in the Table.
ColumnMetaData() - Constructor for class com.sptci.echo.table.ColumnMetaData
 
ColumnMetaData(String, Class) - Constructor for class com.sptci.echo.table.ColumnMetaData
Create a new instance using the specified mandatory fields.
ColumnMetaData(String, Class, String) - Constructor for class com.sptci.echo.table.ColumnMetaData
Create a new instance using the specified fields.
ColumnMetaData(String, Class, String, boolean) - Constructor for class com.sptci.echo.table.ColumnMetaData
Create a new instance using the specified fields.
ColumnMetaData - Class in com.sptci.echo2.table
A data object used to hold the name and class of a column displayed in the Table.
ColumnMetaData() - Constructor for class com.sptci.echo2.table.ColumnMetaData
 
ColumnMetaData(String, Class) - Constructor for class com.sptci.echo2.table.ColumnMetaData
Create a new instance using the specified mandatory fields.
ColumnMetaData(String, Class, String) - Constructor for class com.sptci.echo2.table.ColumnMetaData
Create a new instance using the specified fields.
ColumnMetaData(String, Class, String, boolean) - Constructor for class com.sptci.echo2.table.ColumnMetaData
Create a new instance using the specified fields.
columnNames - Static variable in class com.sptci.echo.tree.filesystem.DirectoryTableModel
The array of column name keys for the model.
Columns - Annotation Type in com.sptci.echo.annotation
Annotation type used to indicate the fields in the object that are to be displayed in a Table and the order in which they are to be displayed.
columns - Variable in class com.sptci.echo.table.TableModel
The list of columns displayed in the Table.
Columns - Annotation Type in com.sptci.echo2.annotation
Annotation type used to indicate the fields in the object that are to be displayed in a Table and the order in which they are to be displayed.
columns - Variable in class com.sptci.echo2.table.RowSetTableModel
The list of columns displayed in the Table.
columns - Variable in class com.sptci.echo2.table.TableModel
The list of columns displayed in the Table.
Columns.Field - Annotation Type in com.sptci.echo.annotation
Annotation to denote the name of a Field that is to be displayed in the Table, and the order in which the fields are to be displayed in the table.
Columns.Field - Annotation Type in com.sptci.echo2.annotation
Annotation to denote the name of a Field that is to be displayed in the Table, and the order in which the fields are to be displayed in the table.
com.sptci - package com.sptci
Root of the SPT source code repository.
com.sptci.auth - package com.sptci.auth
Package for authentication and authorisation components.
com.sptci.auth.digest - package com.sptci.auth.digest
 
com.sptci.echo - package com.sptci.echo
Package of reusable Echo3 application components.
com.sptci.echo.annotation - package com.sptci.echo.annotation
Package of annotations for automatic view/model initialisation and binding.
com.sptci.echo.binding - package com.sptci.echo.binding
Package used to implement a simple reflection based Model<->View binding framework.
com.sptci.echo.http - package com.sptci.echo.http
Package of javax.servlet related classes for use in Echo2 applications.
com.sptci.echo.list - package com.sptci.echo.list
Package for models and other utilities related to AbstractListComponent objects.
com.sptci.echo.login - package com.sptci.echo.login
A package that contains components and associated listeners for displaying a login screen.
com.sptci.echo.style - package com.sptci.echo.style
Default style classes for use with default components.
com.sptci.echo.style.button - package com.sptci.echo.style.button
Default style classes for use with AbstractButton components.
com.sptci.echo.style.echopoint - package com.sptci.echo.style.echopoint
Default style classes for use with EchoPoint components.
com.sptci.echo.style.extras - package com.sptci.echo.style.extras
Default style classes for Echo Extras components.
com.sptci.echo.table - package com.sptci.echo.table
Support classes for Table components.
com.sptci.echo.tree - package com.sptci.echo.tree
Package that contains support classes for the Tree component.
com.sptci.echo.tree.filesystem - package com.sptci.echo.tree.filesystem
Package that contains core classes used to display the contents of the file system of the server on which the application is deployed.
com.sptci.echo2 - package com.sptci.echo2
Package of reusable Echo2 application components.
com.sptci.echo2.annotation - package com.sptci.echo2.annotation
Package of annotations for automatic view/model initialisation and binding.
com.sptci.echo2.binding - package com.sptci.echo2.binding
Package used to implement a simple reflection based Model<->View binding framework.
com.sptci.echo2.http - package com.sptci.echo2.http
Package of javax.servlet related classes for use in Echo2 applications.
com.sptci.echo2.login - package com.sptci.echo2.login
A package that contains components and associated listeners for displaying a login screen.
com.sptci.echo2.style - package com.sptci.echo2.style
Default style classes for use with default components.
com.sptci.echo2.style.button - package com.sptci.echo2.style.button
Default style classes for use with AbstractButton components.
com.sptci.echo2.table - package com.sptci.echo2.table
Support classes for Table components.
com.sptci.epng - package com.sptci.epng
Package used to implement extensions to classes in the EPNG library.
com.sptci.epng.annotation - package com.sptci.epng.annotation
Package for annotations to help code generators and initialisers properly initialiser EPNG components.
com.sptci.epng.editabletree - package com.sptci.epng.editabletree
Package used to implement components necessary to support the EditableTree component.
com.sptci.epng.style - package com.sptci.epng.style
Package for standard style classes for components from the EPNG library.
com.sptci.epng.table - package com.sptci.epng.table
Support classes for EPNG TableEx component and its subclasses.
com.sptci.io - package com.sptci.io
A package with utility classes built around the java.io package.
com.sptci.jdo - package com.sptci.jdo
Package with core JDO data objects and interfaces.
com.sptci.jdo.annotation - package com.sptci.jdo.annotation
Package that holds local annotations used to automate processing of objects.
com.sptci.jpa - package com.sptci.jpa
Package containing root JPA Java objects.
com.sptci.ldap - package com.sptci.ldap
 
com.sptci.logging - package com.sptci.logging
 
com.sptci.util - package com.sptci.util
Utility classes developed by SPT.
commit() - Method in class com.sptci.auth.AbstractLoginModule
Default implementation.
commit() - Method in class com.sptci.echo.binding.JDOModelUpdater
Commit an existing trasaction associated with the JDOModelUpdater.pm if appropriate.
commit() - Method in class com.sptci.echo2.binding.JDOModelUpdater
Commit an existing trasaction associated with the JDOModelUpdater.pm if appropriate.
commit(PersistenceManager) - Method in class com.sptci.jdo.Factory
Commit the active transaction in the specified persistence manager.
compare(Object, Object) - Method in class com.sptci.echo.list.ListComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.sptci.echo2.ListComparator
Compares its two arguments for order.
compareTo(ListItem) - Method in class com.sptci.echo.binding.ListItem
Implementation of the Comparable interface.
compareTo(ListItem) - Method in class com.sptci.echo2.binding.ListItem
Implementation of the Comparable interface.
compareTo(Node) - Method in class com.sptci.epng.editabletree.Node
Compare the specified node with this.
compareTo(JDOObject) - Method in class com.sptci.jdo.JDOObject
Compares this object with the specified object for order.
compareTo(JDOObject) - Method in class com.sptci.jdo.NameDescription
Compares this object with the specified object for order.
compareTo(StartLetter) - Method in class com.sptci.jdo.StartLetter
Compares this object with the specified object for order.
compareTo(JDOObject) - Method in class com.sptci.jdo.User
Compare the specified object with this instance.
compareTo(JPAObject) - Method in class com.sptci.jpa.JPAObject
Compares this object with the specified object for order.
compareTo(JPAObject) - Method in class com.sptci.jpa.NameDescription
Compares this object with the specified object for order.
compareTo(KeyValue<K, V>) - Method in class com.sptci.KeyValue
Compares this object with the specified object for order.
Configuration - Class in com.sptci.echo
A utility class that is used to load and retrieve the localised configurable properties for UI components.
Configuration - Class in com.sptci.echo2
A utility class that is used to load and retrieve the localised configurable properties for UI components.
Confirmation - Class in com.sptci.echo
A confirmation dialogue component used to display a confirmation message prior to executin a specified method.
Confirmation(String, String, Executor) - Constructor for class com.sptci.echo.Confirmation
Construct a new pane with the specified title and message.
Confirmation - Class in com.sptci.echo2
A confirmation dialogue component used to display a confirmation message prior to executin a specified method.
Confirmation(String, String, Executor) - Constructor for class com.sptci.echo2.Confirmation
Construct a new pane with the specified title and message.
Confirmation.ConfirmationListener - Class in com.sptci.echo
The action listener for the buttons in the confirmation dialogue.
Confirmation.Executor<S> - Class in com.sptci.echo2
Deprecated.
Use Executor instead.
ConfirmationListener() - Constructor for class com.sptci.echo.Confirmation.ConfirmationListener
 
Constraints - Annotation Type in com.sptci.echo.annotation
Annotation type used to list the constraints on view components.
Constraints - Annotation Type in com.sptci.echo2.annotation
Annotation type used to list the constraints on view components.
Constraints.Value - Enum in com.sptci.echo.annotation
 
Constraints.Value - Enum in com.sptci.echo2.annotation
 
CONTAINER_INSTANCE - Static variable in class com.sptci.echo2.http.SessionListener
The session attribute associated with ContainerInstance.
content - Variable in class com.sptci.epng.ContentPane
The main view component that fills the main content area of this content pane.
CONTENT_PANE - Static variable in class com.sptci.echo.http.Servlet
The name of the init-param used to configure the name of the ContentPane that is to be set for Application.window in Application.init().
CONTENT_PANE - Static variable in class com.sptci.echo2.http.Servlet
The name of the init-param used to configure the name of the ContentPane that is to be set for Application.window in Application.init().
contentPane - Variable in class com.sptci.echo.Application
The fully qualified name of the ContentPane class that will be set as the content of Application.window.
contentPane - Variable in class com.sptci.echo.http.Servlet
The fully qualified name of the ContentPane class that will be used in Application.init().
contentPane - Variable in class com.sptci.echo2.Application
The fully qualified name of the ContentPane class that will be set as the content of Application.window.
contentPane - Variable in class com.sptci.echo2.http.Servlet
The fully qualified name of the ContentPane class that will be used in Application.init().
ContentPane - Class in com.sptci.epng
A standard ContentPane for use with applications.
ContentPane() - Constructor for class com.sptci.epng.ContentPane
 
ContentPaneSplitPane - Class in com.sptci.epng.style
The style class for the split pane used to control layout of the ContentPane component.
ContentPaneSplitPane() - Constructor for class com.sptci.epng.style.ContentPaneSplitPane
 
ContentPaneTopColumn - Class in com.sptci.epng.style
The style class used to style the container component used to hold the header and menu bar in ContentPane.
ContentPaneTopColumn() - Constructor for class com.sptci.epng.style.ContentPaneTopColumn
 
contextDestroyed(ServletContextEvent) - Method in class com.sptci.echo.http.ContextListener
Iterate over collection of sessions and invalidate them.
contextDestroyed(ServletContextEvent) - Method in class com.sptci.echo2.http.ContextListener
Application Shutdown Event.
contextInitialized(ServletContextEvent) - Method in class com.sptci.echo.http.ContextListener
contextInitialized(ServletContextEvent) - Method in class com.sptci.echo2.http.ContextListener
Application Startup Event.
ContextListener - Class in com.sptci.echo.http
A ServletContextListener and HttpSessionListener to close any resources that are held by the Application instance or its subclasses.
ContextListener() - Constructor for class com.sptci.echo.http.ContextListener
 
ContextListener - Class in com.sptci.echo2.http
A ServletContextListener to close the connection any resources that are held by the Application instance or its subclasses.
ContextListener() - Constructor for class com.sptci.echo2.http.ContextListener
 
contextName - Variable in class com.sptci.echo.http.ContextListener
The name of the context to which this listener is bound.
contextParameters - Static variable in class com.sptci.echo.Application
The map of context parameters set for the web application.
contextParameters - Variable in class com.sptci.echo.http.Servlet
The map of all the context parameters specified for the web app.
ControlBar - Class in com.sptci.echo.style
The style class for the ControlBarWindowPane.controls component.
ControlBar() - Constructor for class com.sptci.echo.style.ControlBar
 
ControlBar - Class in com.sptci.echo2.style
The style class for the ControlBarWindowPane.controls component.
ControlBar() - Constructor for class com.sptci.echo2.style.ControlBar
 
ControlBarWindowPane - Class in com.sptci.echo
A base FloatingPane component that displays a control bar at the bottom that can hold controls for the rest of the components displayed in the pane.
ControlBarWindowPane() - Constructor for class com.sptci.echo.ControlBarWindowPane
Create a new window pane and initialise the layout for the pane.
ControlBarWindowPane - Class in com.sptci.echo2
A base FloatingPane component that displays a control bar at the bottom that can hold controls for the rest of the components displayed in the pane.
ControlBarWindowPane() - Constructor for class com.sptci.echo2.ControlBarWindowPane
Create a new window pane and initialise the layout for the pane.
ControlButton - Class in com.sptci.echo.style.button
The style for buttons displayed in ControlBarWindowPane.
ControlButton() - Constructor for class com.sptci.echo.style.button.ControlButton
 
ControlButton - Class in com.sptci.echo2.style.button
The style for buttons displayed in ControlBarWindowPane.
ControlButton() - Constructor for class com.sptci.echo2.style.button.ControlButton
 
controller - Variable in class com.sptci.echo.binding.ViewInitialiser
The controller associated with the view.
Controller<V> - Class in com.sptci.echo
An abstract base class for all controllers.
Controller(V) - Constructor for class com.sptci.echo.Controller
Crete a new instance of the controller for the specified view.
controller - Variable in class com.sptci.echo2.binding.ViewInitialiser
The controller associated with the view.
Controller<V> - Class in com.sptci.echo2
An abstract base class for all controllers.
Controller(V) - Constructor for class com.sptci.echo2.Controller
Crete a new instance of the controller for the specified view.
controller - Variable in class com.sptci.echo2.Listener
The Controller instance that is used to gain access to the various view components.
Controller.Updater<S> - Class in com.sptci.echo
An abstract updater task used to execute timed tasks in the background and push updates to the UI.
Controller.Updater<S> - Class in com.sptci.echo2
An abstract updater task used to execute timed tasks in the background and push updates to the UI.
Controller.Worker<S> - Class in com.sptci.echo
An abstract worker thread used to execute tasks in the background to avoid locking up the UI.
Controller.Worker<S> - Class in com.sptci.echo2
An abstract worker thread used to execute tasks in the background to avoid locking up the UI.
copy(String, String) - Method in class com.sptci.io.FileUtilities
Copy the contents of the specified source file to the destination file.
copy(File, File) - Method in class com.sptci.io.FileUtilities
Copy the contents of the specified source file to the destination file.
count(Class, PersistenceManager) - Method in class com.sptci.jdo.Factory
Return the total number of objects persisted in the data store.
count(PersistenceManager) - Method in class com.sptci.jdo.GroupFactory
Return a count of the total number of persistent instances of the Group object in the data store.
count(PersistenceManager) - Method in class com.sptci.jdo.UserFactory
Return a count of the total number of persistent instances of the User object in the data store.
create(char, Class, PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
Create a new persistent instance with the specified name.
create(char, String, PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
Create a new persistent instance with the specified name.
createButton(String, String) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, ActionListener) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, Object) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, ActionListener, Object) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, ImageReference, ActionListener) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, String) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, String, ActionListener) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String, String, ActionListener, Object) - Static method in class com.sptci.echo.Utilities
Create the button identified by the specified name.
createButton(String, String) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, ActionListener) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, ActionListener, Object) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, ImageReference, ActionListener) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, String) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, String, ActionListener) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButton(String, String, String, ActionListener, Object) - Static method in class com.sptci.echo2.Utilities
Create the button identified by the specified name.
createButtons() - Method in class com.sptci.echo.Confirmation
Create the standard buttons that will be displayed in the dialogue.
createButtons() - Method in class com.sptci.echo.tree.filesystem.FileSystemWindowPane
 
createCancel(Component) - Method in class com.sptci.echo.login.LoginPane
Initialise the component used to cancel (clear information) and add to the specified container component.
createCancel(Component) - Method in class com.sptci.echo2.login.LoginPane
Initialise the component used to cancel (clear information) and add to the specified container component.
createChild(Treeable) - Method in class com.sptci.echo.binding.ViewUpdater
Create tree nodes that represent the Treeable object and its children.
createChild(Treeable) - Method in class com.sptci.echo2.binding.ViewUpdater
Create tree nodes that represent the Treeable object and its children.
createChildren() - Method in class com.sptci.echo.tree.filesystem.FileSystemTreeNode
Create child nodes that represent the directories under the current directory.
createDisplayComponent() - Method in class com.sptci.epng.editabletree.Node
Abstract method to initialise Node.display with the appropriate subclass.
createDisplayComponent(Treeable) - Method in class com.sptci.epng.editabletree.Node
Abstract method to initialise Node.display with the appropriate subclass.
createDisplayComponent() - Method in class com.sptci.epng.editabletree.RootNode
Implementation of the mandatory method to initialise the appropriate DisplayComponent.
createDisplayComponent(Treeable) - Method in class com.sptci.epng.editabletree.RootNode
Implementation of the mandatory method to initialise the appropriate DisplayComponent.
createDisplayComponent() - Method in class com.sptci.epng.editabletree.StandardNode
Implementation of the mandatory method to initialise the appropriate DisplayComponent.
createDisplayComponent(Treeable) - Method in class com.sptci.epng.editabletree.StandardNode
Implementation of the mandatory method to initialise the appropriate DisplayComponent.
createLabel(String, String) - Static method in class com.sptci.echo.Utilities
Create a label using the specified name property.
createLabel(String, String, Object) - Static method in class com.sptci.echo.Utilities
Create a label using the specified name property and add it to the specified component.
createLabel(String, String, String) - Static method in class com.sptci.echo.Utilities
Create a label using the specified name property and style name.
createLabel(String, String, String, Object) - Static method in class com.sptci.echo.Utilities
Create a label using the specified name property and style name and add to the specified viewObject.
createLabel(String, String) - Static method in class com.sptci.echo2.Utilities
Create a label using the specified name property.
createLabel(String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create a label using the specified name property and add it to the specified component.
createLabel(String, String, String) - Static method in class com.sptci.echo2.Utilities
Create a label using the specified name property and style name.
createLabel(String, String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create a label using the specified name property and style name and add to the specified viewObject.
createLogin(Component) - Method in class com.sptci.echo.login.LoginPane
Initialise the LoginPane.login component and add to the specified container component.
createLogin(Component) - Method in class com.sptci.echo2.login.LoginPane
Initialise the LoginPane.login component and add to the specified container component.
createMenu(String, String) - Static method in class com.sptci.epng.Utilities
Create the Menu identified by the specified name.
createMenuItem(String, String) - Static method in class com.sptci.epng.Utilities
Create the MenuItem identified by the specified name.
createMenuItem(String, String, ActionListener) - Static method in class com.sptci.epng.Utilities
Create the menuItem identified by the specified name.
createMenuItem(String, String, ActionListener, Object) - Static method in class com.sptci.epng.Utilities
Create the menuItem identified by the specified name.
createMetaData(ResultSetMetaData) - Static method in class com.sptci.echo2.table.ResultSetMetaDataProxy
Returns a proxy meta data which returns a non-negative scale value for number columns.
createPane() - Method in class com.sptci.echo.tree.filesystem.FileSystemWindowPane
Create the split pane used to hold the file system pane and buttons.
createPassword(Component) - Method in class com.sptci.echo.login.LoginPane
Initialise the LoginPane.password field.
createPassword(Component) - Method in class com.sptci.echo2.login.LoginPane
Initialise the LoginPane.password field.
createPushButton(String, String) - Static method in class com.sptci.epng.Utilities
Create the button identified by the specified name.
createPushButton(String, String, ActionListener) - Static method in class com.sptci.epng.Utilities
Create the button identified by the specified name.
createPushButton(String, String, ActionListener, Object) - Static method in class com.sptci.epng.Utilities
Create the button identified by the specified name.
createResultSet(ResultSet) - Static method in class com.sptci.echo2.table.ResultSetProxy
Returns a proxy result set which returns a proxy ResultSetMetaData object to handle imprecisely defined number columns
createRichTextArea(String, String) - Static method in class com.sptci.epng.Utilities
Create the rich text area identified by the name specified.
createRichTextArea(String, String, Object) - Static method in class com.sptci.epng.Utilities
Create the text field identified by the name specified.
createRootUserObject(String) - Method in class com.sptci.echo.binding.ViewUpdater
Create the userObject for a root tree node.
createRootUserObject(String) - Method in class com.sptci.echo2.binding.ViewUpdater
Create the userObject for a root tree node.
createSocket() - Method in class com.sptci.SSLSocketFactory
Create an unconnected socket.
createSocket(Socket, String, int, boolean) - Method in class com.sptci.SSLSocketFactory
Returns a socket layered over an existing socket connected to the named host, at the given port.
createSocket(InetAddress, int) - Method in class com.sptci.SSLSocketFactory
Creates a socket and connects it to the specified port number at the specified address.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.sptci.SSLSocketFactory
Creates a socket and connect it to the specified remote address on the specified remote port.
createSocket(String, int) - Method in class com.sptci.SSLSocketFactory
Creates a socket and connects it to the specified remote host at the specified remote port.
createSocket(String, int, InetAddress, int) - Method in class com.sptci.SSLSocketFactory
Creates a socket and connects it to the specified remote host on the specified remote port.
createTextArea(String, String) - Static method in class com.sptci.echo.Utilities
Create the text area identified by the name specified.
createTextArea(String, String, Object) - Static method in class com.sptci.echo.Utilities
Create the text area identified by the name specified.
createTextArea(String, String, String) - Static method in class com.sptci.echo.Utilities
Create the text area identified by the name specified.
createTextArea(String, String, String, Object) - Static method in class com.sptci.echo.Utilities
Create the text area identified by the name specified.
createTextArea(String, String) - Static method in class com.sptci.echo2.Utilities
Create the text area identified by the name specified.
createTextArea(String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create the text area identified by the name specified.
createTextArea(String, String, String) - Static method in class com.sptci.echo2.Utilities
Create the text area identified by the name specified.
createTextArea(String, String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create the text area identified by the name specified.
createTextField(String, String) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, ActionListener) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, Object) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, ActionListener, Object) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String, ActionListener) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String, Object) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String, ActionListener, Object) - Static method in class com.sptci.echo.Utilities
Create the text field identified by the name specified.
createTextField(String, String) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, ActionListener) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, ActionListener, Object) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String, ActionListener) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String, Object) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTextField(String, String, String, ActionListener, Object) - Static method in class com.sptci.echo2.Utilities
Create the text field identified by the name specified.
createTitle() - Method in class com.sptci.echo.AbstractHeader
Create the label that displays the application title in the header.
createTop() - Method in class com.sptci.epng.ContentPane
Create the container component used to display the Header and ContentPane.menuBar.
createUserName(Component) - Method in class com.sptci.echo.login.LoginPane
Initialise the LoginPane.userName field.
createUserName(Component) - Method in class com.sptci.echo2.login.LoginPane
Initialise the LoginPane.userName field.
createUserObject(Treeable) - Method in class com.sptci.echo.binding.ViewUpdater
Create the userObject for a tree node.
createUserObject(Treeable) - Method in class com.sptci.echo2.binding.ViewUpdater
Create the userObject for a tree node.
createXStream() - Static method in class com.sptci.jdo.JDOObject
Return the utility used to convert the object to and from XML representation.
createXStream() - Static method in class com.sptci.jdo.NameDescription
Return the utility used to convert the object to and from XML representation.
createXStream() - Static method in class com.sptci.jpa.JPAObject
Return the utility used to convert the object to and from XML representation.
createXStream() - Static method in class com.sptci.jpa.NameDescription
Return the utility used to convert the object to and from XML representation.
crypt(String, byte[], int) - Method in class com.sptci.util.AESEncrypt
Encrypt/decrypt the specified value using the specified key.
crypt(String, byte[], int) - Method in class com.sptci.util.BlowfishEncrypt
Encrypt/decrypt the specified value using the specified key.
crypt(String, byte[], int) - Method in class com.sptci.util.Encrypt
Encrypt/decrypt the specified value using the specified key.
crypt(String, byte[], int) - Method in class com.sptci.util.TripleDESEncrypt
Encrypt/decrypt the specified value using the specified key.
crypt(byte[]) - Method in class com.sptci.util.XOREncrypt
 
CustomCallbackHandler - Class in com.sptci.auth
A custom callback handler to set the username and password.
CustomCallbackHandler(String, String) - Constructor for class com.sptci.auth.CustomCallbackHandler
Create a new callback handler using the specified values.
CustomCallbackHandler(String, char[]) - Constructor for class com.sptci.auth.CustomCallbackHandler
Create a new callback handler using the specified values.
CustomCallbackHandler(String, String, String) - Constructor for class com.sptci.auth.CustomCallbackHandler
Create a new callback handler using the specified values.
CustomCallbackHandler(String, char[], char[]) - Constructor for class com.sptci.auth.CustomCallbackHandler
Create a new callback handler using the specified values.
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