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 

F

Factory<T> - Class in com.sptci.jdo
The base class for all repository classes.
Factory() - Constructor for class com.sptci.jdo.Factory
 
fetch(Class, long, long, PersistenceManager) - Method in class com.sptci.jdo.Factory
Return a collection that contains all instances in the data store of the specified class within the specified range.
fetch(Class, long, long, String, PersistenceManager) - Method in class com.sptci.jdo.Factory
Return a collection that contains all instances in the data store of the specified class within the specified range.
fetch(Object, PersistenceManager) - Method in class com.sptci.jdo.Factory
Fetch the object identified by the ObjectId specified.
fetch(long, long, PersistenceManager) - Method in class com.sptci.jdo.GroupFactory
Return a collection that contains all Group instances in the data store within the specified range.
fetch(char, String, PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
Fetch the StartLetter identified by the StartLetter.letter and StartLetter.source values.
fetch(long, long, PersistenceManager) - Method in class com.sptci.jdo.UserFactory
Return a collection that contains all User instances in the data store within the specified range.
fetch(long, long, String, PersistenceManager) - Method in class com.sptci.jdo.UserFactory
Return a collection that contains all instances in the data store of the specified class within the specified range.
fetchAccessor(String, Object) - Static method in class com.sptci.ReflectionUtility
Fetches the accessor method for the specified property in the specified object.
fetchAccessor(String, Class) - Static method in class com.sptci.ReflectionUtility
Fetches the accessor method for the specified property in the specified class.
fetchAll(PersistenceManager) - Method in class com.sptci.jdo.CategoryFactory
Return all the categories stored in the data store.
fetchAll(Class, PersistenceManager) - Method in class com.sptci.jdo.Factory
Return a collection that contains all instances in the data store of the specified class.
fetchAll(PersistenceManager) - Method in class com.sptci.jdo.GroupFactory
Return a collection of all the instances of Group objects available in the data store.
fetchAll(PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
Return all the instance of StartLetter from the JDO data store.
fetchAll(PersistenceManager) - Method in class com.sptci.jdo.UserFactory
Return a collection that contains all instances in the data store of the specified class.
fetchByName(String, PersistenceManager) - Method in class com.sptci.jdo.CategoryFactory
Return all the categories with the specified name.
fetchByName(String, PersistenceManager) - Method in class com.sptci.jdo.GroupFactory
Retrieve the Group uniquely identified by the specified NameDescription.name field value.
fetchByNameAndParent(String, Category, PersistenceManager) - Method in class com.sptci.jdo.CategoryFactory
Return the category uniquely identified by the specified name and parent category.
fetchBySource(Class, PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
Return all the instances of StartLetter that are associated with the specified StartLetter.source.
fetchBySource(String, PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
Return all the instances of StartLetter that are associated with the specified StartLetter.source.
fetchByUserName(String, PersistenceManager) - Method in class com.sptci.jdo.UserFactory
Retrieve the User uniquely identified by the specified User.userName field value.
fetchConstructor(String, Class...) - Static method in class com.sptci.ReflectionUtility
Return the Constructor instance for the specified class.
fetchConstructor(Class, Class...) - Static method in class com.sptci.ReflectionUtility
Return the Constructor instance for the specified class.
fetchData() - Method in class com.sptci.echo.table.JDOTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store.
fetchData() - Method in class com.sptci.echo2.table.DatabaseTableModel
Fetch the data from DatabaseTableModel.table.
fetchData() - Method in class com.sptci.echo2.table.JDOTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store.
fetchData() - Method in class com.sptci.echo2.table.StatementTableModel
Fetch the data from DatabaseTableModel.table.
fetchEchoPackage(Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Fetch the element (if it exists) for the package definition for com.sptci.echo.
fetchEchoPackage(Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Fetch the element (if it exists) for the package definition for com.sptci.echo2.
fetchField(String, Object) - Static method in class com.sptci.ReflectionUtility
Return the Field instance with the specified name from the object.
fetchField(String, Class) - Static method in class com.sptci.ReflectionUtility
Return the Field instance with the specified name from the Class specified.
fetchFields(Object) - Static method in class com.sptci.ReflectionUtility
Return the declared fields for the specified object.
fetchFields(Class) - Static method in class com.sptci.ReflectionUtility
Return the declared fields for the specified Class.
fetchListItem(Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Fetch the element (if it exists) for the class definition for com.sptci.echo.ListItem.
fetchListItem(Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Fetch the element (if it exists) for the class definition for com.sptci.echo2.ListItem.
fetchMethod(Field, String, Class...) - Static method in class com.sptci.ReflectionUtility
Fetch the Method defined in the specified field with the specified name that accepts the specified parameters.
fetchMethod(Object, String, Class...) - Static method in class com.sptci.ReflectionUtility
Fetch the Method defined in the specified object with the specified name that accepts the specified parameters.
fetchMethod(Object, String, List<Class>) - Static method in class com.sptci.ReflectionUtility
Fetch the Method defined in the specified object with the specified name that accepts the specified parameters.
fetchMethod(Class, String, List<Class>) - Static method in class com.sptci.ReflectionUtility
Fetch the Method defined in the specified object with the specified name that accepts the specified parameters.
fetchMethod(Class, String, Class...) - Static method in class com.sptci.ReflectionUtility
Fetch the Method defined in the specified class with the specified name that accepts the specified parameters.
fetchMutator(String, Object) - Static method in class com.sptci.ReflectionUtility
Fetches the mutator method for the specified property in the specified object.
fetchMutator(String, Class) - Static method in class com.sptci.ReflectionUtility
Fetches the mutator method for the specified property in the specified class.
fetchNavigation(Component) - Method in class com.sptci.echo.table.Table
Returns the associated TableNavigation component for this table.
fetchNavigation(Component) - Method in class com.sptci.echo2.table.Table
Returns the associated TableNavigation component for this table.
fetchObject(String, Object) - Static method in class com.sptci.ReflectionUtility
Return the Object instance represented by the specified name from object.
fetchObjects(Object) - Static method in class com.sptci.ReflectionUtility
Return the Object instances representing the declared fields for the specified object.
fetchPropertyDescriptor(String, Class) - Static method in class com.sptci.ReflectionUtility
Return the PropertyDescriptor for the specified class identified by the specified property name.
fetchPropertyDescriptors(Object) - Static method in class com.sptci.ReflectionUtility
Return the PropertyDescriptors for the specified object.
fetchPropertyDescriptors(Class) - Static method in class com.sptci.ReflectionUtility
Return the PropertyDescriptors for the specified class.
fetchPropertyNames(Object) - Static method in class com.sptci.ReflectionUtility
Return a collection of the property names that are accessible in the specified object.
fetchPropertyNames(Class) - Static method in class com.sptci.ReflectionUtility
Return a collection of the property names that are accessible in the specified class.
fetchRepository() - Method in class com.sptci.echo.table.JDOTableModel
Fetch the repository class for the JDOTableModel.model.
fetchRepository() - Method in class com.sptci.echo2.table.JDOTableModel
Fetch the repository class for the JDOTableModel.model.
fetchSortedData() - Method in class com.sptci.echo.table.JDOFilterTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store sorted by AbstractTableModel.sortIndex in AbstractTableModel.sortDirection.
fetchSortedData() - Method in class com.sptci.echo.table.JDOTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store sorted by AbstractTableModel.sortIndex in AbstractTableModel.sortDirection.
fetchSortedData() - Method in class com.sptci.echo2.table.JDOFilterTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store sorted by AbstractTableModel.sortIndex in AbstractTableModel.sortDirection.
fetchSortedData() - Method in class com.sptci.echo2.table.JDOTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store sorted by AbstractTableModel.sortIndex in AbstractTableModel.sortDirection.
fetchSource(Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Fetch the element (if it exists) that represents the class representing JDOMetaDataGenerator.name.
fetchSource(Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Fetch the element (if it exists) that represents the class representing JDOMetaDataGenerator.name.
fetchSourcePackage(Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
Fetch the element (if it exists) for the package definition for JDOMetaDataGenerator.packageName.
fetchSourcePackage(Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
Fetch the element (if it exists) for the package definition for JDOMetaDataGenerator.packageName.
fetchUnsortedData() - Method in class com.sptci.echo.table.JDOFilterTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store.
fetchUnsortedData() - Method in class com.sptci.echo.table.JDOTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store.
fetchUnsortedData() - Method in class com.sptci.echo2.table.JDOFilterTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store.
fetchUnsortedData() - Method in class com.sptci.echo2.table.JDOTableModel
Fetch the data for the current DefaultPageableTableModel.page from the data store.
fetchUser() - Method in class com.sptci.auth.digest.Authenticator
Fetch the user object from the data store and populate the fields of Authenticator.user.
fetchUser() - Method in class com.sptci.auth.digest.DatabaseAuthenticator
Fetch the user object from the database and populate the fields of Authenticator.user.
fetchViewFields(Unique) - Method in class com.sptci.echo.binding.JDOViewValidator
Process the unqiue annotation specified at the class level in JDOViewValidator.model or its super-class.
fetchViewFields(Unique) - Method in class com.sptci.echo2.binding.JDOViewValidator
Process the unqiue annotation specified at the class level in JDOViewValidator.model or its super-class.
field - Variable in class com.sptci.echo.list.ListModel
The name of the field in the backing model object whose value is to to be displayed in the list.
field - Variable in class com.sptci.echo2.ListModel
The name of the field in the backing model object whose value is to to be displayed in the list.
fieldName - Variable in class com.sptci.echo.table.ColumnMetaData
An optional name that represents a field in ColumnMetaData.type whose value will be displayed.
fieldName - Variable in class com.sptci.echo2.table.ColumnMetaData
An optional name that represents a field in ColumnMetaData.type whose value will be displayed.
fields - Variable in class com.sptci.CodeGenerator
A Map of fields for the generated class.
fields - Variable in class com.sptci.echo.binding.JDOMetaDataGenerator
The fields available in the class for which meta-data is to be generated.
fields - Variable in class com.sptci.echo.binding.ViewValidator
The map of all fields in ViewValidator.view.
fields - Variable in class com.sptci.echo2.binding.JDOMetaDataGenerator
The fields available in the class for which meta-data is to be generated.
fields - Variable in class com.sptci.echo2.binding.ViewValidator
The map of all fields in ViewValidator.view.
FILE_SEPARATOR - Static variable in class com.sptci.io.FileUtilities
The path separator character for the host system.
fileAppend - Variable in class com.sptci.logging.FileHandler
Controls file truncatation.
FileDownloadProvider - Class in com.sptci.echo2
A download provider for streaming contents of a file to the client browser.
FileDownloadProvider(String, String) - Constructor for class com.sptci.echo2.FileDownloadProvider
Create a new instance of the provider for the specified file.
FileDownloadProvider(File, String) - Constructor for class com.sptci.echo2.FileDownloadProvider
Create a new instance of the provider for the specified file.
fileExists() - Method in class com.sptci.echo2.FileDownloadProvider
Return true if the FileDownloadProvider.file points to a valid file.
FileHandler - Class in com.sptci.logging
FileAppender appends log events to a file.
FileHandler() - Constructor for class com.sptci.logging.FileHandler
The default constructor does not do anything.
FileHandler(Formatter, String, boolean, boolean, int) - Constructor for class com.sptci.logging.FileHandler
Instantiate a FileHandler and open the file designated by filename.
FileHandler(Formatter, String, boolean) - Constructor for class com.sptci.logging.FileHandler
Instantiate a FileHandler and open the file designated by filename.
FileHandler(Formatter, String) - Constructor for class com.sptci.logging.FileHandler
Instantiate a FileHandler and open the file designated by filename.
FileList - Class in com.sptci.echo.tree.filesystem
A component used to display the list of files that reside under a specified directory.
FileList() - Constructor for class com.sptci.echo.tree.filesystem.FileList
 
FileLoginModule - Class in com.sptci.auth
A login module that uses a simple properties file as the user database.
FileLoginModule() - Constructor for class com.sptci.auth.FileLoginModule
 
fileName - Variable in class com.sptci.logging.FileHandler
The name of the log file.
FileSelectionListener - Class in com.sptci.echo.tree.filesystem
A selection listener that sets the current selected file in FileList.
FileSelectionListener() - Constructor for class com.sptci.echo.tree.filesystem.FileSelectionListener
 
FileSystemPane - Class in com.sptci.echo.tree.filesystem
A split pane used to display the file system tree and the file list components.
FileSystemPane() - Constructor for class com.sptci.echo.tree.filesystem.FileSystemPane
Default constructor.
FileSystemPane(FileSystemTree, FileList) - Constructor for class com.sptci.echo.tree.filesystem.FileSystemPane
Create a new instance that displays the specified tree and file list components.
FileSystemTree - Class in com.sptci.echo.tree.filesystem
A tree that represents the file system on the server the application is deployed on.
FileSystemTree() - Constructor for class com.sptci.echo.tree.filesystem.FileSystemTree
 
FileSystemTreeNode - Class in com.sptci.echo.tree.filesystem
A tree node that represents a directory in the file system of the server on which the application is deployed.
FileSystemTreeNode() - Constructor for class com.sptci.echo.tree.filesystem.FileSystemTreeNode
Default constructor.
FileSystemTreeNode(File) - Constructor for class com.sptci.echo.tree.filesystem.FileSystemTreeNode
Create a tree node that represents the specified file.
FileSystemTreeNode(File, boolean) - Constructor for class com.sptci.echo.tree.filesystem.FileSystemTreeNode
Create a tree node that represents the specified file and that allows children based on the value specified.
FileSystemWindowPane<L extends ActionListener> - Class in com.sptci.echo.tree.filesystem
A window pane that displays a FileSystemPane.
FileSystemWindowPane() - Constructor for class com.sptci.echo.tree.filesystem.FileSystemWindowPane
 
FileSystemWindowPane.CloseListener - Class in com.sptci.echo.tree.filesystem
A default close listener for the cancel button.
fileUpload(UploadEvent) - Method in class com.sptci.echo2.FileUploadListener
Implementation of the method that handles file upload events.
FileUploadListener<S> - Class in com.sptci.echo2
A file upload listener for reading and storing files uploaded from the client browser.
FileUploadListener(S, String) - Constructor for class com.sptci.echo2.FileUploadListener
Create a new instance of the listener, which will save the contents of the uploaded read to an file named after the original uploaded file and to the system java.io.tmpdir.
FileUploadListener(String, S, String) - Constructor for class com.sptci.echo2.FileUploadListener
Create a new instance of the listener, which will save the contents of the uploaded file to an file named after the original uploaded file and to the specified path.
FileUtilities - Class in com.sptci.io
A utility class that provides static methods for common IO operations.
Filter - Class in com.sptci.auth
A raw servlet filter adapter implementation.
Filter() - Constructor for class com.sptci.auth.Filter
 
filterConfig - Variable in class com.sptci.auth.Filter
A reference to the Servlet container's Filter configuration.
FilteredEnumListModel<E extends Enum> - Class in com.sptci.echo.list
A list model that allows filtering out specified entries from the backing enum.
FilteredEnumListModel(Class<E>) - Constructor for class com.sptci.echo.list.FilteredEnumListModel
Create a new instance using the specified enum class.
FilterView<F extends Serializable> - Interface in com.sptci.echo
An interface used to represent View components that hold a model object that is used to filter the objects displayed in it.
FilterView<F> - Interface in com.sptci.echo2
An interface used to represent View components that hold a model object that is used to filter the objects displayed in it.
fireRowSelection() - Method in class com.sptci.echo.table.Table
Notifies configured SelectionListener of row selections.
fireRowSelection() - Method in class com.sptci.echo2.table.DatabaseTable
Notifies configured SelectionListener of row selections.
fireRowSelection() - Method in class com.sptci.echo2.table.RowSetTable
Notifies configured SelectionListener of row selections.
fireRowSelection() - Method in class com.sptci.echo2.table.Table
Notifies configured SelectionListener of row selections.
fireRowSelection() - Method in class com.sptci.epng.table.Table
Notifies configured SelectionListener of row selections.
First - Class in com.sptci.echo.style.button
The style class for the button that displays the First button in TableNavigation.
First() - Constructor for class com.sptci.echo.style.button.First
 
First - Class in com.sptci.echo2.style.button
The style class for the button that displays the First button in TableNavigation.
First() - Constructor for class com.sptci.echo2.style.button.First
 
FirstListener() - Constructor for class com.sptci.echo.table.TableNavigation.FirstListener
 
FirstListener() - Constructor for class com.sptci.echo2.table.TableNavigation.FirstListener
 
FirstListener() - Constructor for class com.sptci.epng.table.TableNavigation.FirstListener
 
flush() - Method in class com.sptci.io.LoggingInputStream
flush() - Method in class com.sptci.io.LoggingReader
flush() - Method in class com.sptci.io.TeeOutputStream
Flushes all the configured output streams and forces any buffered output bytes to be written out.
flush() - Method in class com.sptci.io.TeeWriter
Flush the stream.
flush() - Method in class com.sptci.logging.WriterHandler
 
folderCloseIcon - Static variable in class com.sptci.epng.TreeIcons
The image to use for the folder close icon
folderOpenIcon - Static variable in class com.sptci.epng.TreeIcons
The image to use for the folder open icon
Font - Class in com.sptci.echo.style
A custom font class to use in styles.
Font() - Constructor for class com.sptci.echo.style.Font
Deprecated.
Use Font.getInstance() instead.
Font(int) - Constructor for class com.sptci.echo.style.Font
Deprecated.
Font(Extent) - Constructor for class com.sptci.echo.style.Font
Deprecated.
Font(int, Extent) - Constructor for class com.sptci.echo.style.Font
Deprecated.
Font(Font.Typeface, int, Extent) - Constructor for class com.sptci.echo.style.Font
Deprecated.
Use #getInstance( Typeface, int, Extent ) instead.
Font - Class in com.sptci.echo2.style
A custom font class to use in styles.
Font() - Constructor for class com.sptci.echo2.style.Font
Deprecated.
Use Font.getInstance() instead.
Font(int) - Constructor for class com.sptci.echo2.style.Font
Deprecated.
Font(Extent) - Constructor for class com.sptci.echo2.style.Font
Deprecated.
Font(int, Extent) - Constructor for class com.sptci.echo2.style.Font
Deprecated.
Font(Font.Typeface, int, Extent) - Constructor for class com.sptci.echo2.style.Font
foreground - Static variable in class com.sptci.epng.style.MenuItem
The default foreground colour to use.
Frame - Class in com.sptci.echo
A default content pane that divides the content area using a SplitPane into a top area that displays the Logo and an application title.
Frame() - Constructor for class com.sptci.echo.Frame
Default constructor.
Frame(Header) - Constructor for class com.sptci.echo.Frame
Create a new frame that displays the specified header
FrameSplitPane - Class in com.sptci.echo.style
The style class to associated with the SplitPane used as the layout container of Frame.
FrameSplitPane() - Constructor for class com.sptci.echo.style.FrameSplitPane
 
fromFile(String) - Method in class com.sptci.util.StringUtilities
Return the contents of the specified File as a String using the system default encoding.
fromFile(String, String) - Method in class com.sptci.util.StringUtilities
Return the contents of the specified File as a String using the character encoding specified.
fromUrl(String, String...) - Method in class com.sptci.io.FileUtilities
Read the contents of the specified HTTP URL and save to a local File.
fromUrl(String, OutputStream, String...) - Method in class com.sptci.io.IOUtilities
Read the contents of the specified HTTP URL and save to a local File.
fromUrl(String) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, int) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, String, String) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, Properties) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, Properties, String, String) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, String, String, int) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, Properties, String, String, int) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, Properties, byte[]) - Method in class com.sptci.util.StringUtilities
 
fromUrl(String, Properties, byte[], String, String) - Method in class com.sptci.util.StringUtilities
 
fromUrl(String, Properties, byte[], String, String, int) - Method in class com.sptci.util.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromXML(String) - Static method in class com.sptci.jdo.JDOObject
Parse the object out of the XML representation of this object.
fromXML(String) - Static method in class com.sptci.jpa.JPAObject
Parse the object out of the XML representation of this object.
fromXML(String) - Static method in class com.sptci.util.StringUtilities
Replace escaped XML/HTML special characters (&, <, ...) in the String specified with their original equivalents.
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