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 

R

read() - Method in class com.sptci.io.LoggingInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.sptci.io.LoggingInputStream
Reads some number of bytes from the input stream and stores them into the buffer array buffer.
read(byte[], int, int) - Method in class com.sptci.io.LoggingInputStream
Reads up to length bytes of data from the input stream into an array of bytes.
read() - Method in class com.sptci.io.LoggingReader
Read a single character.
read(char[]) - Method in class com.sptci.io.LoggingReader
Read characters into an array.
read(char[], int, int) - Method in class com.sptci.io.LoggingReader
Read characters into a portion of an array.
reader - Variable in class com.sptci.util.StaxParser
 
ready() - Method in class com.sptci.io.LoggingReader
Tell whether this stream is ready to be read.
redirect() - Method in class com.sptci.echo.RedirectListener
Redirect the client browser to RedirectListener.url.
redirect() - Method in class com.sptci.echo2.RedirectListener
Redirect the client browser to RedirectListener.url.
RedirectListener - Class in com.sptci.echo
An action listener to redirect the client browser to RedirectListener.url.
RedirectListener(String) - Constructor for class com.sptci.echo.RedirectListener
Create a new instance of the listener for the specified RedirectListener.url.
RedirectListener - Class in com.sptci.echo2
An action listener to redirect the client browser to RedirectListener.url.
RedirectListener(String) - Constructor for class com.sptci.echo2.RedirectListener
Create a new instance of the listener for the specified RedirectListener.url.
ReflectionUtility - Class in com.sptci
A utility class to handle common reflection tasks.
refresh() - Method in class com.sptci.echo.login.LoginPane
Clear all the information in the LoginPane.userName and LoginPane.password fields.
refresh() - Method in class com.sptci.echo2.login.LoginPane
Clear all the information in the LoginPane.userName and LoginPane.password fields.
registerConditionVariable(AtomicBoolean) - Method in class com.sptci.HttpDownloader
Register the specified condition variable that will be monitored to abort download operations.
registerListener(HttpDownloadListener) - Method in class com.sptci.HttpDownloader
Register the specified listener for HTTP download status notifications.
remove(D) - Method in class com.sptci.echo.list.JDOListModel
Remove the specified model object from the list model.
remove(D) - Method in class com.sptci.echo.list.ListModel
Remove the specified model object from the list model.
remove(D) - Method in class com.sptci.echo2.JDOListModel
Remove the specified model object from the list model.
remove(D) - Method in class com.sptci.echo2.ListModel
Remove the specified model object from the list model.
removeAll() - Method in class com.sptci.echo.AbstractFrame
Over-ridden to remove only the children of AbstractFrame.content from the view.
removeAll() - Method in class com.sptci.epng.ContentPane
Over-ridden to remove only the children of ContentPane.content from the view.
removeAllContents() - Method in class com.sptci.echo.ControlBarWindowPane
Remove all the content components from the pane.
removeAllContents() - Method in class com.sptci.echo2.ControlBarWindowPane
Remove all the content components from the pane.
removeAllControls() - Method in class com.sptci.echo.ControlBarWindowPane
Remove all the control components from the pane.
removeAllControls() - Method in class com.sptci.echo2.ControlBarWindowPane
Remove all the control components from the pane.
removeContent(Component) - Method in class com.sptci.echo.ControlBarWindowPane
Remove the specified content component from the pane.
removeContent(int) - Method in class com.sptci.echo.ControlBarWindowPane
Remove the content component at the specified index from the pane.
removeContent(Component) - Method in class com.sptci.echo2.ControlBarWindowPane
Remove the specified content component from the pane.
removeContent(int) - Method in class com.sptci.echo2.ControlBarWindowPane
Remove the content component at the specified index from the pane.
removeControl(Component) - Method in class com.sptci.echo.ControlBarWindowPane
Remove the specified control component from the pane.
removeControl(int) - Method in class com.sptci.echo.ControlBarWindowPane
Remove the control component at the specified index from the pane.
removeControl(Component) - Method in class com.sptci.echo2.ControlBarWindowPane
Remove the specified control component from the pane.
removeControl(int) - Method in class com.sptci.echo2.ControlBarWindowPane
Remove the control component at the specified index from the pane.
removeGroup(Group) - Method in class com.sptci.jdo.User
Remove this user from being a member of the specified group.
removeHash(StringBuilder) - Method in class com.sptci.echo.binding.JDOModelGenerator
Remove the fields for the hash code.
removeHash(StringBuilder) - Method in class com.sptci.echo2.binding.JDOModelGenerator
Remove the fields for the hash code.
removeNode(DefaultMutableTreeNode, Node) - Method in class com.sptci.epng.editabletree.DeleteListener
Remove the tree node that contains the specified node.
removeObsoleteCode(StringBuilder) - Method in class com.sptci.echo.binding.JDOModelGenerator
Remove code that is implemented in the parent JDOObject class.
removeObsoleteCode(StringBuilder) - Method in class com.sptci.echo2.binding.JDOModelGenerator
Remove code that is implemented in the parent JDOObject class.
removeOldValue(StringBuilder) - Method in class com.sptci.echo.binding.JDOModelGenerator
Remove assignment of old value to a temporary value used to fire property change events from mutator methods.
removeOldValue(StringBuilder) - Method in class com.sptci.echo2.binding.JDOModelGenerator
Remove assignment of old value to a temporary value used to fire property change events from mutator methods.
removePane(FloatingPane) - Method in class com.sptci.echo.Application
Remove the specified FloatingPane from the ContentPane of Application.window.
removePane(FloatingPane) - Method in class com.sptci.echo2.Application
Remove the specified FloatingPane from the ContentPane of Application.window.
removePropertyChange(StringBuilder) - Method in class com.sptci.echo.binding.JDOModelGenerator
Remove the firePropertyChange method invocation in the mutator methods.
removePropertyChange(StringBuilder) - Method in class com.sptci.echo2.binding.JDOModelGenerator
Remove the firePropertyChange method invocation in the mutator methods.
removeSelectionListener(SelectionListener<D, ? extends Table>) - Method in class com.sptci.echo.table.Table
Remove a selection listener from being notified of row selections.
removeSelectionListener(SelectionListener<RowSet, RowSetTable>) - Method in class com.sptci.echo2.table.RowSetTable
Remove a selection listener from being notified of row selections.
removeSelectionListener(SelectionListener<D, ? extends Table>) - Method in class com.sptci.echo2.table.Table
Remove a selection listener from being notified of row selections.
removeSelectionListener(SelectionListener) - Method in class com.sptci.epng.table.Table
Remove a selection listener from being notified of row selections.
removeStartLetter(Object, StartLetter, PersistenceManager) - Method in class com.sptci.jdo.Factory
Remove start letters that are not in use by instances of the type of object specified.
removeTask(Controller.Updater) - Method in class com.sptci.echo.Application
Remove the specified updater task from the task queue.
removeTask(Controller.Updater) - Method in class com.sptci.echo2.Application
Remove the specified updater task from the task queue.
replaceContent() - Method in class com.sptci.echo.login.LoginListener
Proceed after a successful login.
replaceContent() - Method in class com.sptci.echo2.login.LoginListener
Proceed after a successful login.
replaceListener(Component, AbstractListener) - Method in class com.sptci.echo.login.LoginPane
Add/replace the action listener for the specified component with the specified instance.
replaceListener(String, String, AbstractListener) - Method in class com.sptci.echo2.login.LoginPane
Add/replace the action listener for the specified component with the specified instance.
reset() - Method in class com.sptci.echo.table.TableNavigation
Reset the display of this component.
reset() - Method in class com.sptci.echo2.table.TableNavigation
Reset the display of this component.
reset() - Method in class com.sptci.epng.PageableTableNavigation
 
reset() - Method in class com.sptci.epng.table.TableNavigation
Reset the display of this component.
reset() - Method in class com.sptci.io.LoggingInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.sptci.io.LoggingReader
Reset the stream.
resetAcceptEncoding() - Method in class com.sptci.HttpDownloader
 
resetHash() - Method in class com.sptci.jdo.JDOObject
Reset the JDOObject.hash value.
resetHash() - Method in class com.sptci.jpa.JPAObject
Reset the JPAObject.hash value.
ResultSetMetaDataProxy - Class in com.sptci.echo2.table
A proxy ResultSetMetaData to return non-negative values for the ResultSetMetaData.getScale(int) method.
ResultSetProxy - Class in com.sptci.echo2.table
A proxy ResultSet class to return the proxy ResultSetMetaDataProxy to protect against compatibility issues between JDBC standard and SQL standard on number fields declared without precision.
retryCount() - Method in class com.sptci.HttpDownloader
Return the number of attempts to make to fetch the response from a URI.
RightIcon - Class in com.sptci.echo.style.button
The style class for buttons that display an icon on the right side of text.
RightIcon() - Constructor for class com.sptci.echo.style.button.RightIcon
 
RightIcon - Class in com.sptci.echo2.style.button
The style class for buttons that display an icon on the right side of text.
RightIcon() - Constructor for class com.sptci.echo2.style.button.RightIcon
 
role - Variable in class com.sptci.auth.AbstractLoginModule
A collection of roles assigned to the principal.
RolePrincipal - Class in com.sptci.auth
A simple Principal implementation used to represent user roles (group membership).
RolePrincipal(String) - Constructor for class com.sptci.auth.RolePrincipal
Create a new principal with the specified role.
rollback() - Method in class com.sptci.echo.binding.JDOModelUpdater
Rollback the current transaction in case errors were encountered while interacting with the data store.
rollback() - Method in class com.sptci.echo2.binding.JDOModelUpdater
Rollback the current transaction in case errors were encountered while interacting with the data store.
rollback(PersistenceManager) - Method in class com.sptci.jdo.Factory
Roll back any active transaction associated wih the specified persistence manager.
Root<T extends Treeable> - Class in com.sptci.echo.tree
A simple model object that can be used to represent the root node for a tree.
Root(List<T>, String) - Constructor for class com.sptci.echo.tree.Root
 
root - Variable in class com.sptci.echo.tree.TreeModel
The root model object for this tree.
ROOT_NAME - Static variable in class com.sptci.echo.tree.TreeModel
The default text to use as the name of Root object.
RootDisplayComponent - Class in com.sptci.epng.editabletree
A custom component used to display the node name and controls in RootNode.
RootDisplayComponent() - Constructor for class com.sptci.epng.editabletree.RootDisplayComponent
Create a new instance with no value for DisplayComponent.name.
RootDisplayComponent(Treeable) - Constructor for class com.sptci.epng.editabletree.RootDisplayComponent
Create a new instance using the specified model object.
RootNode - Class in com.sptci.epng.editabletree
A custom component used to display the root node name and controls.
RootNode() - Constructor for class com.sptci.epng.editabletree.RootNode
Create a new instance with no value for Node.treeable.
RootNode(Treeable) - Constructor for class com.sptci.epng.editabletree.RootNode
Create a new instance using the specified model object.
RootNode(String) - Constructor for class com.sptci.epng.editabletree.RootNode
Create a new instance using the specified string.
roots - Variable in class com.sptci.echo.tree.TreeModel
The list of root level nodes in the tree.
Row - Class in com.sptci.echo
A sub-class that implements View.
Row() - Constructor for class com.sptci.echo.Row
 
Row - Class in com.sptci.echo.style
Default style class for Row components.
Row() - Constructor for class com.sptci.echo.style.Row
 
Row - Class in com.sptci.echo2.style
Default style class for Row components.
Row() - Constructor for class com.sptci.echo2.style.Row
 
rowCount - Variable in class com.sptci.echo2.table.RowSetTableModel
The rowCount number of records available in RowSetTableModel.rowSet.
rowSelected(EventObject<D, S>) - Method in interface com.sptci.echo.table.SelectionListener
Invoked when a row in the Table is selected.
rowSelected(EventObject<File, DirectoryTable>) - Method in class com.sptci.echo.tree.filesystem.FileSelectionListener
Sets FileList.setSelected(java.io.File) with the file data object in event.
rowSelected(EventObject<D, S>) - Method in interface com.sptci.echo2.table.SelectionListener
Invoked when a row in the Table is selected.
rowSet - Variable in class com.sptci.echo2.table.RowSetTableModel
The RowSet backing this table model.
RowSetTable - Class in com.sptci.echo2.table
A Table used to display data contained in a RowSetTableModel.
RowSetTable() - Constructor for class com.sptci.echo2.table.RowSetTable
Default constructor.
RowSetTable(RowSetTableModel) - Constructor for class com.sptci.echo2.table.RowSetTable
Create a new table using the specified model for its data.
RowSetTable.DefaultActionListener - Class in com.sptci.echo2.table
The default ActionListener for the table.
RowSetTableModel - Class in com.sptci.echo2.table
A custom TableModel used to represent data contained in RowSet objects.
RowSetTableModel() - Constructor for class com.sptci.echo2.table.RowSetTableModel
Default constructor.
RowSetTableModel(String) - Constructor for class com.sptci.echo2.table.RowSetTableModel
Create a new instance of the model configured to use the specified prefix for localised column names.
RowSetTableModel(String, RowSet) - Constructor for class com.sptci.echo2.table.RowSetTableModel
Create a new instance of the model using the specified collection of data objects.
RowsPerPageListener() - Constructor for class com.sptci.echo.table.TableNavigation.RowsPerPageListener
 
RowsPerPageListener() - Constructor for class com.sptci.echo2.table.TableNavigation.RowsPerPageListener
 
RowsPerPageListener() - Constructor for class com.sptci.epng.table.TableNavigation.RowsPerPageListener
 
run() - Method in class com.sptci.auth.Authoriser.ManagerTask
The action to be performed by this task when run by a Timer.
run() - Method in class com.sptci.auth.digest.Authenticator.ManagerTask
The action to be performed by this task when run by a Timer.
run() - Method in class com.sptci.echo.Controller.Worker
Implementation of the Runnable interface.
run() - Method in class com.sptci.echo2.Controller.Worker
Implementation of the Runnable interface.
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