- 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(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
-
- 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
-
- fetchBySource(String, PersistenceManager) - Method in class com.sptci.jdo.StartLetterFactory
-
- fetchByUserName(String, PersistenceManager) - Method in class com.sptci.jdo.UserFactory
-
- 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
-
- fetchData() - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- fetchData() - Method in class com.sptci.echo2.table.JDOTableModel
-
- fetchData() - Method in class com.sptci.echo2.table.StatementTableModel
-
- 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
-
- fetchNavigation(Component) - Method in class com.sptci.echo2.table.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
-
- fetchPropertyDescriptors(Class) - Static method in class com.sptci.ReflectionUtility
-
- 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
-
- fetchRepository() - Method in class com.sptci.echo2.table.JDOTableModel
-
- fetchSortedData() - Method in class com.sptci.echo.table.JDOFilterTableModel
-
- fetchSortedData() - Method in class com.sptci.echo.table.JDOTableModel
-
- fetchSortedData() - Method in class com.sptci.echo2.table.JDOFilterTableModel
-
- fetchSortedData() - Method in class com.sptci.echo2.table.JDOTableModel
-
- fetchSource(Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
-
- fetchSource(Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
-
- fetchSourcePackage(Document) - Method in class com.sptci.echo.binding.JDOMetaDataGenerator
-
- fetchSourcePackage(Document) - Method in class com.sptci.echo2.binding.JDOMetaDataGenerator
-
- fetchUnsortedData() - Method in class com.sptci.echo.table.JDOFilterTableModel
-
- fetchUnsortedData() - Method in class com.sptci.echo.table.JDOTableModel
-
- fetchUnsortedData() - Method in class com.sptci.echo2.table.JDOFilterTableModel
-
- fetchUnsortedData() - Method in class com.sptci.echo2.table.JDOTableModel
-
- fetchUser() - Method in class com.sptci.auth.digest.Authenticator
-
- fetchUser() - Method in class com.sptci.auth.digest.DatabaseAuthenticator
-
- fetchViewFields(Unique) - Method in class com.sptci.echo.binding.JDOViewValidator
-
- fetchViewFields(Unique) - Method in class com.sptci.echo2.binding.JDOViewValidator
-
- 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
-
- fieldName - Variable in class com.sptci.echo2.table.ColumnMetaData
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- fireRowSelection() - Method in class com.sptci.echo2.table.DatabaseTable
-
- fireRowSelection() - Method in class com.sptci.echo2.table.RowSetTable
-
- fireRowSelection() - Method in class com.sptci.echo2.table.Table
-
- fireRowSelection() - Method in class com.sptci.epng.table.Table
-
- 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
-
- Font(int) - Constructor for class com.sptci.echo.style.Font
-
- Font(Extent) - Constructor for class com.sptci.echo.style.Font
-
- Font(int, Extent) - Constructor for class com.sptci.echo.style.Font
-
- Font(Font.Typeface, int, Extent) - Constructor for class com.sptci.echo.style.Font
-
- Font - Class in com.sptci.echo2.style
-
A custom font class to use in styles.
- Font() - Constructor for class com.sptci.echo2.style.Font
-
- Font(int) - Constructor for class com.sptci.echo2.style.Font
-
- Font(Extent) - Constructor for class com.sptci.echo2.style.Font
-
- Font(int, Extent) - Constructor for class com.sptci.echo2.style.Font
-
- 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.