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 

G

General - Class in com.sptci.echo.style
A general style class for components.
General() - Constructor for class com.sptci.echo.style.General
 
General - Class in com.sptci.echo2.style
A general style class for components.
General() - Constructor for class com.sptci.echo2.style.General
 
generate() - Method in class com.sptci.CodeGenerator
The abstract method that will generate the full source code.
generate() - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate the JDO meta-data file for a JDO JavaBean.
generate() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Load the class specified, and generate a JavaBean representing its UI components.
generate() - Method in class com.sptci.echo.binding.JDOModelGenerator
Over-ridden to generate the factory class source and metadata file in addition to the JavaBean source.
generate() - Method in class com.sptci.echo.binding.ModelGenerator
Load the class specified, and generate a JavaBean representing its UI components.
generate() - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate the JDO meta-data file for a JDO JavaBean.
generate() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Load the class specified, and generate a JavaBean representing its UI components.
generate() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Over-ridden to generate the factory class source and metadata file in addition to the JavaBean source.
generate() - Method in class com.sptci.echo2.binding.ModelGenerator
Load the class specified, and generate a JavaBean representing its UI components.
generate(int) - Method in class com.sptci.util.PasswordGenerator
Generate a random password of the specified length.
generate(int, char[]) - Method in class com.sptci.util.PasswordGenerator
Generate a random password of the specified length and restricted to the characters specified.
generateBeanMethods() - Method in class com.sptci.CodeGenerator
Generate the accessor and mutator methods for the JavaBean.
generateBeanMethods() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Over-ridden to fire PropertyChangeEvents for mutator methods.
generateBeanMethods() - Method in class com.sptci.echo.binding.ModelGenerator
Over-ridden to fire PropertyChangeEvents for mutator methods.
generateBeanMethods() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Over-ridden to fire PropertyChangeEvents for mutator methods.
generateBeanMethods() - Method in class com.sptci.echo2.binding.ModelGenerator
Over-ridden to fire PropertyChangeEvents for mutator methods.
generateCloneMethod() - Method in class com.sptci.CodeGenerator
Generate the clone method for the JavaBean.
generateCloneMethod() - Method in class com.sptci.echo.binding.JDOModelGenerator
Over-ridden to return an empty string.
generateCloneMethod() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Over-ridden to return an empty string.
generateCompareToMethod() - Method in class com.sptci.CodeGenerator
Generate the compareTo method for the JavaBean.
generateCompareToMethod() - Method in class com.sptci.echo.binding.JDOModelGenerator
Over-ridden to return an empty string.
generateCompareToMethod() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Over-ridden to return an empty string.
generateConstructors() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the constructors for the JavaBean.
generateConstructors() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the constructors for the JavaBean.
generateConstructors() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the constructors for the JavaBean.
generateConstructors() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the constructors for the JavaBean.
generateCreateXStreamMethod() - Method in class com.sptci.echo.binding.JDOModelGenerator
Return the custom implementation of the createXStream method.
generateCreateXStreamMethod() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Return the custom implementation of the createXStream method.
generateDefaultConstructor() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the default constructor for the JavaBean
generateDefaultConstructor() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the default constructor for the JavaBean
generateDefaultConstructor() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the default constructor for the JavaBean
generateDefaultConstructor() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the default constructor for the JavaBean
generateDeleteMethod() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate the delete method that will be used to delete a JDO JavaBean to the JDO data store.
generateDeleteMethod() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate the delete method that will be used to delete a JDO JavaBean to the JDO data store.
generateDesignatedConstructor() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the designated constructor for the JavaBean
generateDesignatedConstructor() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the designated constructor for the JavaBean
generateDesignatedConstructor() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the designated constructor for the JavaBean
generateDesignatedConstructor() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the designated constructor for the JavaBean
generateEchoPackage() - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate the meta-data elements and attributes for the com.sptci.echo package.
generateEchoPackage() - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate the meta-data elements and attributes for the com.sptci.echo2 package.
generateEqualsMethod() - Method in class com.sptci.CodeGenerator
Generate the equals method for the JavaBean.
generateFactory() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate a Factory class that handles interactions between the JDO JavaBean objects and the JDO datastore.
generateFactory() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate a Factory class that handles interactions between the JDO JavaBean objects and the JDO datastore.
generateFactoryInitialisers() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate the initialiser methods for the factory class.
generateFactoryInitialisers() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate the initialiser methods for the factory class.
generateFactoryMethods() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate additional factory methods for fetching the JDO JavaBean instances from the JDO data store.
generateFactoryMethods() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate additional factory methods for fetching the JDO JavaBean instances from the JDO data store.
generateFields() - Method in class com.sptci.CodeGenerator
Generate the default fields for the class.
generateFields() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the fields for the JavaBean.
generateFields() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the fields for the JavaBean.
generateFields() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the fields for the JavaBean.
generateFields() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the fields for the JavaBean.
generateFile(File) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate a new meta-data file with the meta-data for the JDOMetaDataGenerator.name JDO object.
generateFile(File) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate a new meta-data file with the meta-data for the JDOMetaDataGenerator.name JDO object.
generateHashCodeMethod() - Method in class com.sptci.CodeGenerator
Generate the equals method for the JavaBean.
generateListItem() - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate the meta-data for the ListItem class.
generateListItem() - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate the meta-data for the ListItem class.
generateMetaData() - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate the meta-data elements and attributes for the JDO object represented by JDOMetaDataGenerator.name.
generateMetaData() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate the JDO meta-data file for the JDO JavaBean.
generateMetaData() - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate the meta-data elements and attributes for the JDO object represented by JDOMetaDataGenerator.name.
generateMetaData() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate the JDO meta-data file for the JDO JavaBean.
generateMethods() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the methods for the JavaBean.
generateMethods() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate the methods for the JavaBean.
generateMethods() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the methods for the JavaBean.
generateMethods() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the methods for the JavaBean.
generateMethods() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate the methods for the JavaBean.
generateMethods() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the methods for the JavaBean.
generatePropertyChangeFields() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the fields necessary to support PropertyChangeListener ability for the bean.
generatePropertyChangeFields() - Method in class com.sptci.echo.binding.JDOModelGenerator
Over-ridden to return an empty string.
generatePropertyChangeFields() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the fields necessary to support PropertyChangeListener ability for the bean.
generatePropertyChangeFields() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the fields necessary to support PropertyChangeListener ability for the bean.
generatePropertyChangeFields() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Over-ridden to return an empty string.
generatePropertyChangeFields() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the fields necessary to support PropertyChangeListener ability for the bean.
generatePropertyChangeMethods() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the methods to support property change events.
generatePropertyChangeMethods() - Method in class com.sptci.echo.binding.JDOModelGenerator
Over-ridden to return an empty string.
generatePropertyChangeMethods() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the methods to support property change events.
generatePropertyChangeMethods() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the methods to support property change events.
generatePropertyChangeMethods() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Over-ridden to return an empty string.
generatePropertyChangeMethods() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the methods to support property change events.
generateSaveMethod() - Method in class com.sptci.echo.binding.JDOModelGenerator
Generate the save method that will be used to save a JDO JavaBean to the JDO data store.
generateSaveMethod() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Generate the save method that will be used to save a JDO JavaBean to the JDO data store.
generateSource() - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate the element for the class represented by JDOMetaDataGenerator.name.
generateSource() - Method in class com.sptci.echo.binding.JDOModelDecoratorGenerator
Generate the source code for the JavaBean.
generateSource() - Method in class com.sptci.echo.binding.ModelGenerator
Generate the source code for the JavaBean.
generateSource() - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate the element for the class represented by JDOMetaDataGenerator.name.
generateSource() - Method in class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Generate the source code for the JavaBean.
generateSource() - Method in class com.sptci.echo2.binding.ModelGenerator
Generate the source code for the JavaBean.
generateSourcePackage() - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Generate the package (JDOMetaDataGenerator.packageName) element for the class represented by JDOMetaDataGenerator.name.
generateSourcePackage() - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Generate the package (JDOMetaDataGenerator.packageName) element for the class represented by JDOMetaDataGenerator.name.
generateToStringMethod() - Method in class com.sptci.CodeGenerator
Generate the toString method for the JavaBean.
generateToStringMethod() - Method in class com.sptci.echo.binding.JDOModelGenerator
Over-ridden to return the createXStream method.
generateToStringMethod() - Method in class com.sptci.echo2.binding.JDOModelGenerator
Over-ridden to return the createXStream method.
get(int) - Method in class com.sptci.echo.list.EnumListModel
Returns the enumerated contant value at the specified index.
get(int) - Method in class com.sptci.echo.list.FilteredEnumListModel
Returns the enumerated contant value at the specified index.
get(int) - Method in class com.sptci.echo.list.ListModel
Returns the value at the specified index in the list.
get(int) - Method in class com.sptci.echo2.ListModel
Returns the value at the specified index in the list.
getAcceptedIssuers() - Method in class com.sptci.TrustManager
Return an array of certificate authority certificates which are trusted for authenticating peers.
getActionListener() - Method in class com.sptci.echo.Logout
Return the action listener to bind to this component.
getActionListener() - Method in class com.sptci.echo2.Logout
Return the action listener to bind to this component.
getActionListener() - Method in class com.sptci.epng.Logout
Return the action listener to bind to this component.
getAdd() - Method in class com.sptci.epng.editabletree.Node
Returns Node.add.
getAddListener() - Method in class com.sptci.epng.EditableTree
getAppend() - Method in class com.sptci.logging.FileHandler
Returns the value of the Append option.
getApplication() - Static method in class com.sptci.echo.Application
Convenience method to return the active application as a properly typed object.
getApplication() - Method in class com.sptci.echo.Controller
getApplication(HttpSession) - Method in class com.sptci.echo.http.ContextListener
Return the application instance associated with the specified session.
getApplication() - Static method in class com.sptci.echo.JDOApplication
Convenience method to return the active application as a properly typed object.
getApplication() - Method in class com.sptci.echo.Listener
Convenience method to return the application instance for the session.
getApplication() - Static method in class com.sptci.echo2.Application
Convenience method to return the active application as a properly typed object.
getApplication() - Method in class com.sptci.echo2.Controller
getApplication() - Static method in class com.sptci.echo2.JDOApplication
Convenience method to return the active application as a properly typed object.
getApplication() - Method in class com.sptci.echo2.Listener
Convenience method to return the application instance for the session.
getApplication() - Static method in class com.sptci.echo2.NonTransactionalJDOApplication
Convenience method to return the active application as a properly typed object.
getApplications(HttpSession) - Method in class com.sptci.echo.http.ContextListener
Return the application instances associated with the specified session.
getBackground() - Static method in class com.sptci.echo.style.Background
Return the Background.singleton instance.
getBasedn() - Method in class com.sptci.ldap.LdapResourceFactory
 
getBean() - Method in class com.sptci.echo.binding.Updater
Returns Updater.bean.
getBean() - Method in class com.sptci.echo2.binding.Updater
Returns Updater.bean.
getBean() - Method in class com.sptci.PropertyChangeListener
getBoldStyleName() - Method in class com.sptci.echo.table.BoldModelRenderer
Return the style name to use to render the table cell component in bold.
getBoldStyleName() - Method in class com.sptci.echo.table.BoldRowRenderer
Return the style name to use to render the table cell component in bold.
getBookmarkIcon() - Method in class com.sptci.echo.http.Servlet
 
getBufferSize() - Method in class com.sptci.logging.WriterHandler
 
getButton(String) - Method in class com.sptci.echo.table.TableNavigation
Create the button used to control navigation among the pages.
getButton(String) - Method in class com.sptci.echo2.table.TableNavigation
Create the button used to control navigation among the pages.
getButton(String) - Method in class com.sptci.epng.table.TableNavigation
Create the button used to control navigation among the pages.
getChild(Object, int) - Method in class com.sptci.echo.tree.TreeModel
Return the child at the specified index under the parent node in the tree.
getChildCount() - Method in class com.sptci.echo.tree.filesystem.FileSystemTreeNode
Over-ridden to lazily initialise the child nodes and return the count.
getChildCount(Object) - Method in class com.sptci.echo.tree.TreeModel
Return the number of children under the specified parent object.
getChildren() - Method in class com.sptci.echo.tree.Root
The method that returns the children of this instance.
getChildren() - Method in class com.sptci.jdo.Category
The method that returns the children of this instance.
getChildren() - Method in interface com.sptci.jdo.Treeable
The method that returns the children of this instance.
getColumn() - Method in class com.sptci.echo.table.OrderBy
getColumn() - Method in class com.sptci.echo2.table.OrderBy
getColumnAnnotations(Map<String, Field>) - Method in class com.sptci.echo.table.TableModel
Fetch any Fields in the specified array that have a Column annotation.
getColumnAnnotations(Map<String, Field>) - Method in class com.sptci.echo2.table.TableModel
Fetch any Fields in the specified array that have a Column annotation.
getColumnClass(int) - Method in class com.sptci.echo.table.TableModel
Returns the class of the objects displayed in the specified column.
getColumnClass(int) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
Over-ridden to always return String.class.
getColumnClass(int) - Method in class com.sptci.echo2.table.RowSetTableModel
Returns the class of the objects displayed in the specified column.
getColumnClass(int) - Method in class com.sptci.echo2.table.TableModel
Returns the class of the objects displayed in the specified column.
getColumnCount() - Method in class com.sptci.echo.table.TableModel
Returns the number of columns displayed in the table.
getColumnCount() - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
Returns the number of columns displayed in the table.
getColumnCount() - Method in class com.sptci.echo.tree.TreeModel
Return the number of columns displayed in the tree table.
getColumnCount() - Method in class com.sptci.echo2.table.RowSetTableModel
Returns the number of columns displayed in the table.
getColumnCount() - Method in class com.sptci.echo2.table.TableModel
Returns the number of columns displayed in the table.
getColumnLayoutData() - Static method in class com.sptci.echo.style.Style
Return a default grid layout data object.
getColumnLayoutData() - Static method in class com.sptci.echo2.style.Style
Return a default grid layout data object.
getColumnName(int) - Method in class com.sptci.echo.table.TableModel
Returns the name of the specified column.
getColumnName(int) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
Returns the name of the specified column.
getColumnName(int) - Method in class com.sptci.echo2.table.RowSetTableModel
Returns the name of the specified column.
getColumnName(int) - Method in class com.sptci.echo2.table.TableModel
Returns the name of the specified column.
getComponent() - Method in class com.sptci.echo.AbstractHeader
 
getComponent() - Method in class com.sptci.echo.Header
 
getComponent() - Method in class com.sptci.echo.MenuHeader
 
getConditionVariable() - Method in class com.sptci.HttpDownloader
 
getConnection(String, String, String...) - Method in class com.sptci.HttpDownloader
Open a connection to the specified URL using the specified method.
getContent() - Method in class com.sptci.echo.AbstractFrame
Return the main content component displayed in this content pane.
getContent() - Method in class com.sptci.echo.login.LoginListener
Fetch the container component that is to be used to replace the current window contents after a successful login.
getContent() - Method in class com.sptci.echo2.login.LoginListener
Fetch the container component that is to be used to replace the current window contents after a successful login.
getContent() - Method in class com.sptci.epng.ContentPane
Return the main content component displayed in this pane.
getContentDisposition() - Method in class com.sptci.echo2.FileDownloadProvider
Returns the content-disposition for the file.
getContentPane() - Method in class com.sptci.echo.Application
Convenience method that returns the ContentPane for Application.window.
getContentPane() - Method in class com.sptci.echo2.Application
Convenience method that returns the ContentPane for Application.window.
getContentType() - Method in class com.sptci.echo2.FileDownloadProvider
Returns the content type of the file.
getContentType() - Method in class com.sptci.echo2.FileUploadListener
getContextParameters() - Static method in class com.sptci.echo.Application
 
getController() - Method in class com.sptci.echo2.Listener
getCreated() - Method in interface com.sptci.jdo.Dated
Returns the date on which the object was created.
getCurrentDay() - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the current day in the default time zone.
getCurrentDay(TimeZone) - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the current day in the specified time zone.
getCurrentDay() - Static method in class com.sptci.util.DateUtilities
Return a date instance that represents the current day in the local time zone.
getCurrentDay(TimeZone) - Static method in class com.sptci.util.DateUtilities
Return a date instance that represents the current day in the specified time zone.
getCurrentDayEnd() - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the end of the current day in the default time zone.
getCurrentDayEnd(TimeZone) - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the end of the current day in the specified time zone.
getCurrentDayEnd() - Static method in class com.sptci.util.DateUtilities
Return a date instance that represents the current day in the local time zone.
getCurrentDayEnd(TimeZone) - Static method in class com.sptci.util.DateUtilities
Return a date instance that represents the current day in the specified time zone.
getData() - Method in class com.sptci.echo.list.ListModel
Return a read-only view of the data in ListModel.data.
getData() - Method in class com.sptci.echo.table.EventObject
Returns the EventObject.data on which the event was triggered.
getData() - Method in class com.sptci.echo2.ListModel
Return a read-only view of the data in ListModel.data.
getData(String, DataSource, String, List<String>, int, int) - Static method in class com.sptci.echo2.table.DatabaseHelper
Fetch the data for the specified SQL statement.
getData(DataSource, String, String, List<String>, List<String>, List<String>, int, int) - Static method in class com.sptci.echo2.table.DatabaseHelper
Fetch the data from the specified table.
getData() - Method in class com.sptci.echo2.table.EventObject
Returns the EventObject.data on which the event was triggered.
getDataDirectory() - Method in class com.sptci.echo.Application
getDataDirectory() - Method in class com.sptci.echo.Controller
Convenience method that returns Application.dataDirectory.
getDataDirectory() - Method in class com.sptci.echo2.Application
getDataDirectory() - Method in class com.sptci.echo2.Controller
Convenience method that returns Application.dataDirectory.
getDataSource(String) - Static method in class com.sptci.echo2.table.DatabaseHelper
Return the DataSource identified by the JNDI name specified.
getDataSourceName() - Method in class com.sptci.echo2.table.DatabaseTableModel
getDataStoreCache() - Method in class com.sptci.jdo.PersistenceManagerFactory
Return the DataStoreCache that may be used to control caching.
getDatePattern() - Method in class com.sptci.logging.DailyRollingFileHandler
Returns the value of the DatePattern option.
getDay(Date) - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the day specified by the specified date in the default time zone.
getDay(Date, TimeZone) - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the day specified by the specified date in the specified time zone.
getDay(Date) - Static method in class com.sptci.util.DateUtilities
Return the day after truncating the time component from the specified date for the default time zone.
getDay(Date, TimeZone) - Static method in class com.sptci.util.DateUtilities
Return the day after truncating the time component from the specified date for the specified time zone.
getDayEnd(Date) - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the end of the day specified by the specified date in the default time zone.
getDayEnd(Date, TimeZone) - Static method in class com.sptci.util.CalendarUtilities
Return a calendar instance that represents the end of the day specified by the specified date in the specified time zone.
getDayEnd(Date) - Static method in class com.sptci.util.DateUtilities
Return the day after truncating the time component from the specified date for the default time zone.
getDayEnd(Date, TimeZone) - Static method in class com.sptci.util.DateUtilities
Return the day after truncating the time component from the specified date for the specified time zone.
getDefault() - Static method in class com.sptci.SSLSocketFactory
Returns a copy of the environment's default socket factory.
getDefaultCipherSuites() - Method in class com.sptci.SSLSocketFactory
Returns the list of cipher suites which are enabled by default.
getDeleteListener() - Method in class com.sptci.epng.EditableTree
getDescription() - Method in class com.sptci.echo.binding.ListObject
getDescription() - Method in class com.sptci.echo2.binding.ListObject
getDescription() - Method in class com.sptci.jdo.NameDescription
getDescription() - Method in class com.sptci.jpa.NameDescription
getDirection() - Method in class com.sptci.echo.table.OrderBy
getDirection() - Method in class com.sptci.echo2.table.OrderBy
getDirectory() - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
 
getDirectory() - Method in class com.sptci.echo.tree.filesystem.FileList
 
getDisplay() - Method in class com.sptci.epng.editabletree.Node
Returns Node.display.
getDisplayColumns() - Method in class com.sptci.echo2.table.DatabaseTableModel
getDisplayName() - Method in class com.sptci.echo.tree.Root
The display name to display for the node corresponding to this instance.
getDisplayName() - Method in class com.sptci.jdo.Category
The display name to display for the node corresponding to this instance.
getDisplayName() - Method in interface com.sptci.jdo.Treeable
The display name to display for the node corresponding to this instance.
getExtent(Object, String) - Static method in class com.sptci.echo.Dimensions
Returns an Extent corresponding to the configured value for the key for the specified source object.
getExtent(Class, String) - Static method in class com.sptci.echo.Dimensions
Returns an Extent corresponding to the configured value for the key for the specified source object.
getExtent(String) - Static method in class com.sptci.echo.Dimensions
Returns configured extent value for the key.
getExtent(int) - Static method in class com.sptci.echo.style.Extent
Fetch an extent instance that represents the specified size in the default units.
getExtent(int, int) - Static method in class com.sptci.echo.style.Extent
Fetch an extent instance that represents the specified size in the specified units.
getExtent(Object, String) - Static method in class com.sptci.echo2.Dimensions
Returns an Extent corresponding to the configured value for the key for the specified source object.
getExtent(Class, String) - Static method in class com.sptci.echo2.Dimensions
Returns an Extent corresponding to the configured value for the key for the specified source object.
getExtent(String) - Static method in class com.sptci.echo2.Dimensions
Returns configured extent value for the key.
getFactory(Node) - Method in class com.sptci.epng.editabletree.Listener
Fetch the repository object used to interact with the data store.
getFieldName(String) - Method in class com.sptci.echo.binding.ModelUpdater
Fetch the proper bean beanField name to use based upon the view beanField name.
getFieldName() - Method in class com.sptci.echo.table.ColumnMetaData
Return the value of ColumnMetaData.fieldName.
getFieldName(String) - Method in class com.sptci.echo2.binding.ModelUpdater
Fetch the proper bean beanField name to use based upon the view beanField name.
getFieldName() - Method in class com.sptci.echo2.table.ColumnMetaData
Return the value of ColumnMetaData.fieldName.
getFile(ActionEvent) - Method in class com.sptci.echo.tree.filesystem.DirectoryListener
Return the directory that was selected in the tree.
getFile() - Method in class com.sptci.logging.FileHandler
Returns the value of the File option.
getFileName() - Method in class com.sptci.echo2.FileDownloadProvider
Returns the file's name.
getFileName() - Method in class com.sptci.echo2.FileUploadListener
getFilter() - Method in interface com.sptci.echo.FilterView
Return the model object that is used to filter the other model objects backing the view.
getFilter() - Method in class com.sptci.echo.table.JDOFilterTableModel
Return the filter object used in this table model.
getFilter() - Method in interface com.sptci.echo2.FilterView
Return the model object that is used to filter the other model objects backing the view.
getFilter() - Method in class com.sptci.echo2.table.JDOFilterTableModel
Return the filter object used in this table model.
getFilterField() - Method in class com.sptci.echo.table.JDOFilterTableModel
Return the name of the field in JDOTableModel.model that JDOFilterTableModel.filter represents.
getFilterField() - Method in class com.sptci.echo2.table.JDOFilterTableModel
Return the name of the field in JDOTableModel.model that JDOFilterTableModel.filter represents.
getFlush() - Method in class com.sptci.io.LoggingInputStream
getFlush() - Method in class com.sptci.io.LoggingReader
getGridLayoutData() - Static method in class com.sptci.echo.style.Style
Return a default grid layout data object.
getGridLayoutData() - Static method in class com.sptci.echo2.style.Style
Return a default grid layout data object.
getGroups() - Method in class com.sptci.jdo.User
Returns User.groups.
getHeader() - Method in class com.sptci.echo.AbstractFrame
 
getHeader() - Method in class com.sptci.echo.Frame
getHeader() - Method in class com.sptci.echo.login.LoginView
 
getHeader() - Method in class com.sptci.echo.MenuFrame
getId() - Method in class com.sptci.echo.binding.ListObject
Returns ListObject.id.
getId() - Method in class com.sptci.echo2.binding.ListObject
Returns ListObject.id.
getImmediateFlush() - Method in class com.sptci.logging.WriterHandler
 
getIndexOfChild(Object, Object) - Method in class com.sptci.echo.tree.TreeModel
Return the index for the specified child under the specified parent node in the tree.
getInformation() - Method in class com.sptci.KeyValue
getInputStream(Locale[]) - Method in class com.sptci.echo2.ServerDelayMessage
Return the InputStream for the resource file.
getInputStream(HttpURLConnection) - Method in class com.sptci.HttpDownloader
Return the proper input stream to use to read the response.
getInputStream() - Method in class com.sptci.io.LoggingInputStream
getInstance(int) - Static method in class com.sptci.echo.style.Color
Return a cached colour instance representing the specified RGB value.
getInstance(int, int, int) - Static method in class com.sptci.echo.style.Color
Return a cached colour instance representing the specified RGB value.
getInstance(int) - Static method in class com.sptci.echo.style.Extent
Deprecated.
getInstance(int, int) - Static method in class com.sptci.echo.style.Extent
Deprecated.
getInstance() - Static method in class com.sptci.echo.style.Font
Factory method to use to retrieve the cached default font instance.
getInstance(Extent) - Static method in class com.sptci.echo.style.Font
Factory method to use to retrieve a cached font instance.
getInstance(int) - Static method in class com.sptci.echo.style.Font
Factory method to use to retrieve a cached font instance.
getInstance(int, Extent) - Static method in class com.sptci.echo.style.Font
Factory method to use to retrieve a cached font instance.
getInstance(Font.Typeface, Extent) - Static method in class com.sptci.echo.style.Font
Deprecated.
Warning, you are creating a non-standard font.
getInstance(Font.Typeface, int, Extent) - Static method in class com.sptci.echo.style.Font
Deprecated.
Warning, you are creating a non-standard font.
getInstance() - Static method in class com.sptci.echo2.style.Background
Return the Background.singleton instance.
getInstance(int) - Static method in class com.sptci.echo2.style.Color
Return a cached colour instance representing the specified RGB value.
getInstance(int, int, int) - Static method in class com.sptci.echo2.style.Color
Return a cached colour instance representing the specified RGB value.
getInstance(int) - Static method in class com.sptci.echo2.style.Extent
Fetch an extent instance that represents the specified size in the default units.
getInstance(int, int) - Static method in class com.sptci.echo2.style.Extent
Fetch an extent instance that represents the specified size in the specified units.
getInstance() - Static method in class com.sptci.echo2.style.Font
Factory method to use to retrieve the cached default font instance.
getInstance(Extent) - Static method in class com.sptci.echo2.style.Font
Factory method to use to retrieve a cached font instance.
getInstance(int) - Static method in class com.sptci.echo2.style.Font
Factory method to use to retrieve a cached font instance.
getInstance(int, Extent) - Static method in class com.sptci.echo2.style.Font
Factory method to use to retrieve a cached font instance.
getInstance(Font.Typeface, Extent) - Static method in class com.sptci.echo2.style.Font
Deprecated.
Warning, you are creating a non-standard font.
getInstance(Font.Typeface, int, Extent) - Static method in class com.sptci.echo2.style.Font
Deprecated.
Warning, you are creating a non-standard font.
getInstance(Locale[], String) - Static method in class com.sptci.epng.SpellChecker
Return the instance for the specified locales.
getInstance() - Static method in class com.sptci.io.FileUtilities
 
getInstance() - Static method in class com.sptci.io.IOUtilities
 
getInstance() - Static method in class com.sptci.jdo.CategoryFactory
Return the singleton instance of this repository class.
getInstance() - Static method in class com.sptci.jdo.GroupFactory
Return the singleton instance of this class.
getInstance() - Static method in class com.sptci.jdo.PersistenceManagerFactory
Return the singleton instance of this class.
getInstance() - Static method in class com.sptci.jdo.StartLetterFactory
Return the singleton instance of the class.
getInstance() - Static method in class com.sptci.jdo.UserFactory
Return the singleton instance of this class.
getInstance() - Static method in class com.sptci.util.StringUtilities
 
getInt(Object, String) - Static method in class com.sptci.echo.Configuration
Returns configured integer value for the key for the specified source object.
getInt(String) - Static method in class com.sptci.echo.Configuration
Returns configured integer value for the key.
getInt(Object, String) - Static method in class com.sptci.echo.Dimensions
Returns configured integer value for the key for the specified source object.
getInt(Class, String) - Static method in class com.sptci.echo.Dimensions
Returns configured integer value for the key for the specified source object.
getInt(String) - Static method in class com.sptci.echo.Dimensions
Returns configured integer value for the key.
getInt(Object, String) - Static method in class com.sptci.echo2.Configuration
Returns configured integer value for the key for the specified source object.
getInt(String) - Static method in class com.sptci.echo2.Configuration
Returns configured integer value for the key.
getInt(Object, String) - Static method in class com.sptci.echo2.Dimensions
Returns configured integer value for the key for the specified source object.
getInt(Class, String) - Static method in class com.sptci.echo2.Dimensions
Returns configured integer value for the key for the specified source object.
getInt(String) - Static method in class com.sptci.echo2.Dimensions
Returns configured integer value for the key.
getIntFromByte(byte[]) - Method in class com.sptci.util.PasswordGenerator
Convert a byte value returned by the random number generator (PasswordGenerator.random) to an integer that may be used to index into the allowable characters array.
getKey(int, int) - Static method in class com.sptci.echo.style.Extent
Return a unique key to use for the specified extent size expressed in the specified units.
getKey(Extent) - Static method in class com.sptci.echo.style.Font
Return a key for the extent specified.
getKey(int, Extent) - Static method in class com.sptci.echo.style.Font
Return a key for the style and extent specified.
getKey(Font.Typeface) - Static method in class com.sptci.echo.style.Font
Return a key for the Typeface chain.
getKey(int, int) - Static method in class com.sptci.echo2.style.Extent
Return a unique key to use for the specified extent size expressed in the specified units.
getKey(Extent) - Static method in class com.sptci.echo2.style.Font
Return a key for the extent specified.
getKey(int, Extent) - Static method in class com.sptci.echo2.style.Font
Return a key for the style and extent specified.
getKey(Font.Typeface) - Static method in class com.sptci.echo2.style.Font
Return a key for the Font.Typeface chain.
getKey() - Method in class com.sptci.KeyValue
Returns KeyValue.key.
getKey(String) - Method in class com.sptci.util.Encrypt
Return a cleaned up key based on the specified key.
getLetter() - Method in class com.sptci.jdo.StartLetter
getLetter() - Method in class com.sptci.jpa.StartLetter
getList() - Method in class com.sptci.echo.tree.filesystem.FileSystemPane
Return the optional child component displayed in the pane.
getListener() - Method in class com.sptci.echo.Logo
 
getListener(String) - Method in class com.sptci.echo.table.TableNavigation
Return the ActionListener to use for the specified name.
getListener(String) - Method in class com.sptci.echo2.table.TableNavigation
Return the ActionListener to use for the specified name.
getListener(String) - Method in class com.sptci.epng.table.TableNavigation
Return the ActionListener to use for the specified name.
getListener() - Method in class com.sptci.HttpDownloader
 
getLocales() - Method in class com.sptci.echo.Application
Return the Locales specified by the client browser for the current session.
getLocales() - Method in class com.sptci.echo2.Application
Return the Locales specified by the client browser for the current session.
getLogger() - Static method in class com.sptci.echo.Application
Return the logger used by the application.
getLogger() - Method in class com.sptci.echo.Controller
Return the logger associated with this controller.
getLogger() - Static method in class com.sptci.echo2.Application
Return the logger used by the application.
getLogger() - Method in class com.sptci.echo2.Controller
Return the logger associated with this controller.
getLoginListener() - Method in class com.sptci.echo.login.LoginView
Return the listener used to implement authentication.
getLoginListener() - Method in class com.sptci.echo2.login.LoginView
Return the listener used to implement authentication.
getLoginListener() - Method in class com.sptci.epng.LoginView
Return the listener used to implement authentication.
getLoginPane(ActionEvent) - Method in class com.sptci.echo.login.AbstractListener
Return the LoginPane component from which the action was triggered.
getLoginPane(ActionEvent) - Method in class com.sptci.echo2.login.AbstractListener
Return the LoginPane component from which the action was triggered.
getLogo() - Method in class com.sptci.echo.AbstractHeader
Return the component that displays the logo for the application.
getMap(String) - Static method in class com.sptci.echo.style.Font
Return the embedded Map value in Font.cache.
getMap(String) - Static method in class com.sptci.echo2.style.Font
Return the embedded Map value in Font.cache.
getMenuBar() - Method in class com.sptci.echo.MenuFrame
Return the menu bar displayed in the MenuFrame.header.
getMenuBar() - Method in class com.sptci.echo.MenuHeader
 
getMenuBar() - Method in class com.sptci.epng.ContentPane
Return the menu bar contained in this content pane.
getMessage() - Method in class com.sptci.echo2.ServerDelayMessage
Return the ServerDelayMessage.message text to display.
getModel() - Method in class com.sptci.echo.list.ListBox
Return the properly type-cast model backing this list.
getModel() - Method in class com.sptci.echo.list.SelectField
Return the properly type-cast model backing this list.
getModel() - Method in interface com.sptci.echo.ModelView
Return a reference to the model object backing the view.
getModel() - Method in class com.sptci.echo.table.JDOTable
Return the model backing this table.
getModel() - Method in interface com.sptci.echo.table.SortableTable
Return the model backing this table.
getModel() - Method in class com.sptci.echo.table.Table
Over-ridden to return a properly type-cast model.
getModel() - Method in class com.sptci.echo.table.TableNavigation
Return the model backing this navigation component.
getModel() - Method in class com.sptci.echo.tree.filesystem.DirectoryTable
Return the model backing this table.
getModel() - Method in interface com.sptci.echo2.ModelView
Return a reference to the model object backing the view.
getModel() - Method in class com.sptci.echo2.table.DatabaseTable
Over-ridden to return a properly type-cast model.
getModel() - Method in class com.sptci.echo2.table.JDOTable
Return the model backing this table.
getModel() - Method in class com.sptci.echo2.table.RowSetTable
Over-ridden to return a properly type-cast model.
getModel() - Method in interface com.sptci.echo2.table.SortableTable
Return the model backing this table.
getModel() - Method in class com.sptci.echo2.table.Table
Over-ridden to return a properly type-cast model.
getModel() - Method in class com.sptci.echo2.table.TableNavigation
Return the model backing this navigation component.
getModel() - Method in class com.sptci.epng.PageableTableNavigation
Return the model backing this navigation component.
getModel() - Method in class com.sptci.epng.table.Table
Over-ridden to return a properly type-cast model.
getModel() - Method in class com.sptci.epng.table.TableNavigation
Return the model backing this navigation component.
getModified() - Method in interface com.sptci.jdo.Dated
Returns the date on which the object was last modified.
getName() - Method in class com.sptci.auth.AbstractPrincipal
Return the AbstractPrincipal.name of this principal.
getName() - Method in class com.sptci.echo.table.ColumnMetaData
Return the value of ColumnMetaData.name.
getName() - Method in class com.sptci.echo2.table.ColumnMetaData
Return the value of ColumnMetaData.name.
getName() - Method in class com.sptci.epng.editabletree.AddComponent
Get the value displayed in the AddComponent.name component.
getName() - Method in class com.sptci.epng.editabletree.DisplayComponent
Get the value displayed in the DisplayComponent.name component.
getName() - Method in class com.sptci.epng.editabletree.Node
Get the value displayed in the DisplayComponent.name component.
getName() - Method in class com.sptci.jdo.NameDescription
getName() - Method in class com.sptci.jpa.NameDescription
getName() - Method in class com.sptci.logging.HandlerSkeleton
 
getObject(int) - Method in class com.sptci.echo.list.ListModel
Returns the object at the specified index in the list.
getObject(int) - Method in class com.sptci.echo2.ListModel
Returns the object at the specified index in the list.
getObjectAt(int) - Method in class com.sptci.echo.table.TableModel
Return the object stored at the specified index in TableModel.data.
getObjectAt(int) - Method in class com.sptci.echo2.table.RowSetTableModel
Return the object stored at the specified index in RowSetTableModel.rowSet.
getObjectAt(int) - Method in class com.sptci.echo2.table.TableModel
Return the object stored at the specified index in TableModel.data.
getObjectId(int) - Method in class com.sptci.echo.list.JDOListModel
Return the persistent object id for the object at the specified index in ListModel.data.
getObjectId(D) - Method in class com.sptci.echo.list.JDOListModel
Return the persistent object id for the persistent object specified.
getObjectId() - Method in class com.sptci.echo.tree.Root
Return the ObjectId for the object instance.
getObjectId(int) - Method in class com.sptci.echo2.JDOListModel
Return the persistent object id for the object at the specified index in ListModel.data.
getObjectId(D) - Method in class com.sptci.echo2.JDOListModel
Return the persistent object id for the persistent object specified.
getObjectId() - Method in class com.sptci.epng.editabletree.Node
Returns Node.objectId.
getObjectId() - Method in class com.sptci.jdo.JDOObject
Return the ObjectId of this persistent instance.
getObjectId() - Method in class com.sptci.jdo.StartLetter
Return the ObjectId of this persistent instance.
getObjectId() - Method in interface com.sptci.jdo.Treeable
Return the ObjectId for the object instance.
getObjectId() - Method in class com.sptci.jpa.JPAObject
Return the ObjectId of this persistent instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.sptci.ldap.LdapResourceFactory
 
getOffset(int) - Static method in class com.sptci.echo.Application
Parse the specified offset from UTC in milliseconds and return it in HHmm format.
getOffset(int) - Static method in class com.sptci.echo2.Application
Parse the specified offset from UTC in milliseconds and return it in HHmm format.
getOpenListener() - Method in class com.sptci.echo.tree.filesystem.FileSystemWindowPane
 
getOrderBy() - Method in class com.sptci.echo2.table.DatabaseTableModel
getOutputStream() - Method in class com.sptci.io.LoggingInputStream
getOutputStreams() - Method in class com.sptci.io.TeeOutputStream
getPage() - Method in class com.sptci.echo.table.DefaultPageableTableModel
getPage() - Method in interface com.sptci.echo.table.PageableTableModel
Return the page currently displayed in the model.
getPage() - Method in class com.sptci.echo2.table.DatabaseTableModel
getPage() - Method in class com.sptci.echo2.table.DefaultPageableTableModel
getPage() - Method in interface com.sptci.echo2.table.PageableTableModel
Return the page currently displayed in the model.
getPageCountLabel() - Method in class com.sptci.echo.table.TableNavigation
Create the label used to display the page count indicator to user.
getPageCountLabel() - Method in class com.sptci.echo2.table.TableNavigation
Create the label used to display the page count indicator to user.
getPageCountLabel() - Method in class com.sptci.epng.table.TableNavigation
Create the label used to display the page count indicator to user.
getPageLabel() - Method in class com.sptci.echo.table.TableNavigation
Create the label used to display the page indicator to user.
getPageLabel() - Method in class com.sptci.echo2.table.TableNavigation
Create the label used to display the page indicator to user.
getPageLabel() - Method in class com.sptci.epng.table.TableNavigation
Create the label used to display the page indicator to user.
getPageSelect() - Method in class com.sptci.echo.table.TableNavigation
Create a SelectField that displays all the pages of data that are viewable by the user.
getPageSelect() - Method in class com.sptci.echo2.table.TableNavigation
Create a SelectField that displays all the pages of data that are viewable by the user.
getPageSelect() - Method in class com.sptci.epng.table.TableNavigation
Create a SelectField that displays all the pages of data that are viewable by the user.
getPageSize() - Method in class com.sptci.echo.table.DefaultPageableTableModel
getPageSize() - Method in interface com.sptci.echo.table.PageableTableModel
Return the number of rows displayed in a page.
getPageSize() - Method in class com.sptci.echo.table.TableContainer
 
getPageSize() - Method in class com.sptci.echo2.table.DatabaseTableModel
getPageSize() - Method in class com.sptci.echo2.table.DefaultPageableTableModel
getPageSize() - Method in interface com.sptci.echo2.table.PageableTableModel
Return the number of rows displayed in a page.
getPane() - Method in class com.sptci.echo.tree.filesystem.FileSystemWindowPane
 
getParameter(int) - Method in class com.sptci.echo.Executor
Retrieve the parameters at the specified index in the method argument list.
getParameterCount() - Method in class com.sptci.echo.Executor
 
getParent() - Method in class com.sptci.echo.tree.Root
The method that returns the parent object of this instance.
getParent() - Method in class com.sptci.jdo.Category
The method that returns the parent object of this instance.
getParent() - Method in interface com.sptci.jdo.Treeable
The method that returns the parent object of this instance.
getParentView(Component) - Static method in class com.sptci.echo.Application
Return the view component that is the parent of the specified component.
getParentView(Component) - Static method in class com.sptci.echo2.Application
Return the view component that is the parent of the specified component.
getPassword(String) - Method in class com.sptci.auth.digest.Authenticator
Implementation of the PasswordRetriever.getPassword method.
getPassword() - Method in class com.sptci.echo.login.LoginPane
Return the text entered into LoginPane.password.
getPassword() - Method in class com.sptci.echo2.login.LoginPane
Return the text entered into LoginPane.password.
getPassword() - Method in class com.sptci.jdo.User
Deprecated.
Use User.getPassword( String ) for proper results. This method still has to be used if used in non-secure mode.
getPassword(String) - Method in class com.sptci.jdo.User
Returns User.password.
getPassword() - Method in class com.sptci.ldap.LdapResourceFactory
 
getPassword() - Method in class com.sptci.SimpleAuthenticator
Returns the value of SimpleAuthenticator.password.
getPasswordAuthentication() - Method in class com.sptci.SimpleAuthenticator
Called when password authorization is needed.
getPath() - Method in class com.sptci.echo2.FileDownloadProvider
Returns the file's fully qualified path.
getPersistenceManager() - Static method in class com.sptci.echo.JDOApplication
getPersistenceManager() - Method in class com.sptci.echo2.NonTransactionalJDOApplication
getPersistenceManager() - Method in class com.sptci.jdo.Factory
Return a PersistenceManager from the PersistenceManagerFactory
getPersistenceManager() - Method in class com.sptci.jdo.JDOObject
Return the persistence manager associated with this instance.
getPersistenceManager() - Method in class com.sptci.jdo.PersistenceManagerFactory
Return a PersistenceManager from the factory.
getPrefix() - Method in class com.sptci.echo2.table.RowSetTableModel
getPrimaryKey(char, String) - Method in class com.sptci.jdo.StartLetterFactory
Create the primary key for the specified combination of start letter and source class.
getPrimaryKeys(DataSource, String, String) - Static method in class com.sptci.echo2.table.DatabaseHelper
Fetch the primary key columns for the specified table in the specified schema.
getPrimaryKeys() - Method in class com.sptci.echo2.table.DatabaseTableModel
Returns DatabaseTableModel.primaryKeys list of primary key column names.
getPrincipal() - Method in class com.sptci.echo.Application
getPrincipal() - Method in class com.sptci.echo2.Application
getProperties() - Method in class com.sptci.PropertyChangeListener
Returns a shallow-clone of PropertyChangeListener.properties.
getProperty(String) - Method in class com.sptci.echo.Application
Fetches the property associated with the key from the application session scope.
getProperty(String) - Method in class com.sptci.echo2.Application
Fetches the property associated with the key from the application session scope.
getProperty(String) - Method in class com.sptci.echo2.style.Style
Over-ridden to log missing property requests.
getPropertyBase() - Method in class com.sptci.epng.EditableTree
getQuery() - Method in class com.sptci.echo2.table.StatementTableModel
Returns StatementTableModel.query with any order by clause necessitated by a valid AbstractTableModel.sortIndex.
getReader(HttpURLConnection) - Method in class com.sptci.HttpDownloader
Read the response from the HttpURLConnection.
getReader() - Method in class com.sptci.io.LoggingReader
getRepository() - Method in class com.sptci.echo.binding.JDOModelUpdater
Fetch the repository instance to use to manage Updater.bean.
getRepository() - Method in class com.sptci.echo2.binding.JDOModelUpdater
Fetch the repository instance to use to manage Updater.bean.
getResultsPerPageLabel() - Method in class com.sptci.echo.table.TableNavigation
Create the label used to display the component used to control the number of items displayed on a page.
getResultsPerPageLabel() - Method in class com.sptci.echo2.table.TableNavigation
Create the label used to display the component used to control the number of items displayed on a page.
getResultsPerPageLabel() - Method in class com.sptci.epng.table.TableNavigation
Create the label used to display the component used to control the number of items displayed on a page.
getResultsPerPageSelect() - Method in class com.sptci.echo.table.TableNavigation
Create a SelectField that displays the options for displaying number of rows on a page.
getResultsPerPageSelect() - Method in class com.sptci.echo2.table.TableNavigation
Create a SelectField that displays the options for displaying number of rows on a page.
getResultsPerPageSelect() - Method in class com.sptci.epng.table.TableNavigation
Create a SelectField that displays the options for displaying number of rows on a page.
getRoot() - Method in class com.sptci.echo.tree.TreeModel
Return the object that represents the root of the tree.
getRow(RowSet, DatabaseTableModel) - Static method in class com.sptci.echo2.table.DatabaseHelper
Return a RowSet that represents a single record in the database table mapped by the specified DatabaseTableModel
getRowCount() - Method in class com.sptci.echo.table.TableModel
Return the total number of entries in TableModel.data.
getRowCount() - Method in class com.sptci.echo2.table.RowSetTableModel
Return the rowCount number of entries in RowSetTableModel.rowSet.
getRowCount() - Method in class com.sptci.echo2.table.TableModel
Return the total number of entries in TableModel.data.
getSchema() - Method in class com.sptci.echo2.table.DatabaseTableModel
getSelected() - Method in class com.sptci.echo.binding.ListItem
getSelected() - Method in class com.sptci.echo.tree.filesystem.FileList
 
getSelected() - Method in class com.sptci.echo2.binding.ListItem
getSize() - Method in class com.sptci.echo2.FileDownloadProvider
Returns the size of the file.
getSize() - Method in class com.sptci.echo2.FileUploadListener
getSort() - Method in interface com.sptci.jdo.Sortable
Returns the value used to sort by.
getSortDirection(int) - Method in class com.sptci.echo.table.AbstractTableModel
 
getSortDirection(int) - Method in interface com.sptci.echo.table.SortableTableModel
Return the sort direction for the specified column.
getSortDirection(int) - Method in class com.sptci.echo2.table.AbstractTableModel
 
getSortDirection(int) - Method in interface com.sptci.echo2.table.SortableTableModel
Return the sort direction for the specified column.
getSource() - Method in class com.sptci.echo.table.EventObject
Returns the properly type-cast source object that triggered this event.
getSource() - Method in class com.sptci.echo2.table.EventObject
Returns the properly type-cast source object that triggered this event.
getSource() - Method in class com.sptci.jdo.StartLetter
getSource() - Method in class com.sptci.jpa.StartLetter
getStartLetter() - Method in class com.sptci.jdo.JDOObject
Return the reference to the starting letter of the primary string field for this instance.
getStartLetter() - Method in class com.sptci.jpa.JPAObject
getString(Object, String) - Static method in class com.sptci.echo.Configuration
Returns localised configured text for the key for the specified source object.
getString(Class, String) - Static method in class com.sptci.echo.Configuration
Returns localised configured text for the key for the specified source class.
getString(String) - Static method in class com.sptci.echo.Configuration
Returns localised configured text for the key.
getString(Object, String) - Static method in class com.sptci.echo2.Configuration
Returns localised configured text for the key for the specified source object.
getString(Class, String) - Static method in class com.sptci.echo2.Configuration
Returns localised configured text for the key for the specified source class.
getString(String) - Static method in class com.sptci.echo2.Configuration
Returns localised configured text for the key.
getStyleInputStream(String) - Static method in class com.sptci.echo2.Styles
Open the Styles.STYLE_PATH as a resource stream and return the InputStream to it.
getSupportedCipherSuites() - Method in class com.sptci.SSLSocketFactory
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
getTable() - Method in class com.sptci.echo.table.TableContainer
 
getTable() - Method in class com.sptci.echo2.table.DatabaseTableModel
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo.DraggableCellRenderer
Return the draggable component with appropriate drag target.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo.table.BoldModelRenderer
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo.table.BoldRowRenderer
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo.table.DateCellRenderer
Return a Label that displays the formatted date value.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo.table.HeaderCellRenderer
Returns a Button containing the Object.toString() value of the model value.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo.table.SortableHeaderCellRenderer
Returns a Button containing the Object.toString() value of the model value.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo2.DraggableCellRenderer
Return the draggable component with appropriate drag target.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo2.table.DateCellRenderer
Return a Label that displays the formatted date value.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo2.table.HeaderCellRenderer
Returns a Button containing the Object.toString() value of the model value.
getTableCellRendererComponent(Table, Object, int, int) - Method in class com.sptci.echo2.table.SortableHeaderCellRenderer
Returns a Button containing the Object.toString() value of the model value.
getTimeZone() - Method in class com.sptci.echo.Application
Return the timezone of the client browser.
getTimeZone() - Method in class com.sptci.echo2.Application
Return the timezone of the client browser.
getTotalPages() - Method in class com.sptci.echo.table.DefaultPageableTableModel
Return the total number of pages that may be displayed in the TableNavigation associated with this model.
getTotalPages() - Method in interface com.sptci.echo.table.PageableTableModel
Return the total number of pages represented by the model.
getTotalPages() - Method in class com.sptci.echo2.table.DatabaseTableModel
Return the total number of pages that may be displayed by fetching records from DatabaseTableModel.table.
getTotalPages() - Method in class com.sptci.echo2.table.DefaultPageableTableModel
Return the total number of pages that may be displayed in the TableNavigation associated with this model.
getTotalPages() - Method in interface com.sptci.echo2.table.PageableTableModel
Return the total number of pages represented by the model.
getTree() - Method in class com.sptci.echo.tree.filesystem.FileSystemPane
 
getTreeable() - Method in class com.sptci.epng.editabletree.Node
Returns Node.treeable.
getType() - Method in class com.sptci.echo.table.ColumnMetaData
Return the value of ColumnMetaData.type.
getType() - Method in class com.sptci.echo2.table.ColumnMetaData
Return the value of ColumnMetaData.type.
getUrl() - Method in class com.sptci.ldap.LdapResourceFactory
 
getUser() - Method in class com.sptci.auth.digest.Authenticator
getUser() - Method in class com.sptci.echo.Application
getUser() - Method in class com.sptci.echo2.Application
getUserName() - Method in class com.sptci.auth.digest.Authenticator
getUserName() - Method in class com.sptci.echo.login.LoginPane
Return the text entered into LoginPane.userName.
getUserName() - Method in class com.sptci.echo2.login.LoginPane
Return the text entered into LoginPane.userName.
getUserName() - Method in class com.sptci.jdo.User
Returns User.userName.
getUsername() - Method in class com.sptci.ldap.LdapResourceFactory
 
getUserName() - Method in class com.sptci.SimpleAuthenticator
Returns the value of SimpleAuthenticator.userName.
getUserObject() - Method in class com.sptci.epng.TreeNode
Returns the underlying data object represented by this node.
getValue(Field) - Method in class com.sptci.echo.binding.JDOViewValidator
Return the value of the specified Field in ViewValidator.view.
getValue() - Method in class com.sptci.echo.binding.ListItem
getValue(int) - Method in class com.sptci.echo.list.ListModel
Return the value from the model object that is to be displayed at the specified index in the list.
getValue(D) - Method in class com.sptci.echo.list.ListModel
Return the value from the model object that is to be displayed in the list.
getValue(Field) - Method in class com.sptci.echo2.binding.JDOViewValidator
Return the value of the specified Field in ViewValidator.view.
getValue() - Method in class com.sptci.echo2.binding.ListItem
getValue(int) - Method in class com.sptci.echo2.ListModel
Return the value from the model object that is to be displayed at the specified index in the list.
getValue(D) - Method in class com.sptci.echo2.ListModel
Return the value from the model object that is to be displayed in the list.
getValue() - Method in class com.sptci.KeyValue
getValueAt(int, int) - Method in class com.sptci.echo.table.TableModel
Return the value at the specified coordinate in the table.
getValueAt(int, int) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
 
getValueAt(Object, int) - Method in class com.sptci.echo.tree.TreeModel
Return the value to display in the tree for the specified object at the specified column index.
getValueAt(int, int) - Method in class com.sptci.echo2.table.RowSetTableModel
Return the value at the specified coordinate in the table.
getValueAt(int, int) - Method in class com.sptci.echo2.table.TableModel
Return the value at the specified coordinate in the table.
getView() - Method in class com.sptci.echo.binding.Updater
Returns Updater.view.
getView() - Method in class com.sptci.echo.Controller
getView(ActionEvent) - Method in class com.sptci.echo.Listener
Return the parent view from which the action event was triggered.
getView() - Method in class com.sptci.echo.login.LoginListener
 
getView() - Method in class com.sptci.echo2.binding.Updater
Returns Updater.view.
getView() - Method in class com.sptci.echo2.Controller
getView() - Method in class com.sptci.echo2.login.LoginListener
 
getWindow() - Method in class com.sptci.echo.Application
getWindow() - Method in class com.sptci.echo2.Application
getWindowPane(Component) - Method in class com.sptci.echo.WindowPaneCloseListener
Find the window pane that is the parent of the specified source in the component hierarchy.
getWriter() - Method in class com.sptci.io.LoggingReader
getWriters() - Method in class com.sptci.io.TeeWriter
getZIndex() - Method in class com.sptci.echo.Application
Get the z-index value to use for the next FloatingPane component to be added.
getZIndex() - Method in class com.sptci.echo2.Application
Get the z-index value to use for the next FloatingPane component to be added.
GreyLabel - Class in com.sptci.echo.style
The style class for labels that need to be displayed using grey coloured font.
GreyLabel() - Constructor for class com.sptci.echo.style.GreyLabel
 
GreyLabel - Class in com.sptci.echo2.style
The style class for labels that need to be displayed using grey coloured font.
GreyLabel() - Constructor for class com.sptci.echo2.style.GreyLabel
 
Grid - Class in com.sptci.echo
A sub-class that implements View.
Grid() - Constructor for class com.sptci.echo.Grid
Creates a new horizontally-oriented Grid with the default size (2).
Grid(int) - Constructor for class com.sptci.echo.Grid
Creates a new horizontally-oriented Grid with the specified size.
Grid - Class in com.sptci.echo.style
The default style to apply to Grid components.
Grid() - Constructor for class com.sptci.echo.style.Grid
 
Grid - Class in com.sptci.echo2.style
The default style to apply to Grid components.
Grid() - Constructor for class com.sptci.echo2.style.Grid
 
GridList - Class in com.sptci.echo.style
A style class for AbstractListComponent components.
GridList() - Constructor for class com.sptci.echo.style.GridList
 
GridList - Class in com.sptci.echo2.style
A style class for AbstractListComponent components.
GridList() - Constructor for class com.sptci.echo2.style.GridList
 
Group - Class in com.sptci.auth
A value object that represents a group object.
Group(String) - Constructor for class com.sptci.auth.Group
Create a new instance using the specified values.
Group - Class in com.sptci.jdo
The JavaBean that represents a group record used to implement authorisation.
Group() - Constructor for class com.sptci.jdo.Group
Default constructor.
Group(String) - Constructor for class com.sptci.jdo.Group
Create a new instance of the bean with the mandatory name field
Group(String, String) - Constructor for class com.sptci.jdo.Group
Create a new instance of the bean with the specified values.
GroupFactory - Class in com.sptci.jdo
The repository class for interactions with the Group JDO persistent object.
GroupFactory() - Constructor for class com.sptci.jdo.GroupFactory
 
groupFactory - Static variable in class com.sptci.jdo.GroupFactory
The singleton instance of the DAO.
groups - Variable in class com.sptci.auth.User
The collection of groups to which this user belongs.
groups - Variable in class com.sptci.jdo.User
The collection of groups to which the user belongs.
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