- save - Variable in class com.sptci.epng.editabletree.AddComponent
-
The button that is used to trigger a save operation for the new
child.
- save(T, PersistenceManager) - Method in class com.sptci.jdo.Factory
-
Save the specified persistence capable object to the data store.
- SaveListener - Class in com.sptci.epng.editabletree
-
The default action listener used to add a new node under the selected
node.
- SaveListener() - Constructor for class com.sptci.epng.editabletree.SaveListener
-
- schema - Variable in class com.sptci.echo2.table.DatabaseTableModel
-
- SCHEME - Static variable in class com.sptci.util.AESEncrypt
-
The encryption scheme to use to encrypt strings.
- SCHEME - Static variable in class com.sptci.util.BlowfishEncrypt
-
The encryption scheme to use to encrypt strings.
- SCHEME - Static variable in class com.sptci.util.TripleDESEncrypt
-
The encryption scheme to use to encrypt strings}.
- sdf - Variable in class com.sptci.echo.table.DateCellRenderer
-
The date formatter to use.
- sdf - Variable in class com.sptci.echo2.table.DateCellRenderer
-
The date formatter to use.
- Searchable - Annotation Type in com.sptci.jdo.annotation
-
Annotation for class fields that are to be indexed for full-text search.
- Searchables - Annotation Type in com.sptci.jdo.annotation
-
Annotation for specifying all the full-text search indices for a persistent
class.
- selected - Variable in class com.sptci.echo.binding.ListItem
-
- selected - Variable in class com.sptci.echo.tree.filesystem.FileList
-
The file that is currently selected in the table.
- selected - Variable in class com.sptci.echo2.binding.ListItem
-
- SelectedLink - Class in com.sptci.echo.style.button
-
A style class for link buttons that are currently selected.
- SelectedLink() - Constructor for class com.sptci.echo.style.button.SelectedLink
-
- SelectedLink - Class in com.sptci.echo2.style.button
-
A style class for link buttons that are currently selected.
- SelectedLink() - Constructor for class com.sptci.echo2.style.button.SelectedLink
-
- SelectField<M extends ListModel> - Class in com.sptci.echo.list
-
A select field component that returns the proper list model.
- SelectField() - Constructor for class com.sptci.echo.list.SelectField
-
- SelectionListener<D,S> - Interface in com.sptci.echo.table
-
- SelectionListener<D,S> - Interface in com.sptci.echo2.table
-
- ServerDelayMessage - Class in com.sptci.echo2
-
Representation of a client/server-interaction delay message.
- ServerDelayMessage(Locale[]) - Constructor for class com.sptci.echo2.ServerDelayMessage
-
Create a new instance of the message for the specified locale.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.sptci.echo.http.LogoutServlet
-
Process HTTP requests.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.sptci.echo2.http.LogoutServlet
-
Process HTTP requests.
- Servlet - Class in com.sptci.echo.http
-
Generic Echo3 Servlet Implementation.
- Servlet() - Constructor for class com.sptci.echo.http.Servlet
-
Default constructor.
- Servlet - Class in com.sptci.echo2.http
-
Generic Echo2 Servlet Implementation.
- Servlet() - Constructor for class com.sptci.echo2.http.Servlet
-
Default constructor.
- SESSION_KEY - Static variable in class com.sptci.echo.http.ContextListener
-
The session key associated with the echo application.
- sessionCreated(HttpSessionEvent) - Method in class com.sptci.echo.http.ContextListener
-
Add the session to the collection of sessions.
- sessionCreated(HttpSessionEvent) - Method in class com.sptci.echo2.http.SessionListener
-
Add the current session to the servlet context to be handled when
the context is unloaded.
- sessionDestroyed(HttpSessionEvent) - Method in class com.sptci.echo.http.ContextListener
-
Close any resources associated with the session.
- sessionDestroyed(HttpSessionEvent) - Method in class com.sptci.echo2.http.SessionListener
-
Close the persistence manager when the session is destroyed.
- SessionListener - Class in com.sptci.echo2.http
-
- SessionListener() - Constructor for class com.sptci.echo2.http.SessionListener
-
- sessions - Variable in class com.sptci.echo.http.ContextListener
-
The collection of sessions managed by this listener.
- setAcceptEncoding(String) - Method in class com.sptci.HttpDownloader
-
Set the Accept-Encoding value for the downloader.
- setAdd(AddComponent) - Method in class com.sptci.epng.editabletree.Node
-
- setAddListener(String) - Method in class com.sptci.epng.EditableTree
-
- setAppend(boolean) - Method in class com.sptci.logging.FileHandler
-
The Append option takes a boolean value.
- setApplication(Application) - Method in class com.sptci.echo.Controller
-
- setApplication(Application) - Method in class com.sptci.echo2.Controller
-
- setAuthenticator(String, String) - Static method in class com.sptci.io.FileUtilities
-
Create a new instance of Authenticator using the
specified credentials.
- setBasedn(String) - Method in class com.sptci.ldap.LdapResourceFactory
-
- setBean(M) - Method in class com.sptci.echo.binding.Updater
-
- setBean(Object) - Method in class com.sptci.echo.binding.ViewPropertyChangeListener
-
- setBean(M) - Method in class com.sptci.echo2.binding.Updater
-
- setBean(Object) - Method in class com.sptci.echo2.binding.ViewPropertyChangeListener
-
- setBean(Object) - Method in class com.sptci.PropertyChangeListener
-
- setBoldStyleName(String) - Method in class com.sptci.echo.table.BoldModelRenderer
-
Set the style name to use to render the component used to render the
cells in bold.
- setBoldStyleName(String) - Method in class com.sptci.echo.table.BoldRowRenderer
-
Set the style name to use to render the component used to render the
cells in bold.
- setBufferedIO(boolean) - Method in class com.sptci.logging.WriterHandler
-
The BufferedIO option takes a boolean value.
- setBufferSize(int) - Method in class com.sptci.logging.WriterHandler
-
Set the size of the IO buffer.
- setColumn(String) - Method in class com.sptci.echo.table.OrderBy
-
- setColumn(String) - Method in class com.sptci.echo2.table.OrderBy
-
- setColumn(Map.Entry<String, Object>) - Method in class com.sptci.echo2.table.RowSetTableModel
-
- setContent(Component) - Method in class com.sptci.echo.AbstractFrame
-
Set the primary content to be displayed in this pane.
- setContent(Component) - Method in class com.sptci.epng.ContentPane
-
Set the primary content to be displayed in this pane.
- setContentPane(String) - Method in class com.sptci.echo.Application
-
- setContentPane(String) - Method in class com.sptci.echo2.Application
-
- setContextParameters(Map<String, String>) - Static method in class com.sptci.echo.Application
-
- setCurrentPage(int) - Method in class com.sptci.echo.table.TableNavigation
-
Set the page that is to be displayed.
- setCurrentPage(int) - Method in class com.sptci.echo2.table.TableNavigation
-
Set the page that is to be displayed.
- setCurrentPage(int) - Method in class com.sptci.epng.PageableTableNavigation
-
Set the page that is to be displayed.
- setCurrentPage(int) - Method in class com.sptci.epng.table.TableNavigation
-
Set the page that is to be displayed.
- setData(List<D>) - Method in class com.sptci.echo.list.ListModel
-
- setData(List<D>) - Method in class com.sptci.echo2.ListModel
-
- setDataDirectory(String) - Method in class com.sptci.echo.Application
-
- setDataDirectory(String) - Method in class com.sptci.echo2.Application
-
- setDataSourceName(String) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setDatePattern(String) - Method in class com.sptci.logging.DailyRollingFileHandler
-
The
DatePattern takes a string in the same format as expected by
SimpleDateFormat.
- setDefaults() - Method in class com.sptci.epng.Tree
-
Set defaults for the newly constructed component.
- setDeleteListener(String) - Method in class com.sptci.epng.EditableTree
-
- setDescription(String) - Method in class com.sptci.echo.binding.ListObject
-
- setDescription(String) - Method in class com.sptci.echo2.binding.ListObject
-
- setDescription(String) - Method in class com.sptci.jdo.NameDescription
-
- setDescription(String) - Method in class com.sptci.jpa.NameDescription
-
- setDimensions() - Method in class com.sptci.echo.style.LoginPane
-
Set the dimensions of the login pane.
- setDirection(OrderBy.Direction) - Method in class com.sptci.echo.table.OrderBy
-
- setDirection(OrderBy.Direction) - Method in class com.sptci.echo2.table.OrderBy
-
- setDirectory(File) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
-
Set the directory to display in this model.
- setDirectory(File) - Method in class com.sptci.echo.tree.filesystem.FileList
-
Set the directory whose contents are to be displayed in the component.
- setDisplayAll(boolean) - Method in class com.sptci.echo.table.ColumnMetaData
-
Set the status indicator for displaying values in a collection.
- setDisplayAll(boolean) - Method in class com.sptci.echo2.table.ColumnMetaData
-
Set the status indicator for displaying values in a collection.
- setDisplayColumns(List<String>) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setDisplayedPage(int) - Method in class com.sptci.echo.table.TableNavigation
-
Set the page that is to be displayed.
- setDisplayedPage(int) - Method in class com.sptci.echo2.table.TableNavigation
-
Set the page that is to be displayed.
- setEncoding(String) - Method in class com.sptci.logging.WriterHandler
-
- setField(String, Object, Component) - Static method in class com.sptci.echo.Utilities
-
Set the field identified by the name specified in the object specified
with the value specified.
- setField(String, Object, Component) - Static method in class com.sptci.echo2.Utilities
-
Set the field identified by the name specified in the object specified
with the value specified.
- setField(Object, String, Object) - Static method in class com.sptci.ReflectionUtility
-
Set the value of the
Field to the specified
value.
- setFile(String) - Method in class com.sptci.logging.FileHandler
-
The File property takes a string value which should be the name of
the file to append to.
- setFile(String, boolean, boolean, int) - Method in class com.sptci.logging.FileHandler
-
Sets and opens the file where the log output will go.
- setFilter(F) - Method in interface com.sptci.echo.FilterView
-
Set the model object used to filter the other model objects in the
view.
- setFilter(Set<E>) - Method in class com.sptci.echo.list.FilteredEnumListModel
-
Set the value of the set used to filter out entries from the enum.
- setFilter(E) - Method in class com.sptci.echo.list.FilteredEnumListModel
-
Set the filter to the single enumerated constant specified.
- setFilter(F) - Method in class com.sptci.echo.table.JDOFilterTableModel
-
- setFilter(F) - Method in interface com.sptci.echo2.FilterView
-
Set the model object used to filter the other model objects in the
view.
- setFilter(F) - Method in class com.sptci.echo2.table.JDOFilterTableModel
-
- setFilterConfig(FilterConfig) - Method in class com.sptci.auth.Filter
-
- setFilterField(String) - Method in class com.sptci.echo.table.JDOFilterTableModel
-
- setFilterField(String) - Method in class com.sptci.echo2.table.JDOFilterTableModel
-
- setFlush(boolean) - Method in class com.sptci.io.LoggingInputStream
-
- setFlush(boolean) - Method in class com.sptci.io.LoggingReader
-
- setGroups(Collection<Group>) - Method in class com.sptci.jdo.User
-
Update the
User.groups with the objects specified in the
collection.
- setIconStyles() - Method in class com.sptci.echo.style.extras.Tree
-
Set the default styles for the tree icons.
- setId(String) - Method in class com.sptci.echo.binding.ListObject
-
- setId(String) - Method in class com.sptci.echo2.binding.ListObject
-
- setImmediateFlush(boolean) - Method in class com.sptci.logging.WriterHandler
-
If the ImmediateFlush option is set to true, the
appender will flush at the end of each write.
- setInformation(Map<K, V>) - Method in class com.sptci.KeyValue
-
- setInputStream(InputStream) - Method in class com.sptci.io.LoggingInputStream
-
- setKey(K) - Method in class com.sptci.KeyValue
-
- setList(FileList) - Method in class com.sptci.echo.tree.filesystem.FileSystemPane
-
Set the specified component as the second component of the split pane.
- setLockLastRow(boolean) - Method in class com.sptci.echo.table.DefaultSortableTableModel
-
Specify whether the last row should be locked in position.
- setLoginListener(LoginListener) - Method in class com.sptci.echo.login.LoginPane
-
- setLoginListener(LoginListener) - Method in class com.sptci.echo2.login.LoginPane
-
- setMenuBar(M) - Method in class com.sptci.echo.MenuFrame
-
- setMenuBar(M) - Method in class com.sptci.echo.MenuHeader
-
Set the menu component to display in the header.
- setMenuBar(MenuBar) - Method in class com.sptci.epng.ContentPane
-
Set the menu bar to be contained in this content pane.
- setMessage(String) - Method in class com.sptci.echo.Controller.Worker
-
- setMessage(String) - Method in class com.sptci.echo2.Controller.Worker
-
- setMethod(String) - Method in class com.sptci.echo.Controller.Updater
-
- setMethod(String) - Method in class com.sptci.echo.Controller.Worker
-
- setMethod(String) - Method in class com.sptci.echo2.Controller.Updater
-
- setMethod(String) - Method in class com.sptci.echo2.Controller.Worker
-
- setModel(M) - Method in interface com.sptci.echo.ModelView
-
Set the model object backing the view component.
- setModel(TableModel) - Method in class com.sptci.echo.table.Table
-
Over-ridden to only allow instances of
TableModel.
- setModel(M) - Method in interface com.sptci.echo2.ModelView
-
Set the model object backing the view component.
- setModel(TableModel) - Method in class com.sptci.echo2.table.DatabaseTable
-
- setModel(TableModel) - Method in class com.sptci.echo2.table.RowSetTable
-
- setModel(TableModel) - Method in class com.sptci.echo2.table.Table
-
Over-ridden to only allow instances of
TableModel.
- setName(String) - Method in class com.sptci.epng.editabletree.AddComponent
-
- setName(String) - Method in class com.sptci.epng.editabletree.DisplayComponent
-
- setName(String) - Method in class com.sptci.epng.editabletree.Node
-
- setName(String) - Method in class com.sptci.jdo.NameDescription
-
- setName(String) - Method in class com.sptci.jpa.NameDescription
-
- setName(String) - Method in class com.sptci.logging.HandlerSkeleton
-
- setNo(String) - Method in class com.sptci.echo.Confirmation
-
- setOpenListener(L) - Method in class com.sptci.echo.tree.filesystem.FileSystemWindowPane
-
Sets the listener registered with the component.
- setOrderBy(List<String>) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setOutputStream(OutputStream) - Method in class com.sptci.io.LoggingInputStream
-
- setOutputStream(OutputStream) - Method in class com.sptci.logging.WriterHandler
-
Change the output stream.
- setOutputStreams(OutputStream[]) - Method in class com.sptci.io.TeeOutputStream
-
- setPage(int) - Method in class com.sptci.echo.table.JDOTableModel
-
- setPage(int) - Method in interface com.sptci.echo.table.PageableTableModel
-
Set the page currently displayed in the model.
- setPage(int) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
-
Set the page currently displayed in the model.
- setPage(int) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setPage(int) - Method in class com.sptci.echo2.table.JDOTableModel
-
- setPage(int) - Method in interface com.sptci.echo2.table.PageableTableModel
-
Set the page currently displayed in the model.
- setPageSize() - Method in class com.sptci.echo.table.DefaultPageableTableModel
-
- setPageSize(int) - Method in class com.sptci.echo.table.JDOTableModel
-
- setPageSize(int) - Method in interface com.sptci.echo.table.PageableTableModel
-
Set the number of rows to display in a page.
- setPageSize(int) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
-
Set the number of rows to display in a page.
- setPageSize(int) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setPageSize(int) - Method in class com.sptci.echo2.table.JDOTableModel
-
- setPageSize(int) - Method in interface com.sptci.echo2.table.PageableTableModel
-
Set the number of rows to display in a page.
- setParent(Category) - Method in class com.sptci.jdo.Category
-
Mutator for property 'parent'.
- setPassword(String) - Method in class com.sptci.jdo.User
-
- setPassword(String, String) - Method in class com.sptci.jdo.User
-
- setPassword(String) - Method in class com.sptci.ldap.LdapResourceFactory
-
- setPollingInterval(int) - Method in class com.sptci.echo.Controller.Updater
-
- setPollingInterval(int) - Method in class com.sptci.echo.Controller.Worker
-
- setPollingInterval(int) - Method in class com.sptci.echo2.Controller.Updater
-
- setPollingInterval(int) - Method in class com.sptci.echo2.Controller.Worker
-
- setPrefix(String) - Method in class com.sptci.echo2.table.RowSetTableModel
-
- setPrincipal(Principal) - Method in class com.sptci.echo.Application
-
- setPrincipal(Principal) - Method in class com.sptci.echo2.Application
-
- setProperty(String, Object) - Method in class com.sptci.echo.Application
-
Add a new property to the application session scope.
- setProperty(String, Object) - Method in class com.sptci.echo2.Application
-
Add a new property to the application session scope.
- setPropertyBase(String) - Method in class com.sptci.epng.EditableTree
-
- setPublished(boolean) - Method in interface com.sptci.jdo.Publishable
-
Set the publication status of this instance.
- setQuery(String) - Method in class com.sptci.echo2.table.StatementTableModel
-
- setReader(Reader) - Method in class com.sptci.io.LoggingReader
-
- setRowCount() - Method in class com.sptci.echo2.table.RowSetTableModel
-
- setRowCount(int) - Method in class com.sptci.echo2.table.RowSetTableModel
-
- setSchema(String) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setSelected(boolean) - Method in class com.sptci.echo.binding.ListItem
-
- setSelected(File) - Method in class com.sptci.echo.tree.filesystem.FileList
-
- setSelected(boolean) - Method in class com.sptci.echo2.binding.ListItem
-
- setSort(int) - Method in interface com.sptci.jdo.Sortable
-
Set the value used to sort by.
- setSource(S) - Method in class com.sptci.echo.Controller.Updater
-
- setSource(S) - Method in class com.sptci.echo.Controller.Worker
-
- setSource(S) - Method in class com.sptci.echo2.Controller.Updater
-
- setSource(S) - Method in class com.sptci.echo2.Controller.Worker
-
- setStyle(Component, String, Field) - Method in class com.sptci.echo.binding.ViewInitialiser
-
Set the style for the specified component based upon annotations
provided.
- setStyle(Component, String, Field) - Method in class com.sptci.echo2.binding.ViewInitialiser
-
Set the style for the specified component based upon annotations
provided.
- setStyle(Tree, String, Field) - Method in class com.sptci.echo2.binding.ViewInitialiser
-
Set the style for the specified tree based upon annotations if provided.
- setTable(Table<D>) - Method in class com.sptci.echo.table.TableContainer
-
- setTable(String) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
- setTextProperties() - Method in class com.sptci.echo.style.echopoint.InfoWindow
-
Over-ridden to set the default styles for the driver text.
- setTree(FileSystemTree) - Method in class com.sptci.echo.tree.filesystem.FileSystemPane
-
- setUrl(String) - Method in class com.sptci.ldap.LdapResourceFactory
-
- setUser(User) - Method in class com.sptci.auth.digest.Authenticator
-
- setUser(User) - Method in class com.sptci.echo.Application
-
- setUser(User) - Method in class com.sptci.echo2.Application
-
- setUserName(String) - Method in class com.sptci.auth.digest.Authenticator
-
- setUserName(String) - Method in class com.sptci.jdo.User
-
- setUsername(String) - Method in class com.sptci.ldap.LdapResourceFactory
-
- setUserNameListener(UserNameListener) - Method in class com.sptci.echo.login.LoginPane
-
- setUserNameListener(UserNameListener) - Method in class com.sptci.echo2.login.LoginPane
-
- setUserObject(Object) - Method in class com.sptci.epng.TreeNode
-
Sets the underlying data object represented by this node.
- setValue(String) - Method in class com.sptci.echo.binding.ListItem
-
- setValue(String) - Method in class com.sptci.echo2.binding.ListItem
-
- setValue(V) - Method in class com.sptci.KeyValue
-
- setView(V) - Method in class com.sptci.echo.binding.Updater
-
- setView(V) - Method in class com.sptci.echo2.binding.Updater
-
- setWriter(Writer) - Method in class com.sptci.io.LoggingReader
-
- setWriters(Writer[]) - Method in class com.sptci.io.TeeWriter
-
- setYes(String) - Method in class com.sptci.echo.Confirmation
-
- sharedState - Variable in class com.sptci.auth.AbstractLoginModule
-
State shared with other configured LoginModules.
- SimpleAuthenticator - Class in com.sptci
-
A simple authenticator implementation for a specified userName
and password combination.
- SimpleAuthenticator(String, String) - Constructor for class com.sptci.SimpleAuthenticator
-
Create a new instance of the authenticator using the specified
credentials;
- size() - Method in class com.sptci.echo.list.EnumListModel
-
Return the total number of contants in the enumeration.
- size() - Method in class com.sptci.echo.list.FilteredEnumListModel
-
Return the total number of contants in the filtered enumeration backing
model.
- size() - Method in class com.sptci.echo.list.ListModel
-
Return the size of the model.
- SIZE - Static variable in class com.sptci.echo.style.Font
-
The default font size to use.
- size() - Method in class com.sptci.echo2.ListModel
-
Return the size of the model.
- SIZE - Static variable in class com.sptci.echo2.style.Font
-
The default font size to use.
- skip(long) - Method in class com.sptci.io.LoggingInputStream
-
Skips over and discards number bytes of data from
this input stream.
- skip(long) - Method in class com.sptci.io.LoggingReader
-
Skip characters.
- skip(String) - Method in class com.sptci.util.StaxParser
-
Skip all elements until the first element with the specified name is
found.
- socketTimeout() - Method in class com.sptci.HttpDownloader
-
Return the socket timeout value to set when downloading data from URL's.
- sort(int) - Method in class com.sptci.echo.table.DefaultSortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in class com.sptci.echo.table.DefaultSortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int) - Method in class com.sptci.echo.table.JDOTableModel
-
Sort the data by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in class com.sptci.echo.table.JDOTableModel
-
Sort the data by the values in the specified column index.
- sort(int) - Method in interface com.sptci.echo.table.SortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in interface com.sptci.echo.table.SortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
-
Sort the files by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in class com.sptci.echo.tree.filesystem.DirectoryTableModel
-
Sort the files by the values in the specified column index.
- sort(int) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
Sort the data displayed in the table by the specified column.
- sort(int, SortableTableModel.Direction) - Method in class com.sptci.echo2.table.DatabaseTableModel
-
Sort the data displayed in the table by the specified column.
- sort(int) - Method in class com.sptci.echo2.table.DefaultSortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in class com.sptci.echo2.table.DefaultSortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int) - Method in class com.sptci.echo2.table.JDOTableModel
-
Sort the data by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in class com.sptci.echo2.table.JDOTableModel
-
Sort the data by the values in the specified column index.
- sort(int) - Method in interface com.sptci.echo2.table.SortableTableModel
-
Sort the data by the values in the specified column index.
- sort(int, SortableTableModel.Direction) - Method in interface com.sptci.echo2.table.SortableTableModel
-
Sort the data by the values in the specified column index.
- Sortable - Interface in com.sptci.jdo
-
An interface used to represent objects that may be sorted using a field.
- SortableHeaderCellRenderer - Class in com.sptci.echo.table
-
The default renderer to use for sortable table headers.
- SortableHeaderCellRenderer() - Constructor for class com.sptci.echo.table.SortableHeaderCellRenderer
-
- SortableHeaderCellRenderer - Class in com.sptci.echo2.table
-
The default renderer to use for sortable table headers.
- SortableHeaderCellRenderer() - Constructor for class com.sptci.echo2.table.SortableHeaderCellRenderer
-
- SortableTable - Interface in com.sptci.echo.table
-
A marker interface for
Tables that hold data
that are sortable.
- SortableTable<D> - Interface in com.sptci.echo2.table
-
A marker interface for
Tables that hold data
that are sortable.
- SortableTableModel - Interface in com.sptci.echo.table
-
A genericised
TableModel used to
hold instances of objects of the type specified.
- SortableTableModel<D> - Interface in com.sptci.echo2.table
-
A genericised
TableModel used to
hold instances of objects of the type specified.
- SortableTableModel.Direction - Enum in com.sptci.echo.table
-
The direction in which the current column is sorted.
- SortableTableModel.Direction - Enum in com.sptci.echo2.table
-
The direction in which the current column is sorted.
- sortData() - Method in class com.sptci.echo.table.JDOTableModel
-
Perform a default sort of the displayable data since the column
selected cannot be sorted through the data store.
- sortData() - Method in class com.sptci.echo2.table.JDOTableModel
-
Perform a default sort of the displayable data since the column
selected cannot be sorted through the data store.
- sortDirection - Variable in class com.sptci.echo.table.AbstractTableModel
-
The sort directive for the current column.
- sortDirection - Variable in class com.sptci.echo2.table.AbstractTableModel
-
The sort directive for the current column.
- sortIndex - Variable in class com.sptci.echo.table.AbstractTableModel
-
The current column that is sorted by.
- sortIndex - Variable in class com.sptci.echo2.table.AbstractTableModel
-
The current column that is sorted by.
- SortListener - Class in com.sptci.echo.table
-
The action listener used to sort the contents of a
SortableTable.
- SortListener(Table, int) - Constructor for class com.sptci.echo.table.SortListener
-
Create a new instance of the listener for the specified values.
- SortListener - Class in com.sptci.echo2.table
-
The action listener used to sort the contents of a
SortableTable.
- SortListener(Table, int) - Constructor for class com.sptci.echo2.table.SortListener
-
Create a new instance of the listener for the specified values.
- source - Variable in class com.sptci.echo.binding.ModelGenerator
-
The class for which the JavaBean is to be generated.
- source - Variable in class com.sptci.echo.Controller.Updater
-
The source object which contains the method that is to be invoked
each time this task is executed.
- source - Variable in class com.sptci.echo.Controller.Worker
-
- source - Variable in class com.sptci.echo2.binding.ModelGenerator
-
The class for which the JavaBean is to be generated.
- source - Variable in class com.sptci.echo2.Controller.Updater
-
The source object which contains the method that is to be invoked
each time this task is executed.
- source - Variable in class com.sptci.echo2.Controller.Worker
-
- source - Variable in class com.sptci.jpa.StartLetter
-
The discriminator field that is used to qualify the source object
with which this instance is associated.
- SpellChecker - Class in com.sptci.epng
-
The spell checker used by RichTextArea.
- spellingError(SpellCheckEvent) - Method in class com.sptci.epng.SpellChecker
-
Implementation of the SpellCheckListner interface.
- SPTListener - Class in com.sptci.echo
-
An action listener to open the SPT homepage in a new browser window.
- SPTListener() - Constructor for class com.sptci.echo.SPTListener
-
Create a new instance of the listener.
- SPTListener - Class in com.sptci.echo2
-
An action listener to open the SPT homepage in a new browser window.
- SPTListener() - Constructor for class com.sptci.echo2.SPTListener
-
Create a new instance of the listener.
- SSLSocketFactory - Class in com.sptci
-
A wrapper around the standard SSLSocketFactory to
return a custom TrustManager that unconditionally
accepts certificates presented by a SSL server.
- SSLSocketFactory() - Constructor for class com.sptci.SSLSocketFactory
-
Initialise an new instance of the wrapper factory.
- stackTrace() - Method in class com.sptci.echo.ErrorPane.ExceptionComponent
-
- stackTrace() - Method in class com.sptci.echo2.ErrorPane.ExceptionComponent
-
- stackTrace(Throwable) - Static method in class com.sptci.util.StringUtilities
-
Returns the StackTrace for the specified instance
of Throwable.
- StandardDisplayComponent - Class in com.sptci.epng.editabletree
-
A custom component used to display the node name and controls in
StandardNode.
- StandardDisplayComponent() - Constructor for class com.sptci.epng.editabletree.StandardDisplayComponent
-
- StandardDisplayComponent(Treeable) - Constructor for class com.sptci.epng.editabletree.StandardDisplayComponent
-
Create a new instance using the specified model object.
- StandardNode - Class in com.sptci.epng.editabletree
-
A custom component used to display the node name and controls.
- StandardNode() - Constructor for class com.sptci.epng.editabletree.StandardNode
-
- StandardNode(Treeable) - Constructor for class com.sptci.epng.editabletree.StandardNode
-
Create a new instance using the specified model object.
- startLetter - Variable in class com.sptci.jdo.JDOObject
-
The start letter for the primary string identifier for the object.
- StartLetter - Class in com.sptci.jdo
-
A simple object that is used to implement efficient alphabetical
indexing of persistent objects.
- StartLetter() - Constructor for class com.sptci.jdo.StartLetter
-
Default constructor.
- StartLetter(char, String) - Constructor for class com.sptci.jdo.StartLetter
-
Create a new instance of the object with the specified values.
- StartLetter(char, Class) - Constructor for class com.sptci.jdo.StartLetter
-
Create a new instance of the object with the specified values.
- startLetter - Variable in class com.sptci.jpa.JPAObject
-
The start letter for the primary string identifier for the object.
- StartLetter - Class in com.sptci.jpa
-
A simple object that is used to implement efficient alphabetical
indexing of persistent objects.
- StartLetter() - Constructor for class com.sptci.jpa.StartLetter
-
Default constructor.
- StartLetter(char, String) - Constructor for class com.sptci.jpa.StartLetter
-
Create a new instance of the object with the specified values.
- StartLetterFactory - Class in com.sptci.jdo
-
A repository class for abstracting interactions between the
StartLetter JDO JavaBean and the JDO data store.
- StartLetterFactory() - Constructor for class com.sptci.jdo.StartLetterFactory
-
- startLetterFactory - Static variable in class com.sptci.jdo.StartLetterFactory
-
The singleton instance of the class.
- StatementTableModel - Class in com.sptci.echo2.table
-
A custom
TableModel used to represent
data contained in in a database table.
- StatementTableModel() - Constructor for class com.sptci.echo2.table.StatementTableModel
-
Default constructor.
- StaxParser - Class in com.sptci.util
-
A base StaX parser that provides convenient methods for accessing elements
and iterating over the elements in a stream.
- StaxParser(String) - Constructor for class com.sptci.util.StaxParser
-
Create a new parser that parses the string contents specified.
- StaxParser(File) - Constructor for class com.sptci.util.StaxParser
-
Create a new parser that parses the XML file specified.
- StaxParser(InputStream) - Constructor for class com.sptci.util.StaxParser
-
Create a new parser that parses the XML data from the input stream specified.
- StaxParser(Reader) - Constructor for class com.sptci.util.StaxParser
-
Create a new parser that parses the XML data from the reader specified.
- StringUtilities - Class in com.sptci.util
-
Provides utility methods to perform common operations related to
String objects.
- stripInvalidXMLCharacters(String) - Static method in class com.sptci.util.StringUtilities
-
Strip out invalid XML characters from the source and return the
cleaned up string.
- Style - Annotation Type in com.sptci.echo.annotation
-
Annotation type used to indicate the style name or class
to apply to a component.
- STYLE - Static variable in class com.sptci.echo.style.Font
-
The default font style to use.
- Style - Class in com.sptci.echo.style
-
A sub-class of MutableStyle that will be the root for all style classes
- Style() - Constructor for class com.sptci.echo.style.Style
-
- Style - Annotation Type in com.sptci.echo2.annotation
-
Annotation type used to indicate the style name or class
to apply to a component.
- STYLE - Static variable in class com.sptci.echo2.style.Font
-
The default font style to use.
- Style - Class in com.sptci.echo2.style
-
A sub-class of MutableStyle that will be the root for all style classes
- Style() - Constructor for class com.sptci.echo2.style.Style
-
Default constructor.
- STYLE_NAME - Static variable in class com.sptci.echo.table.HeaderCellRenderer
-
The name of the
Style used to style this
component.
- STYLE_NAME - Static variable in class com.sptci.echo2.table.HeaderCellRenderer
-
The name of the
Style used to style this
component.
- STYLE_PATH - Static variable in class com.sptci.echo2.Styles
-
The location of the XML style sheet.
- STYLE_SHEET - Static variable in class com.sptci.echo.http.Servlet
-
- STYLE_SHEET - Static variable in class com.sptci.echo2.http.Servlet
-
- Styles - Class in com.sptci.echo2
-
Utility class to load the application style XML file.
- Styles() - Constructor for class com.sptci.echo2.Styles
-
- styleSheet - Variable in class com.sptci.echo.http.Servlet
-
- StyleSheet - Class in com.sptci.echo.style
-
The base class for the application wide style sheet.
- StyleSheet() - Constructor for class com.sptci.echo.style.StyleSheet
-
- styleSheet - Variable in class com.sptci.echo2.http.Servlet
-
- StyleSheet - Class in com.sptci.echo2.style
-
The base class for the application wide style sheet.
- StyleSheet() - Constructor for class com.sptci.echo2.style.StyleSheet
-
Default constructor.
- StyleSheet - Class in com.sptci.epng.style
-
The base class for the application wide style sheet that also includes
styles for EPNG components.
- StyleSheet() - Constructor for class com.sptci.epng.style.StyleSheet
-
- subject - Variable in class com.sptci.auth.AbstractLoginModule
-
The Subject to be authenticated.
- subPublish(LogRecord) - Method in class com.sptci.logging.DailyRollingFileHandler
-
This method differentiates DailyRollingFileAppender from its super class.
- subPublish(LogRecord) - Method in class com.sptci.logging.WriterHandler
-
Actual writing occurs here.