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 

P

packageName - Variable in class com.sptci.echo.binding.JDOMetaDataGenerator
The name of the package to which the class belongs.
packageName - Variable in class com.sptci.echo2.binding.JDOMetaDataGenerator
The name of the package to which the class belongs.
page - Variable in class com.sptci.echo.table.DefaultPageableTableModel
The current page being displayed in the table.
page - Variable in class com.sptci.echo2.table.DatabaseTableModel
The current page being displayed in the table.
page - Variable in class com.sptci.echo2.table.DefaultPageableTableModel
The current page being displayed in the table.
PageableTableModel - Interface in com.sptci.echo.table
A TableModel used to represent a pageable data set.
PageableTableModel<D> - Interface in com.sptci.echo2.table
A TableModel used to represent a pageable data set.
PageableTableNavigation - Class in com.sptci.epng
A controller for tables containing PageableTableModel backed tables.
PageableTableNavigation(Table) - Constructor for class com.sptci.epng.PageableTableNavigation
Create a new instance of the navigation component using the specified table component.
PageSelectListener() - Constructor for class com.sptci.echo.table.TableNavigation.PageSelectListener
 
PageSelectListener() - Constructor for class com.sptci.echo2.table.TableNavigation.PageSelectListener
 
PageSelectListener() - Constructor for class com.sptci.epng.table.TableNavigation.PageSelectListener
 
pageSize - Variable in class com.sptci.echo.table.DefaultPageableTableModel
The number of rows to display on one page.
pageSize - Variable in class com.sptci.echo2.table.DatabaseTableModel
The number of rows to display on one page.
pageSize - Variable in class com.sptci.echo2.table.DefaultPageableTableModel
The number of rows to display on one page.
pane - Variable in class com.sptci.echo.Dialogue
 
pane - Variable in class com.sptci.echo.tree.filesystem.FileSystemWindowPane
The file system pane displayed in this window pane.
parents(PersistenceManager) - Method in class com.sptci.jdo.CategoryFactory
Return all the root level categories in the data store.
parseDocument(InputStream) - Method in class com.sptci.echo2.ServerDelayMessage
Build the Document out of the contents in the specified InputStream.
parseEncoding(String) - Static method in class com.sptci.util.StringUtilities
Parse the charset from the content-type HTTP header if it was specified.
parseName(String) - Method in class com.sptci.echo.binding.PropertyChangeListener
Parse the field name specified, and remove any complex components used to set the name as actionCommands.
parseName(String) - Method in class com.sptci.echo2.binding.PropertyChangeListener
Parse the field name specified, and remove any complex components used to set the name as actionCommands.
passivate() - Method in class com.sptci.echo.JDOApplication
Over-ridden to close the JDOApplication.persistenceManager if necessary.
passivate() - Method in class com.sptci.echo2.NonTransactionalJDOApplication
Over-ridden to close the NonTransactionalJDOApplication.persistenceManager if necessary.
password - Variable in class com.sptci.auth.User
The password of the user.
PASSWORD - Static variable in class com.sptci.echo.login.LoginPane
The name of the LoginPane.password field.
password - Variable in class com.sptci.echo.login.LoginPane
 
PASSWORD - Static variable in class com.sptci.echo2.login.LoginPane
The name of the LoginPane.password field.
password - Variable in class com.sptci.echo2.login.LoginPane
 
password - Variable in class com.sptci.jdo.User
The password for the user.
PASSWORD_FILE - Static variable in class com.sptci.auth.FileLoginModule
The JVM system property that specifies the location of the properties file.
PasswordGenerator - Class in com.sptci.util
A utility class that can be used to generate secure random password values.
PasswordGenerator() - Constructor for class com.sptci.util.PasswordGenerator
Default constructor.
PasswordKeyCallback - Class in com.sptci.auth
A simple sub-class of PasswordCallback used to represent the key used to encrypt a password value.
PasswordKeyCallback(String, boolean) - Constructor for class com.sptci.auth.PasswordKeyCallback
Construct a PasswordCallback with a prompt and a boolean specifying whether the password should be displayed as it is being typed.
passwordLabel - Variable in class com.sptci.echo.login.LoginPane
The component to use to capture password information.
passwordLabel - Variable in class com.sptci.echo2.login.LoginPane
The component to use to capture password information.
persist() - Method in class com.sptci.echo.binding.JDOModelUpdater
Persist the Updater.bean to the data store.
persist() - Method in class com.sptci.echo2.binding.JDOModelUpdater
Persist the Updater.bean to the data store.
persistenceManager - Variable in class com.sptci.echo.JDOApplication
The persistence manager instance that is to be used for the current session.
persistenceManager - Variable in class com.sptci.echo2.NonTransactionalJDOApplication
The persistence manager instance that is to be used for the current session.
PersistenceManagerFactory - Class in com.sptci.jdo
A factory for accessing instances of a JDO PersistenceManager that are necessary for interacting with the data store.
pm - Variable in class com.sptci.echo2.table.JDOTableModel
The persistence manager instance to use.
pmf - Static variable in class com.sptci.jdo.PersistenceManagerFactory
The singleton instance of this class.
pollingInterval - Variable in class com.sptci.echo.Application
The polling interval as which any tasks in Application.updateTasks will be executed.
pollingInterval - Variable in class com.sptci.echo.Controller.Updater
The polling interval at which client must poll server for updates.
pollingInterval - Variable in class com.sptci.echo.Controller.Worker
The polling interval at which client must poll server for results of task execution.
pollingInterval - Variable in class com.sptci.echo2.Application
The polling interval as which any tasks in Application.updateTasks will be executed.
pollingInterval - Variable in class com.sptci.echo2.Controller.Updater
The polling interval at which client must poll server for updates.
pollingInterval - Variable in class com.sptci.echo2.Controller.Worker
The polling interval at which client must poll server for results of task execution.
populateContextParameters() - Method in class com.sptci.echo.http.Servlet
Populate Servlet.contextParameters with the information in web.xml.
PopUp - Class in com.sptci.epng.style
The default style to apply for PopUp components.
PopUp() - Constructor for class com.sptci.epng.style.PopUp
 
prefix - Variable in class com.sptci.echo2.table.RowSetTableModel
The prefix to use to look up localised column headers.
Previous - Class in com.sptci.echo.style.button
The style class for the button that displays the First button in TableNavigation.
Previous() - Constructor for class com.sptci.echo.style.button.Previous
 
Previous - Class in com.sptci.echo2.style.button
The style class for the button that displays the First button in TableNavigation.
Previous() - Constructor for class com.sptci.echo2.style.button.Previous
 
PreviousListener() - Constructor for class com.sptci.echo.table.TableNavigation.PreviousListener
 
PreviousListener() - Constructor for class com.sptci.echo2.table.TableNavigation.PreviousListener
 
PreviousListener() - Constructor for class com.sptci.epng.table.TableNavigation.PreviousListener
 
primaryKeys - Variable in class com.sptci.echo2.table.DatabaseTableModel
The list of primary key columns for the DatabaseTableModel.table.
primitives - Variable in class com.sptci.CodeGenerator
A HashSet containing the primitive types defined for Java.
principal - Variable in class com.sptci.auth.AbstractLoginModule
A principal that represents the user that is logged in.
principal - Variable in class com.sptci.echo.Application
The object that represents the name of the currently authenticated user.
principal - Variable in class com.sptci.echo.http.Servlet
A ThreadLocal field used to store the Principal object that represents the name of the current authenticated user.
principal - Variable in class com.sptci.echo2.Application
The object that represents the name of the currently authenticated user.
principal - Variable in class com.sptci.echo2.http.Servlet
A ThreadLocal field used to store the Principal object that represents the name of the current authenticated user.
process(HttpServletRequest, HttpServletResponse) - Method in class com.sptci.echo.http.Servlet
Over-ridden to handle all uncaught exceptions.
process(HttpServletRequest, HttpServletResponse) - Method in class com.sptci.echo2.http.Servlet
Over-ridden to handle all uncaught exceptions.
processAuthorisation(User, String[]) - Method in class com.sptci.auth.Authoriser
Process the authorisation request by checking the specified user for membership in the list of groups specified.
processAuthorisation(User, String[]) - Method in class com.sptci.auth.DatabaseAuthoriser
Check the authorisation credentials of the specified user against the list of groups specified.
processAuthorisation(User, String[]) - Method in class com.sptci.auth.TomcatAuthoriser
Check the authorisation credentials of the specified user against the list of groups specified.
processBackground() - Method in class com.sptci.echo.http.Servlet
Set the background system property if specified in web.xml
processClientUpdates() - Method in class com.sptci.echo.UpdateManager
Over-ridden to handle exceptions.
processClientUpdates() - Method in class com.sptci.echo2.UpdateManager
Over-ridden to handle exceptions.
processCollection(Map.Entry<String, Object>, Method, String) - Method in class com.sptci.echo.binding.ModelUpdater
Process collection fields in Updater.bean.
processCollection(Map.Entry<String, Object>, Method, String) - Method in class com.sptci.echo2.binding.ModelUpdater
Process collection fields in Updater.bean.
processColumnAnnotations(Map<Field, Column>) - Method in class com.sptci.echo.table.TableModel
Process the annotated fields and populate TableModel.columns as annotated.
processColumnAnnotations(Map<Field, Column>) - Method in class com.sptci.echo2.table.TableModel
Process the annotated fields and populate TableModel.columns as annotated.
processColumns() - Method in class com.sptci.echo.table.TableModel
Process the Fields of the object type included in TableModel.data and populate TableModel.columns.
processColumns() - Method in class com.sptci.echo2.table.DatabaseTableModel
Process the RowSetMetaData associated with RowSetTableModel.rowSet and populate RowSetTableModel.columns.
processColumns() - Method in class com.sptci.echo2.table.RowSetTableModel
Process the RowSetMetaData associated with RowSetTableModel.rowSet and populate RowSetTableModel.columns.
processColumns() - Method in class com.sptci.echo2.table.TableModel
Process the Fields of the object type included in TableModel.data and populate TableModel.columns.
processColumnsAnnotation(D) - Method in class com.sptci.echo.table.TableModel
Check for the Columns annotation on the data object and populate TableModel.columns as appropriate.
processColumnsAnnotation(D) - Method in class com.sptci.echo2.table.TableModel
Check for the Columns annotation on the data object and populate TableModel.columns as appropriate.
processComponent(Field) - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate a Field for the JavaBean class that will be generated from the specified Echo2 UI component
processComponent(Field) - Method in class com.sptci.echo.binding.ModelGenerator
Generate a Field for the JavaBean class that will be generated from the specified Echo2 UI component
processComponent(Field) - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate a Field for the JavaBean class that will be generated from the specified Echo2 UI component
processComponent(Field) - Method in class com.sptci.echo2.binding.ModelGenerator
Generate a Field for the JavaBean class that will be generated from the specified Echo2 UI component
processFatalException(Throwable) - Method in class com.sptci.echo.Application
A global handler for exceptions encountered while updating the display.
processFatalException(String, Throwable) - Method in class com.sptci.echo.Application
A global handler for exceptions encountered while updating the display.
processFatalException(Throwable) - Method in class com.sptci.echo.Controller
A global handler for exceptions encountered while updating the display.
processFatalException(String, Throwable) - Method in class com.sptci.echo.Controller
A global handler for exceptions encountered while updating the display.
processFatalException(Throwable) - Method in class com.sptci.echo.Listener
A global handler for exceptions encountered while updating the display.
processFatalException(String, Throwable) - Method in class com.sptci.echo.Listener
A global handler for exceptions encountered while updating the display.
processFatalException(Throwable) - Method in class com.sptci.echo2.Application
A global handler for exceptions encountered while updating the display.
processFatalException(String, Throwable) - Method in class com.sptci.echo2.Application
A global handler for exceptions encountered while updating the display.
processFatalException(Throwable) - Method in class com.sptci.echo2.Controller
A global handler for exceptions encountered while updating the display.
processFatalException(String, Throwable) - Method in class com.sptci.echo2.Controller
A global handler for exceptions encountered while updating the display.
processFields(Map<String, Field>) - Method in class com.sptci.echo.table.TableModel
Process the Fields in the underlying data object and initialise TableModel.columns.
processFields(Map<String, Field>) - Method in class com.sptci.echo2.table.TableModel
Process the Fields in the underlying data object and initialise TableModel.columns.
processList(List, PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.echo.binding.PropertyChangeListener
Process a field with type List in PropertyChangeListener.bean.
processList(Object, PropertyChangeEvent, Field) - Method in class com.sptci.echo.binding.ViewPropertyChangeListener
Update AbstractList UI components.
processList(List, PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.echo2.binding.PropertyChangeListener
Process a field with type List in PropertyChangeListener.bean.
processList(Object, PropertyChangeEvent, Field) - Method in class com.sptci.echo2.binding.ViewPropertyChangeListener
Update AbstractList UI components.
processListComponent(AbstractListComponent, Constraints, String, Collection<String>) - Method in class com.sptci.echo.binding.ViewValidator
Check the specified list component and ensure that at least one value is selected if annotated as mandatory.
processListComponent(AbstractListComponent, Constraints, String, Collection<String>) - Method in class com.sptci.echo2.binding.ViewValidator
Check the specified list component and ensure that at least one value is selected if annotated as mandatory.
processLogo() - Method in class com.sptci.echo.http.Servlet
Configure the application logo is specified in web.xml
processMap(Map, PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.echo.binding.PropertyChangeListener
Process a field with type Map in PropertyChangeListener.bean.
processMap(Map, PropertyChangeEvent) - Method in class com.sptci.echo.binding.ViewPropertyChangeListener
Update ToggleButton UI components.
processMap(Map<String, ToggleButton>, Map<String, Boolean>) - Method in class com.sptci.echo.binding.ViewUpdater
Update ToggleButton UI components.
processMap(Map, PropertyChangeEvent, PropertyDescriptor) - Method in class com.sptci.echo2.binding.PropertyChangeListener
Process a field with type Map in PropertyChangeListener.bean.
processMap(Map, PropertyChangeEvent) - Method in class com.sptci.echo2.binding.ViewPropertyChangeListener
Update ToggleButton UI components.
processMap(Map<String, ToggleButton>, Map<String, Boolean>) - Method in class com.sptci.echo2.binding.ViewUpdater
Update ToggleButton UI components.
processParameter(String) - Method in class com.sptci.echo.http.Servlet
Search for the specified parameter in the servlet config or servlet context and if available set a system property with the name-value pair.
processRegex(Constraints, String, String, Collection<String>) - Method in class com.sptci.echo.binding.ViewValidator
Process the Constraints.regex() value and apply to the value in the field.
processRegex(Constraints, String, String, Collection<String>) - Method in class com.sptci.echo2.binding.ViewValidator
Process the Constraints.regex() value and apply to the value in the field.
processStyleName(String, String, String) - Static method in class com.sptci.echo.Utilities
Apply some logical rules to the styleName parameter specified.
processStyleName(String, String, String) - Static method in class com.sptci.echo2.Utilities
Apply some logical rules to the styleName parameter specified.
processTextComponent(TextComponent, Constraints, String, Collection<String>) - Method in class com.sptci.echo.binding.ViewValidator
Process a TextComponent against its annotated constraints.
processTextComponent(TextComponent, Constraints, String, Collection<String>) - Method in class com.sptci.echo2.binding.ViewValidator
Process a TextComponent against its annotated constraints.
processUnique(Collection<String>) - Method in class com.sptci.echo.binding.JDOViewValidator
Process unique constraint annotations in JDOViewValidator.model and perform validation on the corresponding data in ViewValidator.view.
processUnique(Collection<String>) - Method in class com.sptci.echo2.binding.JDOViewValidator
Process unique constraint annotations in JDOViewValidator.model and perform validation on the corresponding data in ViewValidator.view.
properties - Variable in class com.sptci.echo.Application
A map to store arbitrary properties in the application session scope.
properties - Variable in class com.sptci.echo2.Application
A map to store arbitrary properties in the application session scope.
properties - Variable in class com.sptci.PropertyChangeListener
A HashMap of all the properties defined in the PropertyChangeListener.bean.
PROPERTY_NAME - Static variable in class com.sptci.jdo.User
The system property used to indicate whether to use secure password or less secure password.
propertyBase - Variable in class com.sptci.epng.EditableTree
The base property key to use for the various localised strings displayed in the tree.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.echo.binding.JDOModelPropertyChangeListener
Over-riddent implementation of the method defined in PropertyChangeListener.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.echo.binding.ModelPropertyChangeListener
Over-riddent implementation of the method defined in PropertyChangeListener.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.echo.binding.ViewPropertyChangeListener
Implementation of the event handling method.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.echo2.binding.JDOModelPropertyChangeListener
Over-riddent implementation of the method defined in PropertyChangeListener.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.echo2.binding.ModelPropertyChangeListener
Over-riddent implementation of the method defined in PropertyChangeListener.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.echo2.binding.ViewPropertyChangeListener
Implementation of the event handling method.
propertyChange(PropertyChangeEvent) - Method in class com.sptci.PropertyChangeListener
Implementation of the method defined in PropertyChangeListener.
PropertyChangeListener - Class in com.sptci.echo.binding
An implementation of PropertyChangeListener used to synchronise changes made to properties in UI components or the PropertyChangeListener.bean java bean with each other.
PropertyChangeListener() - Constructor for class com.sptci.echo.binding.PropertyChangeListener
Default constructor.
PropertyChangeListener(Object) - Constructor for class com.sptci.echo.binding.PropertyChangeListener
Create a new instance of the class using the specified java bean.
PropertyChangeListener - Class in com.sptci.echo2.binding
An implementation of PropertyChangeListener used to synchronise changes made to properties in UI components or the PropertyChangeListener.bean java bean with each other.
PropertyChangeListener() - Constructor for class com.sptci.echo2.binding.PropertyChangeListener
Default constructor.
PropertyChangeListener(Object) - Constructor for class com.sptci.echo2.binding.PropertyChangeListener
Create a new instance of the class using the specified java bean.
PropertyChangeListener - Class in com.sptci
An implementation of PropertyChangeListener used to synchronise changes made to properties in UI components to the PropertyChangeListener.bean java bean.
PropertyChangeListener() - Constructor for class com.sptci.PropertyChangeListener
Default constructor.
PropertyChangeListener(Object) - Constructor for class com.sptci.PropertyChangeListener
Create a new instance of the class using the specified java bean.
publish(LogRecord) - Method in class com.sptci.logging.WriterHandler
 
Publishable - Interface in com.sptci.jdo
An interface that represents an object that holds state regarding its publishable/published status.
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