- Background - Class in com.sptci.echo.style
-
A singleton used to ensure a consistent background colour across
the application.
- Background - Class in com.sptci.echo2.style
-
A singleton used to ensure a consistent background colour across
the application.
- Background() - Constructor for class com.sptci.echo2.style.Background
-
- Base64 - Class in com.sptci.util
-
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance
with RFC 2045.
On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster
on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes)
compared to sun.misc.Encoder()/Decoder().
On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and
about 50% faster for decoding large arrays.
- Base64() - Constructor for class com.sptci.util.Base64
-
- bean - Variable in class com.sptci.echo.binding.Updater
-
The java bean that contains the data to use to update the
Updater.view.
- bean - Variable in class com.sptci.echo2.binding.Updater
-
The java bean that contains the data to use to update the
Updater.view.
- bean - Variable in class com.sptci.PropertyChangeListener
-
The java bean which is to be kept synchronised with updates
made to UI components.
- beanValues() - Method in class com.sptci.echo.binding.Updater
-
Fetch the values of all the fields in
Updater.bean that have
an
accessor method conforming to JavaBean naming
convention.
- beanValues() - Method in class com.sptci.echo2.binding.Updater
-
Fetch the values of all the fields in
Updater.bean that have
an
accessor method conforming to JavaBean naming
convention.
- begin() - Method in class com.sptci.echo.binding.JDOModelUpdater
-
- begin() - Method in class com.sptci.echo2.binding.JDOModelUpdater
-
- begin(PersistenceManager) - Method in class com.sptci.jdo.Factory
-
Start a transaction in the specified persistence manager.
- BindingException - Exception in com.sptci.echo.binding
-
A custom exception that is used to wrap any exception/error
condition that is encountered while binding UI and JavaBean
components.
- BindingException() - Constructor for exception com.sptci.echo.binding.BindingException
-
Constructs a new exception with null as its detail message.
- BindingException(String) - Constructor for exception com.sptci.echo.binding.BindingException
-
Constructs a new exception with the specified detail message.
- BindingException(String, Throwable) - Constructor for exception com.sptci.echo.binding.BindingException
-
Constructs a new exception with the specified detail message and
cause.
- BindingException(Throwable) - Constructor for exception com.sptci.echo.binding.BindingException
-
Constructs a new exception with the specified cause.
- BindingException - Exception in com.sptci.echo2.binding
-
A custom exception that is used to wrap any exception/error
condition that is encountered while binding UI and JavaBean
components.
- BindingException() - Constructor for exception com.sptci.echo2.binding.BindingException
-
Constructs a new exception with null as its detail message.
- BindingException(String) - Constructor for exception com.sptci.echo2.binding.BindingException
-
Constructs a new exception with the specified detail message.
- BindingException(String, Throwable) - Constructor for exception com.sptci.echo2.binding.BindingException
-
Constructs a new exception with the specified detail message and
cause.
- BindingException(Throwable) - Constructor for exception com.sptci.echo2.binding.BindingException
-
Constructs a new exception with the specified cause.
- BlowfishEncrypt - Class in com.sptci.util
-
A utility class used to implement Blowfish encryption and decryption of
strings.
- BlowfishEncrypt() - Constructor for class com.sptci.util.BlowfishEncrypt
-
Default constructor.
- BlowfishEncrypt(int) - Constructor for class com.sptci.util.BlowfishEncrypt
-
Designated constructor.
- BoldLabel - Class in com.sptci.echo.style
-
The style class for label that need to be displayed
using bold fonts.
- BoldLabel() - Constructor for class com.sptci.echo.style.BoldLabel
-
- BoldLabel - Class in com.sptci.echo2.style
-
The style class for label that need to be displayed
using bold fonts.
- BoldLabel() - Constructor for class com.sptci.echo2.style.BoldLabel
-
- BoldLink - Class in com.sptci.echo.style.button
-
A style for displaying links with bold font.
- BoldLink() - Constructor for class com.sptci.echo.style.button.BoldLink
-
- BoldModelRenderer<D extends Serializable> - Class in com.sptci.echo.table
-
A cell renderer used to render the row corresponding to model objects in
bold font.
- BoldModelRenderer(Collection<D>) - Constructor for class com.sptci.echo.table.BoldModelRenderer
-
Create a new renderer that will display the specified collection of
model objects in bold.
- BoldModelRenderer(D) - Constructor for class com.sptci.echo.table.BoldModelRenderer
-
Create a new renderer that will display the specified model object in
bold.
- BoldRowRenderer - Class in com.sptci.echo.table
-
A cell renderer that can be used to display a specified row using bold
font.
- BoldRowRenderer(Collection<Integer>) - Constructor for class com.sptci.echo.table.BoldRowRenderer
-
Create a new instance using the specified set of rows.
- BoldRowRenderer(int) - Constructor for class com.sptci.echo.table.BoldRowRenderer
-
Create a new instance that will display the specified row using
bold font.
- BooleanSelectField - Class in com.sptci.echo.list
-
- BooleanSelectField() - Constructor for class com.sptci.echo.list.BooleanSelectField
-
- BooleanSelectField.BooleanValues - Enum in com.sptci.echo.list
-
Enumeration of boolean values for display.
- bufferedIO - Variable in class com.sptci.logging.WriterHandler
-
Do we do bufferedIO?
- bufferSize - Variable in class com.sptci.logging.WriterHandler
-
Determines the size of IO buffer be.
- Button - Class in com.sptci.echo.style.button
-
A general style class for buttons.
- Button() - Constructor for class com.sptci.echo.style.button.Button
-
- Button - Class in com.sptci.echo2.style.button
-
A general style class for buttons.
- Button() - Constructor for class com.sptci.echo2.style.button.Button
-
- ButtonStyleSheet - Class in com.sptci.echo.style.button
-
Style sheet for the various button components used in applications.
- ButtonStyleSheet() - Constructor for class com.sptci.echo.style.button.ButtonStyleSheet
-
- byteToInt(byte) - Method in class com.sptci.util.PasswordGenerator
-
Convert a byte value into a postive integer.