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 

E

EchoPointStyleSheet - Class in com.sptci.echo.style.echopoint
EchoPointStyleSheet() - Constructor for class com.sptci.echo.style.echopoint.EchoPointStyleSheet
 
EditableTree - Class in com.sptci.epng
A sub-class of Tree that is intended to hold TreeNode with instances of Node as the userObject of the node.
EditableTree() - Constructor for class com.sptci.epng.EditableTree
 
EditableTreeProperties - Annotation Type in com.sptci.epng.annotation
Annotation type used to indicate the class of the ActionListener that are added to the EditableTree.
elementText() - Method in class com.sptci.util.StaxParser
A convenience wrapper around XMLStreamReader.getElementText().
encodeToByte(byte[], boolean) - Static method in class com.sptci.util.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class com.sptci.util.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class com.sptci.util.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
ENCODING - Static variable in class com.sptci.util.Encrypt
The default encoding to use to convert between strings and bytes.
Encrypt - Class in com.sptci.util
Abstract base class of all classes that implement common encryption routins.
Encrypt() - Constructor for class com.sptci.util.Encrypt
Creates a new instance of Encrypt
Encrypt(int) - Constructor for class com.sptci.util.Encrypt
Designated constructor.
encrypt(String, String) - Method in class com.sptci.util.Encrypt
Encrypt the specified value using the specified key.
encrypt(String) - Method in class com.sptci.util.XOREncrypt
Encrypt the specified string and return the array of bytes that represents the encrypted value.
END_OF_LINE - Static variable in class com.sptci.io.FileUtilities
The end of line character used by the host operating system.
endOfLine - Static variable in class com.sptci.util.StringUtilities
The end of line characters to use in the returned String objects.
enumClass - Variable in class com.sptci.echo.list.EnumListModel
The enum class that is used as the backing data model.
EnumListModel<E extends Enum> - Class in com.sptci.echo.list
A list model based on an enum.
EnumListModel(Class<E>) - Constructor for class com.sptci.echo.list.EnumListModel
Create a new instance using the specified enum class.
equals(Object) - Method in class com.sptci.auth.AbstractPrincipal
Compares this principal to the specified object.
equals(Object) - Method in class com.sptci.auth.User
Compares the specified object with this instance for equality.
equals(Object) - Method in class com.sptci.echo.binding.ListItem
Check the specified object with this object for equality.
equals(Object) - Method in class com.sptci.echo2.binding.ListItem
Check the specified object with this object for equality.
equals(Object) - Method in class com.sptci.epng.editabletree.Node
Check the specified object with this for equality.
equals(Object) - Method in class com.sptci.jdo.JDOObject
Default implementation of equality checking.
equals(Object) - Method in class com.sptci.jdo.NameDescription
Compare the specified object with this object for equality.
equals(Object) - Method in class com.sptci.jdo.StartLetter
Compare the specified object with this instance for equality.
equals(Object) - Method in class com.sptci.jdo.User
Check to see if the specified object is equivalent to this object.
equals(Object) - Method in class com.sptci.jpa.JPAObject
Default implementation of equality checking.
equals(Object) - Method in class com.sptci.jpa.NameDescription
Compare the specified object with this object for equality.
equals(Object) - Method in class com.sptci.KeyValue
Compare the specified object for equality with this object.
ErrorPane - Class in com.sptci.echo
A general error window that displays the specified error/warning message in a WindowPane.
ErrorPane(String, String) - Constructor for class com.sptci.echo.ErrorPane
Construct a new pane with the specified title and message.
ErrorPane(String, String, Throwable) - Constructor for class com.sptci.echo.ErrorPane
Construct a new pane with the specified title, message, and exception that lead to displaying this pane.
ErrorPane - Class in com.sptci.echo2
A general error window that displays the specified error/warning message in a WindowPane.
ErrorPane(String, String) - Constructor for class com.sptci.echo2.ErrorPane
Construct a new pane with the specified title and message.
ErrorPane(String, String, Throwable) - Constructor for class com.sptci.echo2.ErrorPane
Construct a new pane with the specified title, message, and exception that lead to displaying this pane.
ErrorPane.ExceptionComponent - Class in com.sptci.echo
A component used to display a full exception stack trace.
ErrorPane.ExceptionComponent - Class in com.sptci.echo2
A component used to display a full exception stack trace.
EventObject<D,S> - Class in com.sptci.echo.table
A genericised EventObject used to represent the objects that are displayed in a Table.
EventObject(D, S) - Constructor for class com.sptci.echo.table.EventObject
Create a new event on the data specified in the table specified.
EventObject<D,S> - Class in com.sptci.echo2.table
A genericised EventObject used to represent the objects that are displayed in a Table.
EventObject(D, S) - Constructor for class com.sptci.echo2.table.EventObject
Create a new event on the data specified in the table specified.
ExceptionComponent(Throwable) - Constructor for class com.sptci.echo.ErrorPane.ExceptionComponent
Create a new instance of the component to display the specified exception.
ExceptionComponent(Throwable) - Constructor for class com.sptci.echo2.ErrorPane.ExceptionComponent
Create a new instance of the component to display the specified exception.
execute() - Method in class com.sptci.echo.Controller.Worker
execute() - Method in class com.sptci.echo.Executor
Execute the Executor.methodName on the Executor.source with the Executor.args parameters.
execute() - Method in class com.sptci.echo2.Controller.Worker
execute() - Method in class com.sptci.echo2.Executor
Execute the Executor.methodName on the Executor.source with the Executor.args parameters.
execute(Method, Object, List<Object>) - Static method in class com.sptci.ReflectionUtility
Invoke the specified method on the specified object instance using the specified parameters.
execute(Object, String, Object...) - Static method in class com.sptci.ReflectionUtility
Invoke the specified method on the specified object instance using the specified parameters.
executor - Variable in class com.sptci.echo.Confirmation
The executor instance to use to execute the action required after user confirmation.
Executor<S> - Class in com.sptci.echo
The executor used to execute the desired action after user confirmation.
Executor(S, String) - Constructor for class com.sptci.echo.Executor
Create a new instance of the class with the specified parameters
Executor(S, String) - Constructor for class com.sptci.echo2.Confirmation.Executor
Deprecated.
Use Executor instead.
Executor<S> - Class in com.sptci.echo2
The executor used to execute the desired action after user confirmation.
Executor(S, String) - Constructor for class com.sptci.echo2.Executor
Create a new instance of the class with the specified parameters
Extent - Class in com.sptci.echo.style
A custom extent class to use in styles.
Extent(int) - Constructor for class com.sptci.echo.style.Extent
Deprecated.
Extent(int, int) - Constructor for class com.sptci.echo.style.Extent
Deprecated.
Extent - Class in com.sptci.echo2.style
A custom extent class to use in styles.
Extent(int) - Constructor for class com.sptci.echo2.style.Extent
Deprecated.
Extent(int, int) - Constructor for class com.sptci.echo2.style.Extent
Deprecated.
ExtrasStyleSheet - Class in com.sptci.echo.style.extras
A style sheet that adds default styles for Echo Extras components.
ExtrasStyleSheet() - Constructor for class com.sptci.echo.style.extras.ExtrasStyleSheet
 
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