A B C D E F G H I J K L M N P R S T U V W X

A

AbstractCache - class com.anthonyeden.lib.cache.AbstractCache.
Abstract implementation of the Cache interface.
AbstractCache() - Constructor for class com.anthonyeden.lib.cache.AbstractCache
 
AbstractResourceLoader - class com.anthonyeden.lib.resource.AbstractResourceLoader.
Abstract implementation of the ResourceLoader interface.
AbstractResourceLoader() - Constructor for class com.anthonyeden.lib.resource.AbstractResourceLoader
 
AbstractWizardComponent - class com.anthonyeden.lib.gui.AbstractWizardComponent.
An abstract implementation of the WizardComponent interface.
AbstractWizardComponent() - Constructor for class com.anthonyeden.lib.gui.AbstractWizardComponent
 
Addressed - interface com.anthonyeden.lib.util.Addressed.
* An interface representing an object which has a mailing * address.
AppearanceConfigurationPanel - class com.anthonyeden.lib.gui.AppearanceConfigurationPanel.
A GUI panel for controlling the application appearance (i.e the application look and feel).
AppearanceConfigurationPanel() - Constructor for class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
Construct a new AppearanceConfigurationPanel.
Application - class com.anthonyeden.lib.Application.
This class provides basic services which all applications may find useful.
Application(String) - Constructor for class com.anthonyeden.lib.Application
Construct an application with the given name.
actionPerformed(ActionEvent) - Method in class com.anthonyeden.lib.gui.RedoAction
Invoked when an ActionEvent occurs.
actionPerformed(ActionEvent) - Method in class com.anthonyeden.lib.gui.StandardAction
Event handler method when the action is triggered.
actionPerformed(ActionEvent) - Method in class com.anthonyeden.lib.gui.UndoAction
Invoked when an ActionEvent occurs.
add(int, Object) - Method in class com.anthonyeden.lib.util.XArrayList
Add the given element to the list at the given index.
add(Object) - Method in class com.anthonyeden.lib.util.XArrayList
Add the given object to the list.
addAll(Collection) - Method in class com.anthonyeden.lib.util.XArrayList
Add all of the objects in the collection to this collection.
addAll(int, Collection) - Method in class com.anthonyeden.lib.util.XArrayList
Add all elements in the collection to this list inserting at the given index.
addAttribute(String, Object) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Add an attribute with the given name.
addAttribute(String, Object) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Add an attribute with the given name.
addAvailableDriver(DriverDescriptor) - Static method in class com.anthonyeden.lib.db.DriverDescriptor
Add a DriverDescriptor to the shared list of available drivers.
addAvailableDriver(String, String) - Static method in class com.anthonyeden.lib.db.DriverDescriptor
Add a driver to the list of available drivers.
addAvailableDriver(String, String, String) - Static method in class com.anthonyeden.lib.db.DriverDescriptor
Add a driver to the list of available drivers.
addChangeListener(ChangeListener) - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Add a ChangeListener.
addChangeListener(ChangeListener) - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Add a changeListeners.
addChild(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Add a child node with no child value to the configuration.
addChild(String, Object) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Add a child node to the configuration.
addChild(Configuration) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Add the configuration object as a child of this configuration object.
addChild(String) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Add a child node with no child value to the configuration.
addChild(String, Object) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Add a child node to the configuration.
addChild(Configuration) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Add the configuration object as a child of this configuration object.
addClassesAndInterfaces(Class, List) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Add all super classes and interfaces of the given class to the given List.
addCommListener(CommListener) - Method in class com.anthonyeden.lib.event.CommListenerSupport
Add a CommListener.
addComponent(WizardComponent) - Method in class com.anthonyeden.lib.gui.Wizard
Add a WizardComponent.
addErrorListener(ErrorListener) - Method in class com.anthonyeden.lib.event.ErrorListenerSupport
Add an ErrorListener.
addErrorListener(ErrorListener) - Method in class com.anthonyeden.lib.gui.HelpWindow
Add an error listener.
addErrorListener(ErrorListener) - Method in class com.anthonyeden.lib.gui.StandardAction
Add an error listener.
addFilter(String) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Add a filter.
addFilter(Pattern) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Add a filter.
addFilter(String) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Add a filter.
addFilter(Pattern) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Add a filter.
addListDataListener(ListDataListener) - Method in class com.anthonyeden.lib.util.XArrayList
Add a ListDataListener.
addListDataListener(ListDataListener) - Method in class com.anthonyeden.lib.util.XTreeMap
Add a ListDataListener.
addMouseListenerToHeaderInTable(JTable) - Method in class com.anthonyeden.lib.util.TableSorter
Add a MouseListener to the given table which will cause the table to be sorted when the header is clicked.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.anthonyeden.lib.Preferences
Add a PropertyChangeListener.
addStatusListener(StatusListener) - Method in class com.anthonyeden.lib.event.StatusListenerSupport
Add a StatusListener.
addTableModelListener(TableModelListener) - Method in class com.anthonyeden.lib.util.XTreeMap
Add a TableModelListener.
addTreeModelListener(TreeModelListener) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Add a TreeModelListener.
addTreeModelListener(TreeModelListener) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Add a TreeModelListener.
addWindow(Component) - Method in class com.anthonyeden.lib.Application
Add a window to the list of window objects.
addWizardListener(WizardListener) - Method in class com.anthonyeden.lib.gui.Wizard
Add a wizard listener.
aquireLock(String) - Method in class com.anthonyeden.lib.db.LockManager
Aquire a named lock.
arrayToList(Object[]) - Static method in class com.anthonyeden.lib.util.XArrayList
Populate an XArrayList with the data from the given object array.
asciiToNative(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Convert a unicode escaped String into its native form.

B

ByteCountInputStream - class com.anthonyeden.lib.io.ByteCountInputStream.
A FilterInputStream which will keep track of the number of bytes read from the underlying stream.
ByteCountInputStream(InputStream) - Constructor for class com.anthonyeden.lib.io.ByteCountInputStream
Construct a new ByteCountInputStream.
ByteCountOutputStream - class com.anthonyeden.lib.io.ByteCountOutputStream.
A FilterOutputStream which will keep track of the number of bytes written to the underlying stream.
ByteCountOutputStream(OutputStream) - Constructor for class com.anthonyeden.lib.io.ByteCountOutputStream
 
ByteUtilities - class com.anthonyeden.lib.util.ByteUtilities.
Utility class for working with bytes and byte arrays.
back() - Method in class com.anthonyeden.lib.gui.Wizard
Show the previous wizard component.
byteArrayToInt(byte[]) - Static method in class com.anthonyeden.lib.util.ByteUtilities
Convert the byte array to an int.
byteArrayToInt(byte[], int) - Static method in class com.anthonyeden.lib.util.ByteUtilities
Convert the byte array to an int starting from the given offset.

C

Cache - interface com.anthonyeden.lib.cache.Cache.
Base interface for Cache implementations.
CacheEntry - class com.anthonyeden.lib.cache.CacheEntry.
A single entry in a cache.
CacheEntry(Object, long) - Constructor for class com.anthonyeden.lib.cache.CacheEntry
Construct a new CacheEntry.
CacheEntry(Object, long, int) - Constructor for class com.anthonyeden.lib.cache.CacheEntry
Construct a new CacheEntry with the given time to live.
ChainedException - exception com.anthonyeden.lib.ChainedException.
A chained exception allows a parent exception to be specified and accessible through the getNestedError() method and will appear in stack traces.
ChainedException(String, Throwable) - Constructor for class com.anthonyeden.lib.ChainedException
Create a new ChainedException.
ChainedRuntimeException - exception com.anthonyeden.lib.ChainedRuntimeException.
A chained runtime exception allows a parent exception to be specified and accessible through the getNestedError() method and will appear in stack traces.
ChainedRuntimeException(Throwable) - Constructor for class com.anthonyeden.lib.ChainedRuntimeException
Create a new ChainedRuntimeException using the message of the nested error as the exception message.
ChainedRuntimeException(String, Throwable) - Constructor for class com.anthonyeden.lib.ChainedRuntimeException
Create a new ChainedRuntimeException.
ClassPathResourceLoader - class com.anthonyeden.lib.resource.ClassPathResourceLoader.
Implementation of the ResourceLoader interface which loads data from the class path.
ClassPathResourceLoader() - Constructor for class com.anthonyeden.lib.resource.ClassPathResourceLoader
 
ClassUtilities - class com.anthonyeden.lib.util.ClassUtilities.
Useful class management utilities.
CommEvent - class com.anthonyeden.lib.event.CommEvent.
A communications event.
CommEvent(Object) - Constructor for class com.anthonyeden.lib.event.CommEvent
Construct a CommEvent with the given event source.
CommEvent(Object, String) - Constructor for class com.anthonyeden.lib.event.CommEvent
Construct a CommEvent with the given event source and message.
CommListener - interface com.anthonyeden.lib.event.CommListener.
Listener for Communication events.
CommListenerSupport - class com.anthonyeden.lib.event.CommListenerSupport.
Support class for CommListeners.
CommListenerSupport(Object) - Constructor for class com.anthonyeden.lib.event.CommListenerSupport
Construct a CommListenerSupport object using the given event source.
Configurable - interface com.anthonyeden.lib.config.Configurable.
Interface which can be implemented by any object which should be configurable using the EdenLib configuration objects.
Configuration - interface com.anthonyeden.lib.config.Configuration.
The Configuration interface represents a node in a configuration tree.
ConfigurationBase - class com.anthonyeden.lib.config.ConfigurationBase.
The ConfigurationBase is a base implementation of the MutableConfiguration interface.
ConfigurationBase(String, Object, Configuration) - Constructor for class com.anthonyeden.lib.config.ConfigurationBase
Construct a new ConfigurationBase object.
ConfigurationBase(String, Object, Configuration, Location) - Constructor for class com.anthonyeden.lib.config.ConfigurationBase
Construct a new ConfigurationBase object.
ConfigurationBase(String, Object, List, Map, Configuration) - Constructor for class com.anthonyeden.lib.config.ConfigurationBase
Construct a new ConfigurationBase object.
ConfigurationBase(String, Object, List, Map, Configuration, Location) - Constructor for class com.anthonyeden.lib.config.ConfigurationBase
Construct a new ConfigurationBase object.
ConfigurationException - exception com.anthonyeden.lib.config.ConfigurationException.
Exception thrown when there is an error while reading, writing or manipulating Configurations.
ConfigurationException(String) - Constructor for class com.anthonyeden.lib.config.ConfigurationException
Construct a ConfigurationException with the given message.
ConfigurationException(Throwable) - Constructor for class com.anthonyeden.lib.config.ConfigurationException
Construct a ConfigurationException with the given message.
ConfigurationException(String, Throwable) - Constructor for class com.anthonyeden.lib.config.ConfigurationException
Construct a ConfigurationException with the given message.
ConfigurationException(String, Configuration) - Constructor for class com.anthonyeden.lib.config.ConfigurationException
Construct a ConfigurationException with the given message.
ConfigurationException(Throwable, Configuration) - Constructor for class com.anthonyeden.lib.config.ConfigurationException
Construct a ConfigurationException with the given nested error.
ConfigurationException(String, Throwable, Configuration) - Constructor for class com.anthonyeden.lib.config.ConfigurationException
Construct a ConfigurationException with the given message and nested error.
ConfigurationFactory - interface com.anthonyeden.lib.config.ConfigurationFactory.
Standard interface which is used to retrieve a Configuration from an InputStream or Reader.
CustomClassLoader - class com.anthonyeden.lib.util.CustomClassLoader.
 
CustomClassLoader(String) - Constructor for class com.anthonyeden.lib.util.CustomClassLoader
Construct a new CustomClassLoader which searches for classes in the given directory.
CustomClassLoader(String, ClassLoader) - Constructor for class com.anthonyeden.lib.util.CustomClassLoader
Construct a new CustomClassLoader which searches for classes in the parent ClassLoader first and then in the given directory.
CustomClassLoader(File) - Constructor for class com.anthonyeden.lib.util.CustomClassLoader
Construct a new CustomClassLoader which searches for classes in the given directory.
CustomClassLoader(File, ClassLoader) - Constructor for class com.anthonyeden.lib.util.CustomClassLoader
Construct a new CustomClassLoader which searches for classes in the parent ClassLoader first and then in the given directory.
cancel() - Method in class com.anthonyeden.lib.gui.Wizard
Close the wizard.
capitalize(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Capitalize the first letter of the given text.
checkModel() - Method in class com.anthonyeden.lib.util.TableSorter
Check to see if the index length matches the model row count.
chompString(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Split the String on newlines.
clear() - Method in class com.anthonyeden.lib.util.XArrayList
Clear the list data.
clear() - Method in class com.anthonyeden.lib.util.XTreeMap
Clear the map.
clearAttributes() - Method in class com.anthonyeden.lib.Application
Clear all attributes.
clearChildren() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Remove all of the children of this configuration node.
clearChildren() - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Remove all of the children of this configuration node.
close() - Method in class com.anthonyeden.lib.gui.SplashScreen
Close the splash screen.
close() - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Close the stream.
close() - Method in class com.anthonyeden.lib.io.NullWriter
Close the stream.
close(InputStream) - Static method in class com.anthonyeden.lib.util.IOUtilities
Close the given stream if the stream is not null.
close(Reader) - Static method in class com.anthonyeden.lib.util.IOUtilities
Close the given stream if the stream is not null.
close(OutputStream) - Static method in class com.anthonyeden.lib.util.IOUtilities
Close the given stream if the stream is not null.
close(Writer) - Static method in class com.anthonyeden.lib.util.IOUtilities
Close the given stream if the stream is not null.
close(ResultSet) - Static method in class com.anthonyeden.lib.util.SQLUtilities
Close the given JDBC ResultSet if it is not null.
close(Statement) - Static method in class com.anthonyeden.lib.util.SQLUtilities
Close the given JDBC statement if it is not null.
close(Connection) - Static method in class com.anthonyeden.lib.util.SQLUtilities
Close the given JDBC connection if it is not null.
column - Variable in class com.anthonyeden.lib.util.TableFilter
 
com.anthonyeden.lib - package com.anthonyeden.lib
EdenLib is a collection of reusable Java classes used throughout my open source projects.
com.anthonyeden.lib.cache - package com.anthonyeden.lib.cache
Package which contains a cache interface as well as a simple in-memory cache implementation.
com.anthonyeden.lib.config - package com.anthonyeden.lib.config
Contains classes which provide a generic configuration environment.
com.anthonyeden.lib.config.sax - package com.anthonyeden.lib.config.sax
 
com.anthonyeden.lib.db - package com.anthonyeden.lib.db
This package contains classes which can create database locks in a database-agnostic manner.
com.anthonyeden.lib.event - package com.anthonyeden.lib.event
Events and listeners.
com.anthonyeden.lib.gui - package com.anthonyeden.lib.gui
Classes for working with GUI environments.
com.anthonyeden.lib.gui.event - package com.anthonyeden.lib.gui.event
 
com.anthonyeden.lib.io - package com.anthonyeden.lib.io
IO utilities.
com.anthonyeden.lib.resource - package com.anthonyeden.lib.resource
This package contains classes for loading and monitoring resources such as files.
com.anthonyeden.lib.util - package com.anthonyeden.lib.util
Utility classes.
compare(int, int) - Method in class com.anthonyeden.lib.util.TableSorter
Compare two rows.
compareRowsByColumn(int, int, int) - Method in class com.anthonyeden.lib.util.TableSorter
Compare values row by row.
contentsChanged(ListDataEvent) - Method in class com.anthonyeden.lib.util.ListFilter
Filter the list when the contents change.
contentsChanged(ListDataEvent) - Method in class com.anthonyeden.lib.util.ListMap
This method can be called to signal that an interval specified in the given event object has been changed.
createIdType(String, String, String, int) - Method in class com.anthonyeden.lib.db.UniqueIDGenerator
Add an ID type to the database.

D

DEFAULT_DELAY - Static variable in class com.anthonyeden.lib.resource.AbstractResourceLoader
The default delay time in milliseconds (5 seconds).
DEFAULT_DELAY - Static variable in class com.anthonyeden.lib.util.FileMonitor
The default delay value (5 seconds) for checking for modifications.
DEFAULT_DELAY - Static variable in class com.anthonyeden.lib.util.VFSFileMonitor
The default delay value (5 seconds) for checking for modifications.
DEFAULT_DELIMITER - Static variable in class com.anthonyeden.lib.util.TextUtilities
Default delimiter.
DEFAULT_LEASE_TIME - Static variable in class com.anthonyeden.lib.db.LockManager
The default lease time (30 seconds).
DEFAULT_RETRY_DELAY - Static variable in class com.anthonyeden.lib.db.LockManager
The default retry delay (5 seconds).
DEFAULT_RETRY_LIMIT - Static variable in class com.anthonyeden.lib.db.LockManager
The default retry limit (3).
DEFAULT_TTL - Static variable in class com.anthonyeden.lib.cache.AbstractCache
The default TTL (-1 infinate).
DEFAULT_WAIT_TIME - Static variable in class com.anthonyeden.lib.gui.SplashScreen
The default wait time (3 seconds).
DateRange - class com.anthonyeden.lib.util.DateRange.
* This class represents a continuous date range.
DateRange() - Constructor for class com.anthonyeden.lib.util.DateRange
* Construct a new DateRange with null values for the start and * end date.
DateRange(Date, Date) - Constructor for class com.anthonyeden.lib.util.DateRange
* Construct a new DateRanger with the given start and end date.
DateSelectPanel - class com.anthonyeden.lib.gui.DateSelectPanel.
Panel for selecting a date (month, day, year).
DateSelectPanel() - Constructor for class com.anthonyeden.lib.gui.DateSelectPanel
Construct a new DateSelectPanel.
DefaultAddressed - class com.anthonyeden.lib.util.DefaultAddressed.
* Default implementation of the Addressed interface.
DefaultAddressed() - Constructor for class com.anthonyeden.lib.util.DefaultAddressed
 
DriverDescriptor - class com.anthonyeden.lib.db.DriverDescriptor.
Descriptor for a JDBC driver.
DriverDescriptor(String, String) - Constructor for class com.anthonyeden.lib.db.DriverDescriptor
Construct a new DriverDescriptor for the given driver class name and protocol.
DriverDescriptor(String, String, String) - Constructor for class com.anthonyeden.lib.db.DriverDescriptor
Construct a new DriverDescriptor for the given driver name, protocol and display name.
dataFlavor - Static variable in class com.anthonyeden.lib.util.XArrayList
 
debug(Log, String) - Static method in class com.anthonyeden.lib.util.LogUtilities
Standard debugging.
debug(Log, String, Map) - Static method in class com.anthonyeden.lib.util.LogUtilities
Extended debugging.

E

EMPTY_LIST - Static variable in class com.anthonyeden.lib.util.XArrayList
Constant for an empty XArrayList.
ENCODING - Static variable in class com.anthonyeden.lib.config.ConfigurationBase
 
ErrorEvent - class com.anthonyeden.lib.event.ErrorEvent.
Event which occurs whenever there is an error.
ErrorEvent(Object, String) - Constructor for class com.anthonyeden.lib.event.ErrorEvent
Construct an ErrorEvent from the given source object with the given message.
ErrorEvent(Object, Throwable) - Constructor for class com.anthonyeden.lib.event.ErrorEvent
Construct an ErrorEvent from the given source object with the given nested error.
ErrorEvent(Object, String, Throwable) - Constructor for class com.anthonyeden.lib.event.ErrorEvent
Construct an ErrorEvent from the given source object with the given nested error and the given message.
ErrorListener - interface com.anthonyeden.lib.event.ErrorListener.
Listener for ErrorEvents.
ErrorListenerSupport - class com.anthonyeden.lib.event.ErrorListenerSupport.
Support class for ErrorListeners.
ErrorListenerSupport(Object) - Constructor for class com.anthonyeden.lib.event.ErrorListenerSupport
Construct a new ErrorListenerSupport for the given source object.
elementAt(int, Collection) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the element at the given index in the given collection.
end(CommEvent) - Method in interface com.anthonyeden.lib.event.CommListener
Signals the end of communication.
error(ErrorEvent) - Method in interface com.anthonyeden.lib.event.ErrorListener
Invoked when an error occurs.
executeRedo() - Method in class com.anthonyeden.lib.gui.RedoAction
Execute the redo.
executeUndo() - Method in class com.anthonyeden.lib.gui.UndoAction
Execute the undo.

F

FSTree - class com.anthonyeden.lib.gui.FSTree.
A component for displaying a file system tree.
FSTree(FSTreeModel) - Constructor for class com.anthonyeden.lib.gui.FSTree
Construct a new FSTree using the given FSTreeModel.
FSTreeCellEditor - class com.anthonyeden.lib.gui.FSTreeCellEditor.
A TreeCellEditor for the FSTree.
FSTreeCellEditor(JTree, FSTreeCellRenderer) - Constructor for class com.anthonyeden.lib.gui.FSTreeCellEditor
Construct a new FDTreeCellEditor for the given JTree.
FSTreeCellRenderer - class com.anthonyeden.lib.gui.FSTreeCellRenderer.
A TreeCellRenderer for the FSTree component.
FSTreeCellRenderer() - Constructor for class com.anthonyeden.lib.gui.FSTreeCellRenderer
Construct a new FSTreeCellRenderer.
FSTreeModel - class com.anthonyeden.lib.gui.FSTreeModel.
A tree model which models the file system from a given root.
FSTreeModel(File) - Constructor for class com.anthonyeden.lib.gui.FSTreeModel
Construct a new FSTreeModel from the given root file.
FileMonitor - class com.anthonyeden.lib.util.FileMonitor.
Class which monitors a file in a thread separate from the main application.
FileMonitor(File, Reloadable) - Constructor for class com.anthonyeden.lib.util.FileMonitor
Construct a new FileMonitor for the given file and target.
FileMonitor(File, long, Reloadable) - Constructor for class com.anthonyeden.lib.util.FileMonitor
Construct a new FileMonitor for the given file and target.
FileResourceLoader - class com.anthonyeden.lib.resource.FileResourceLoader.
Implementation of the ResourceLoader interface which loads data from a file.
FileResourceLoader() - Constructor for class com.anthonyeden.lib.resource.FileResourceLoader
 
filter() - Method in class com.anthonyeden.lib.util.ListFilter
Subclasses should implement this method to execute the filtering.
filter(Object) - Method in class com.anthonyeden.lib.util.ListFilter
Filter a single value.
filter(Object[]) - Method in class com.anthonyeden.lib.util.ListFilter
Set the value list and filter.
filter(ArrayList) - Method in class com.anthonyeden.lib.util.ListFilter
Set the value list and filter.
filter() - Method in class com.anthonyeden.lib.util.ListMatchFilter
Filter the list.
filter() - Method in class com.anthonyeden.lib.util.TableFilter
Filter the model.
filter(int, Object) - Method in class com.anthonyeden.lib.util.TableFilter
Filter the given column using the specified value.
filter(int, Object[]) - Method in class com.anthonyeden.lib.util.TableFilter
Filter the given column using the values in the given array.
filter() - Method in class com.anthonyeden.lib.util.TableMatchFilter
Filter the TableModel.
findClass(String) - Method in class com.anthonyeden.lib.util.CustomClassLoader
Find the class with the given class name.
findResource(String) - Method in class com.anthonyeden.lib.util.CustomClassLoader
Find the resource URL with the given name.
finish() - Method in class com.anthonyeden.lib.gui.Wizard
Concrete subclasses should implement this message to take whatever actions are necessary when the Wizard is complete.
fireContentsChanged(int, int) - Method in class com.anthonyeden.lib.util.XArrayList
Fire a ListDataEvent for the changed interval.
fireContentsChanged(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
 
fireEnd() - Method in class com.anthonyeden.lib.event.CommListenerSupport
Fire an end event.
fireEnd(String) - Method in class com.anthonyeden.lib.event.CommListenerSupport
Fire an end event with the given message.
fireError(String) - Method in class com.anthonyeden.lib.event.ErrorListenerSupport
Fire an ErrorEvent with the given message.
fireError(Throwable) - Method in class com.anthonyeden.lib.event.ErrorListenerSupport
Fire an ErrorEvent with the given error.
fireError(String, Throwable) - Method in class com.anthonyeden.lib.event.ErrorListenerSupport
Fire an ErrorEvent with the given message and error.
fireError(ErrorEvent) - Method in class com.anthonyeden.lib.event.ErrorListenerSupport
 
fireHide() - Method in class com.anthonyeden.lib.gui.Wizard
Fire a hide WizardEvent.
fireIntervalAdded(int, int) - Method in class com.anthonyeden.lib.util.XArrayList
Fire a ListDataEvent for the added interval.
fireIntervalAdded(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
 
fireIntervalRemoved(int, int) - Method in class com.anthonyeden.lib.util.XArrayList
Fire a ListDataEvent for the removed interval.
fireIntervalRemoved(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
 
fireRowsDeleted(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
 
fireRowsInserted(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
 
fireShow() - Method in class com.anthonyeden.lib.gui.Wizard
Fire a show WizardEvent.
fireStart() - Method in class com.anthonyeden.lib.event.CommListenerSupport
Fire a start event.
fireStart(String) - Method in class com.anthonyeden.lib.event.CommListenerSupport
Fire a start event with the given message.
fireStateChanged() - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Fire a ChangeEvent.
fireStateChanged() - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Fire a ChangeEvent.
fireStatusChanged(String) - Method in class com.anthonyeden.lib.event.StatusListenerSupport
Fire a StatusEvent with the given status String.
fireStatusChanged(StatusEvent) - Method in class com.anthonyeden.lib.event.StatusListenerSupport
Fire the given StatusEvent.
fireTableChanged(TableModelEvent) - Method in class com.anthonyeden.lib.util.XTreeMap
 
flush() - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Flush the data that is currently in the buffer.
flush() - Method in class com.anthonyeden.lib.io.NullWriter
Flush the data that is currently in the buffer.
focusComponent(Component) - Method in class com.anthonyeden.lib.gui.Wizard
Request focus on the given component.

G

generateId(String) - Method in class com.anthonyeden.lib.db.UniqueIDGenerator
Generate the specified ID type.
get(Object) - Method in interface com.anthonyeden.lib.cache.Cache
Get the value for the given key from the cache.
get(Object) - Method in class com.anthonyeden.lib.cache.InMemoryCache
Get the value for the given key from the cache.
getAddress1() - Method in interface com.anthonyeden.lib.util.Addressed
 
getAddress1() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getAddress2() - Method in interface com.anthonyeden.lib.util.Addressed
 
getAddress2() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getAllClassesAndInterfaces(Class) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Find all super classes and implemented interfaces for the given class.
getAttribute(Object) - Method in class com.anthonyeden.lib.Application
Get the attribute for the specified key.
getAttribute(String) - Method in interface com.anthonyeden.lib.config.Configuration
Get the named attribute or null.
getAttribute(String, String) - Method in interface com.anthonyeden.lib.config.Configuration
Get the named attribute.
getAttribute(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the named attribute or null.
getAttribute(String, String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the named attribute.
getAttributeKeys() - Method in class com.anthonyeden.lib.Application
Return an Iterator for all attribute keys.
getAttributeNames() - Method in interface com.anthonyeden.lib.config.Configuration
Get a List of attribute names.
getAttributeNames() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get a List of attribute names.
getAvailableDrivers() - Static method in class com.anthonyeden.lib.db.DriverDescriptor
Get a List of all available drivers.
getBackButton() - Method in class com.anthonyeden.lib.gui.Wizard
Get the "Back" button.
getBasePath() - Method in class com.anthonyeden.lib.util.IconManager
Get the base path for finding icons.
getBuffer() - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Get the StringBuffer which holds the data prior to writing via a call to the flush() method.
getCancelButton() - Method in class com.anthonyeden.lib.gui.Wizard
Get the "Cancel" button.
getChangeListeners() - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Get a List of attached ChangeListeners.
getChangeListeners() - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Get a List of attached ChangeListeners.
getChild(String) - Method in interface com.anthonyeden.lib.config.Configuration
Get the child configuration object with the given name.
getChild(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the child configuration object with the given name.
getChild(Object, int) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Get the child of the given parent at the given index.
getChild(Object, int) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Get the child of the given parent at the given index.
getChildCount(Object) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Get the number of children under the given parent.
getChildCount(Object) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Get the number of children under the given parent.
getChildValue(String) - Method in interface com.anthonyeden.lib.config.Configuration
Get the value of the first child configuration object with the given name.
getChildValue(String, String) - Method in interface com.anthonyeden.lib.config.Configuration
Get the value of the first child configuration object with the given name.
getChildValue(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the value of the first child configuration object with the given name.
getChildValue(String, String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the value of the first child configuration object with the given name.
getChildren() - Method in interface com.anthonyeden.lib.config.Configuration
Get a list of all child nodes.
getChildren(String) - Method in interface com.anthonyeden.lib.config.Configuration
Get a list of all child nodes with the given name.
getChildren() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get a list of all child nodes.
getChildren(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get a list of all child nodes with the given name.
getCity() - Method in interface com.anthonyeden.lib.util.Addressed
 
getCity() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getClassName() - Method in class com.anthonyeden.lib.db.DriverDescriptor
Get the driver class name.
getColumn() - Method in class com.anthonyeden.lib.util.TableFilter
Get the current filtered column.
getColumn() - Method in class com.anthonyeden.lib.util.TableSorter
Get the column which is being sorted.
getColumnClass(int) - Method in class com.anthonyeden.lib.util.TableMap
Get the column class for the given column index.
getColumnClass(int) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the given column's class.
getColumnCount() - Method in class com.anthonyeden.lib.util.TableMap
Get the column count.
getColumnCount() - Method in class com.anthonyeden.lib.util.XTreeMap
Get the total number of columns.
getColumnName(int) - Method in class com.anthonyeden.lib.util.TableMap
Get the column name for the given index.
getColumnName(int) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the column name for the given column.
getColumnNumber() - Method in class com.anthonyeden.lib.config.Location
Get the column number
getComponent() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Get the GUI Component to be displayed.
getComponent() - Method in interface com.anthonyeden.lib.gui.WizardComponent
Get the component.
getConfiguration(String, InputStream) - Method in interface com.anthonyeden.lib.config.ConfigurationFactory
Get the root Configuration object from the specified InputStream.
getConfiguration(String, Reader) - Method in interface com.anthonyeden.lib.config.ConfigurationFactory
Get the root Configuration object from the specified InputStream.
getConfiguration(String, InputStream) - Method in class com.anthonyeden.lib.config.sax.SAXConfigurationFactory
Get the root Configuration object from the specified InputStream.
getConfiguration(String, Reader) - Method in class com.anthonyeden.lib.config.sax.SAXConfigurationFactory
Get the root Configuration object from the specified InputStream.
getCount() - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Get the number of bytes read so far.
getCount() - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Get the number of bytes written so far.
getCountry() - Method in interface com.anthonyeden.lib.util.Addressed
 
getCountry() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getDate() - Method in class com.anthonyeden.lib.gui.DateSelectPanel
Return the Date represented by the date selected in the panel.
getDeclaredMethod(Class, String, Class) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Get the declared method with the given name and with a single argument of the type specified by paramClass.
getDeclaredMethod(Class, String, Class[]) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Get the declared method with the given name and with arguments of the types specified by paramClasses.
getDefaultBasePath() - Static method in class com.anthonyeden.lib.util.IconManager
Get the default base path for loading icons.
getDelay() - Method in class com.anthonyeden.lib.resource.AbstractResourceLoader
Get the monitoring delay.
getDelay() - Method in class com.anthonyeden.lib.util.FileMonitor
Get the delay between file checks.
getDelay() - Method in class com.anthonyeden.lib.util.VFSFileMonitor
Get the delay between file checks.
getDescription() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Get a user-readable description of this WizardComponent.
getDescription() - Method in interface com.anthonyeden.lib.gui.WizardComponent
Get a text description.
getDisplayName() - Method in class com.anthonyeden.lib.db.DriverDescriptor
Get the user-readable display name.
getElapsedTime() - Method in class com.anthonyeden.lib.util.Stopwatch
Get the elapsed time for the stopwatch in milliseconds.
getElementAt(int) - Method in class com.anthonyeden.lib.util.ListFilter
Get the element at the given index in the list.
getElementAt(int) - Method in class com.anthonyeden.lib.util.ListMap
Get the element at the given index.
getElementAt(int) - Method in class com.anthonyeden.lib.util.XArrayList
Get the element at the given index.
getElementAt(int) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the element at the given index.
getEmail() - Method in interface com.anthonyeden.lib.util.Addressed
 
getEmail() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getEndDate() - Method in class com.anthonyeden.lib.util.DateRange
* Get the end date.
getError() - Method in class com.anthonyeden.lib.event.ErrorEvent
Return the error object.
getFile() - Method in class com.anthonyeden.lib.util.FileMonitor
Get the file which is being monitored.
getFile() - Method in class com.anthonyeden.lib.util.VFSFileMonitor
Get the file which is being monitored.
getFileSystemManager() - Method in class com.anthonyeden.lib.resource.VFSResourceLoader
Get the FileSystemManager.
getHomeDirectory() - Method in class com.anthonyeden.lib.Application
Get the current user's home directory.
getIcon(String) - Method in class com.anthonyeden.lib.util.IconManager
Get the icon at the given path.
getIcons() - Static method in class com.anthonyeden.lib.util.IconManager
Get a Map of all cached icons.
getIndexOfChild(Object, Object) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Get the index of the child under the given parent.
getIndexOfChild(Object, Object) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Get the index of the child under the given parent.
getInitialFocus() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Get the GUI component which receives initial focus.
getInitialFocus() - Method in interface com.anthonyeden.lib.gui.WizardComponent
Get the component which gets the initial focus.
getInsertTime() - Method in class com.anthonyeden.lib.cache.CacheEntry
Get the insert time.
getInstance(String) - Static method in class com.anthonyeden.lib.Application
Get a instance of an Application object for the named application.
getInstance() - Static method in class com.anthonyeden.lib.config.sax.SAXConfigurationFactory
 
getLabelText() - Method in class com.anthonyeden.lib.gui.StatusPanel
Get the label text.
getLastRequestTime() - Method in class com.anthonyeden.lib.cache.CacheEntry
Get the last request time.
getLeaseTime() - Method in class com.anthonyeden.lib.db.LockManager
Get the lease time.
getLineNumber() - Method in class com.anthonyeden.lib.config.Location
Get the line number
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.anthonyeden.lib.gui.LookAndFeelListCellRenderer
Get the list cell renderer component.
getListDataListeners() - Method in class com.anthonyeden.lib.util.XArrayList
Get all registered ListDataListeners
getListUsesKey() - Method in class com.anthonyeden.lib.util.XTreeMap
Return true if the map keys are returned in the ListModel getElementAt() method.
getLocation() - Method in interface com.anthonyeden.lib.config.Configuration
Get location information for this configuration object.
getLocation() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get location information for this configuration object.
getLookAndFeelClassName() - Method in class com.anthonyeden.lib.Preferences
Get the preferred look and feel class name.
getMessage() - Method in class com.anthonyeden.lib.config.ConfigurationException
Overrides the Throwable.getMessage() method and adds additional configuration location information if it is available.
getMessage() - Method in class com.anthonyeden.lib.event.CommEvent
Get the message String.
getMessage() - Method in class com.anthonyeden.lib.event.ErrorEvent
Get the message.
getMessage(String, String, Object[]) - Static method in class com.anthonyeden.lib.util.MessageUtilities
Locate the given message and merge it with the given arguments using the MessageFormat class.
getMessage(String, String, Object[], Locale) - Static method in class com.anthonyeden.lib.util.MessageUtilities
Locate the given message and merge it with the given arguments using the MessageFormat class.
getMessage(Class, String, String, Object[]) - Static method in class com.anthonyeden.lib.util.MessageUtilities
Locate the given message and merge it with the given arguments using the MessageFormat class.
getMessage(Class, String, String, Object[], Locale) - Static method in class com.anthonyeden.lib.util.MessageUtilities
Locate the given message and merge it with the given arguments using the MessageFormat class.
getMethod(Class, String, Class) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Get the method with the given name and with a single argument of the type specified by paramClass.
getMethod(Class, String, Class[]) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Get the method with the given name and with arguments of the types specified by paramClasses.
getModel() - Method in class com.anthonyeden.lib.util.ListMap
Get the model.
getModel() - Method in class com.anthonyeden.lib.util.TableMap
Get the TableModel which is wrapped by this map.
getMonitors() - Method in class com.anthonyeden.lib.resource.AbstractResourceLoader
Get a List of all registered monitors.
getName() - Method in interface com.anthonyeden.lib.config.Configuration
Get the node's name.
getName() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the node's name.
getName() - Method in interface com.anthonyeden.lib.util.Addressed
 
getName() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getNestedError() - Method in class com.anthonyeden.lib.ChainedException
Return the parent exception.
getNestedError() - Method in class com.anthonyeden.lib.ChainedRuntimeException
Return the parent exception.
getNextButton() - Method in class com.anthonyeden.lib.gui.Wizard
Get the "Next" button.
getObject() - Method in class com.anthonyeden.lib.cache.CacheEntry
Get the cached object.
getParent() - Method in interface com.anthonyeden.lib.config.Configuration
Get the parent configuration object.
getParent() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the parent configuration object.
getPath(File) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Get the tree path as an Object array for the given node.
getPath(FileObject) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Get the tree path as an Object array for the given node.
getPostalCode() - Method in interface com.anthonyeden.lib.util.Addressed
 
getPostalCode() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getProtocol() - Method in class com.anthonyeden.lib.db.DriverDescriptor
Get the JDBC protocol.
getRealIndex(int) - Method in class com.anthonyeden.lib.util.TableSorter
Get the real index of the given row.
getResource(String) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified resource.
getResource(String, Object) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified resource.
getResource(String, Class) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified resource.
getResourceAsStream(String) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified resource stream.
getResourceAsStream(String, Object) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified resource stream.
getResourceAsStream(String, Class) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified resource stream.
getRetryDelay() - Method in class com.anthonyeden.lib.db.LockManager
Get the retry delay.
getRetryLimit() - Method in class com.anthonyeden.lib.db.LockManager
Get the retry limit.
getRoot() - Method in class com.anthonyeden.lib.gui.FSTreeModel
Get the root file
getRoot() - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Get the root file
getRowCount() - Method in class com.anthonyeden.lib.util.TableFilter
Get the number of rows in the table.
getRowCount() - Method in class com.anthonyeden.lib.util.TableMap
Get the row count.
getRowCount() - Method in class com.anthonyeden.lib.util.XTreeMap
Get the total number of rows.
getSearchDirectory() - Method in class com.anthonyeden.lib.util.CustomClassLoader
Get the directory which is searched for class files.
getSegmentCount(int) - Method in class com.anthonyeden.lib.util.DateRange
* Return the number of segments in the range given that * a segment is segmentLength milliseconds.
getSelectedItem() - Method in class com.anthonyeden.lib.util.XArrayList
Get the selected item or null if no item is selected.
getSize() - Method in class com.anthonyeden.lib.util.ListFilter
Get the size of the list.
getSize() - Method in class com.anthonyeden.lib.util.ListMap
Get the list model size.
getSize() - Method in class com.anthonyeden.lib.util.XArrayList
Get the number of elements in the list.
getSize() - Method in class com.anthonyeden.lib.util.XTreeMap
Get the list size.
getSourceId() - Method in class com.anthonyeden.lib.config.Location
Get the source ID which is used to identify the source of the configuration data.
getStartDate() - Method in class com.anthonyeden.lib.util.DateRange
* Get the start date.
getState() - Method in interface com.anthonyeden.lib.util.Addressed
 
getState() - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
getStatus() - Method in class com.anthonyeden.lib.event.StatusEvent
Get the status String.
getStringFromReader(Reader) - Static method in class com.anthonyeden.lib.util.IOUtilities
Read the data from the given reader and return it is a single String.
getTTL() - Method in class com.anthonyeden.lib.cache.AbstractCache
Get the default time to live for the cache.
getTTL() - Method in interface com.anthonyeden.lib.cache.Cache
Get the default time to live.
getTTL() - Method in class com.anthonyeden.lib.cache.CacheEntry
Get the time to live.
getThrowable() - Method in class com.anthonyeden.lib.event.ErrorEvent
Deprecated. Use getError() instead
getTitle() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Get a user-readable title of this WizardComponent.
getTitle() - Method in interface com.anthonyeden.lib.gui.WizardComponent
Get the title of the component.
getTransferData(DataFlavor) - Method in class com.anthonyeden.lib.util.XArrayList
Get the transferable data for the given data flavor.
getTransferDataFlavors() - Method in class com.anthonyeden.lib.util.XArrayList
Get an array of supported DataFlavors.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.anthonyeden.lib.gui.FSTreeCellEditor
Get the editor component.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.anthonyeden.lib.gui.VFSTreeCellEditor
Get the editor component.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.anthonyeden.lib.gui.FSTreeCellRenderer
Get the renderer component.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.anthonyeden.lib.gui.VFSTreeCellRenderer
Get the renderer component.
getTreeModelListeners() - Method in class com.anthonyeden.lib.gui.FSTreeModel
Get an ArrayList of TreeModelListeners.
getTreeModelListeners() - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Get an ArrayList of TreeModelListeners.
getVFSHomeDirectory() - Method in class com.anthonyeden.lib.Application
Get the current user's virtual home directory.
getValue() - Method in interface com.anthonyeden.lib.config.Configuration
Get the node's value or null if the node contains no data.
getValue(String) - Method in interface com.anthonyeden.lib.config.Configuration
Get the node's value.
getValue() - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the node's value or null if the node contains no data.
getValue(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Get the node's value.
getValueAt(int, int) - Method in class com.anthonyeden.lib.util.TableFilter
Get the value at the given row and column.
getValueAt(int, int) - Method in class com.anthonyeden.lib.util.TableMap
Get the value at the given row and column.
getValueAt(int, int) - Method in class com.anthonyeden.lib.util.TableSorter
 
getValueAt(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the value at the given row and column.
getValues() - Method in class com.anthonyeden.lib.util.ListFilter
Get the values.
getValues() - Method in class com.anthonyeden.lib.util.TableFilter
Get the current filter value array.
getWaitTime() - Method in class com.anthonyeden.lib.gui.SplashScreen
Get the amount of time to wait before automatically closing the spash screen.
getWindows() - Method in class com.anthonyeden.lib.Application
Get a list of open window objects.
getWizard() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Get the parent wizard.

H

HelpWindow - class com.anthonyeden.lib.gui.HelpWindow.
Implementation of a help window which is just a container for an HTML pane.
HelpWindow(URL) - Constructor for class com.anthonyeden.lib.gui.HelpWindow
Construct a help window opening at the given URL.
HelpWindowMenuBar - class com.anthonyeden.lib.gui.HelpWindowMenuBar.
Menu bar for the HelpWindow component.
HelpWindowMenuBar(HelpWindow) - Constructor for class com.anthonyeden.lib.gui.HelpWindowMenuBar
Construct a HelpWindow menu bar for the given HelpWindow.
hasNonAlphaNumericCharacters(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Returns true if the given String contains at least one non alpha- numeric character.
hasNonAlphaNumericCharacters(String, char[]) - Static method in class com.anthonyeden.lib.util.TextUtilities
Returns true if the given String contains at least one non alpha- numeric character.
hide(WizardEvent) - Method in interface com.anthonyeden.lib.gui.event.WizardListener
Invoked when the wizard hides the current WizardComponent.
hideWizardComponent() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Invoked when this component is hidden.
hideWizardComponent() - Method in interface com.anthonyeden.lib.gui.WizardComponent
Invoked when this component is hidden.
hyperlinkUpdate(HyperlinkEvent) - Method in class com.anthonyeden.lib.gui.HelpWindow
Implementation of the HyperlinkListener interface.

I

IOUtilities - class com.anthonyeden.lib.util.IOUtilities.
Useful IO utilities.
IconManager - class com.anthonyeden.lib.util.IconManager.
The IconManager provides a central location for loading and caching Icons loaded from the class loader as resources.
IconManager() - Constructor for class com.anthonyeden.lib.util.IconManager
Default constructor.
IconManager(String) - Constructor for class com.anthonyeden.lib.util.IconManager
Construct an IconManager with the given base path.
InMemoryCache - class com.anthonyeden.lib.cache.InMemoryCache.
Cache implementation which stores the cached values in memory.
InMemoryCache() - Constructor for class com.anthonyeden.lib.cache.InMemoryCache
Construct a new InMemoryCache.
indexes - Variable in class com.anthonyeden.lib.util.ListFilter
 
indexes - Variable in class com.anthonyeden.lib.util.TableFilter
 
initialize(String[]) - Method in class com.anthonyeden.lib.Application
Initialize the application using the given command line arguments.
intToByteArray(int) - Static method in class com.anthonyeden.lib.util.ByteUtilities
Convert the specified int to a 4 byte array.
intervalAdded(ListDataEvent) - Method in class com.anthonyeden.lib.util.ListFilter
Filter the list when objects are added.
intervalAdded(ListDataEvent) - Method in class com.anthonyeden.lib.util.ListMap
This method can be called to signal that an interval specified in the given event object has been added.
intervalRemoved(ListDataEvent) - Method in class com.anthonyeden.lib.util.ListFilter
Filter the list when objects are removed.
intervalRemoved(ListDataEvent) - Method in class com.anthonyeden.lib.util.ListMap
This method can be called to signal that an interval specified in the given event object has been removed.
invoke(Method, Object, Object) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invoke(Method, Object, Object[]) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invoke(String, Object, Object) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invoke(String, Object, Object[]) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invoke(String, Object, Class, Object[]) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invoke(String, Object, Class, Object) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invokeDeclared(String, Object, Object) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
invokeDeclared(String, Object, Object[]) - Static method in class com.anthonyeden.lib.util.MethodUtilities
Invoke the given method.
isAscending() - Method in class com.anthonyeden.lib.util.TableSorter
Return true if the data is sorted in ascending order.
isAscii(char) - Static method in class com.anthonyeden.lib.util.TextUtilities
Return true if the character is an ASCII character.
isCellEditable(int, int) - Method in class com.anthonyeden.lib.util.TableMap
Return true if the cell at the given row and column is editable.
isCellEditable(int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
Return true if the cell is editable.
isCloseOnClickAllowed() - Method in class com.anthonyeden.lib.gui.SplashScreen
Return true if the user can close the splash screen by clicking on it.
isDataFlavorSupported(DataFlavor) - Method in class com.anthonyeden.lib.util.XArrayList
Return true if the given DataFlavor is supported.
isExpired(CacheEntry) - Method in class com.anthonyeden.lib.cache.AbstractCache
Check to see if the given CacheEntry is expired.
isExtendedAscii(char) - Static method in class com.anthonyeden.lib.util.TextUtilities
Return true if the character is an extended ASCII character.
isLeaf(Object) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Return true if the given object is a leaf node.
isLeaf(Object) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Return true if the given object is a leaf node.
isWithinRange(Date) - Method in class com.anthonyeden.lib.util.DateRange
* Return true if the given Date is after the start date and before the end * date.

J

JTextAreaWriter - class com.anthonyeden.lib.io.JTextAreaWriter.
A implementation of the java.io.Writer class which provides writing to a JTextArea via a stream.
JTextAreaWriter(JTextArea) - Constructor for class com.anthonyeden.lib.io.JTextAreaWriter
Constructor.
join(Object[]) - Static method in class com.anthonyeden.lib.util.TextUtilities
Join the given Object array using the DEFAULT_DELIMITER.
join(Object[], String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Join the given Object array using the given delimiter.
join(Collection) - Static method in class com.anthonyeden.lib.util.TextUtilities
Join the given Collection using the DEFAULT_DELIMITER.
join(Collection, String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Join the given Collection using the given delimiter.

K

keyAt(int) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the key at the given index.
keyIndex(Object) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the index of the given key or -1 if there is no matching key.

L

LOOK_AND_FEEL - Static variable in class com.anthonyeden.lib.Preferences
The Look and Feel property name.
ListFilter - class com.anthonyeden.lib.util.ListFilter.
Class for filtering a ListModel.
ListFilter() - Constructor for class com.anthonyeden.lib.util.ListFilter
Construct a new ListFilter.
ListFilter(ListModel) - Constructor for class com.anthonyeden.lib.util.ListFilter
Construct a new ListFilter for the given ListModel.
ListMap - class com.anthonyeden.lib.util.ListMap.
A wrapper for a list model.
ListMap() - Constructor for class com.anthonyeden.lib.util.ListMap
 
ListMatchFilter - class com.anthonyeden.lib.util.ListMatchFilter.
Implementation of the ListFilter abstract class which filters out exact matches.
ListMatchFilter() - Constructor for class com.anthonyeden.lib.util.ListMatchFilter
Construct a ListMatchFilter with no ListModel.
ListMatchFilter(ListModel) - Constructor for class com.anthonyeden.lib.util.ListMatchFilter
Construct a ListMatchFilter for the given model.
Location - class com.anthonyeden.lib.config.Location.
This interface provides information about where the configuration object was located in the configuration file.
Location(String, int, int) - Constructor for class com.anthonyeden.lib.config.Location
Construct a new Location object
LockException - exception com.anthonyeden.lib.db.LockException.
Thrown if aquiring or releasing a lock fails.
LockException(String) - Constructor for class com.anthonyeden.lib.db.LockException
Construct a new LockException with the given message.
LockException(String, Throwable) - Constructor for class com.anthonyeden.lib.db.LockException
Construct a new LockException with the given message and nested error.
LockManager - class com.anthonyeden.lib.db.LockManager.
A database-independent lock manager.
LockManager(Connection) - Constructor for class com.anthonyeden.lib.db.LockManager
Construct a new LockManager using the given JDBC connection.
LogUtilities - class com.anthonyeden.lib.util.LogUtilities.
A utility class to assist with extended logging.
LookAndFeelListCellRenderer - class com.anthonyeden.lib.gui.LookAndFeelListCellRenderer.
A custom renderer for the LookAndFeel list.
LookAndFeelListCellRenderer() - Constructor for class com.anthonyeden.lib.gui.LookAndFeelListCellRenderer
 
load(File) - Method in class com.anthonyeden.lib.Preferences
Load the preferences from the given file.
load(FileObject) - Method in class com.anthonyeden.lib.Preferences
Load the preferences from the given file.
load(String, InputStream) - Method in class com.anthonyeden.lib.Preferences
Load the preferences from the given InputStream.
load(Configuration) - Method in class com.anthonyeden.lib.Preferences
Load the preferences from the given root element.
load(InputStream) - Method in interface com.anthonyeden.lib.resource.ResourceRecipient
Inform the recipient that it should reload the resource from the given stream.
loadClass(String) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified class name.
loadClass(String, Object) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified class name.
loadClass(String, Class) - Static method in class com.anthonyeden.lib.util.ClassUtilities
Load the specified class name.
loadConfiguration(Configuration) - Method in class com.anthonyeden.lib.cache.AbstractCache
Load the Cache's configuration from the given Configuration object.
loadConfiguration(Configuration) - Method in interface com.anthonyeden.lib.cache.Cache
Load the Cache's configuration from the given Configuration object.
loadConfiguration(Configuration) - Method in class com.anthonyeden.lib.cache.InMemoryCache
Load the Cache's configuration from the given Configuration object.
loadConfiguration(Configuration) - Method in interface com.anthonyeden.lib.config.Configurable
Load the configuration using the given configuration object.
loadResource(String, ResourceRecipient) - Method in class com.anthonyeden.lib.resource.AbstractResourceLoader
Load the resource specified by the given path.
loadResource(String, ResourceRecipient, boolean) - Method in class com.anthonyeden.lib.resource.ClassPathResourceLoader
Load the resource specified by the given path.
loadResource(String, ResourceRecipient) - Method in class com.anthonyeden.lib.resource.FileResourceLoader
Load the resource specified by the given path.
loadResource(String, ResourceRecipient, boolean) - Method in class com.anthonyeden.lib.resource.FileResourceLoader
Load the resource specified by the given path.
loadResource(String, ResourceRecipient, boolean) - Method in interface com.anthonyeden.lib.resource.ResourceLoader
Load the resource specified by the given path.
loadResource(String, ResourceRecipient) - Method in class com.anthonyeden.lib.resource.VFSResourceLoader
Load the resource specified by the given path.
loadResource(String, ResourceRecipient, boolean) - Method in class com.anthonyeden.lib.resource.VFSResourceLoader
Load the resource specified by the given path.
lookAndFeelCombo - Variable in class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
 
lookAndFeelLabel - Variable in class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
 

M

MessageUtilities - class com.anthonyeden.lib.util.MessageUtilities.
Utilities for retrieving localized messages.
MethodUtilities - class com.anthonyeden.lib.util.MethodUtilities.
Utilities for invoking methods at runtime using reflection.
MutableConfiguration - interface com.anthonyeden.lib.config.MutableConfiguration.
Interface implemented by configuration objects which are mutable.
model - Variable in class com.anthonyeden.lib.util.ListMap
The wrapped ListMode.
model - Variable in class com.anthonyeden.lib.util.TableMap
The wrapped TableModel.

N

NULL_WRITER - Static variable in class com.anthonyeden.lib.io.NullWriter
Shared NullWriter instance.
NullWriter - class com.anthonyeden.lib.io.NullWriter.
A null writer will not write any data.
NullWriter() - Constructor for class com.anthonyeden.lib.io.NullWriter
Constructor.
n2sort() - Method in class com.anthonyeden.lib.util.TableSorter
 
nativeToAscii(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Convert the given String of characters from their native values to a Unicode escaped String.
next() - Method in class com.anthonyeden.lib.gui.Wizard
Show the next component.

P

Preferences - class com.anthonyeden.lib.Preferences.
Base class for user preferences.
Preferences() - Constructor for class com.anthonyeden.lib.Preferences
Construct a Preferences object.
parse(Reader, Writer, Map) - Static method in class com.anthonyeden.lib.util.VelocityTool
Pass all data from the given Reader through Velocity and write the resulting data to the given Writer.
parseInputStream(InputStream) - Static method in class com.anthonyeden.lib.util.VelocityTool
Parse the InputStream.
parseInputStream(InputStream, Map) - Static method in class com.anthonyeden.lib.util.VelocityTool
Parse the text file at the given path.
parseTextFile(String) - Static method in class com.anthonyeden.lib.util.VelocityTool
Parse the text file at the given path.
parseTextFile(String, Map) - Static method in class com.anthonyeden.lib.util.VelocityTool
Parse the text file at the given path.
parseTextFile(File) - Static method in class com.anthonyeden.lib.util.VelocityTool
Parse the text file at the given path.
parseTextFile(File, Map) - Static method in class com.anthonyeden.lib.util.VelocityTool
Parse the text file.
printStackTrace() - Method in class com.anthonyeden.lib.ChainedException
Print the stack trace to System.err
printStackTrace(PrintStream) - Method in class com.anthonyeden.lib.ChainedException
Print the stack trace.
printStackTrace(PrintWriter) - Method in class com.anthonyeden.lib.ChainedException
Print the stack trace.
printStackTrace() - Method in class com.anthonyeden.lib.ChainedRuntimeException
Print the stack trace to System.err
printStackTrace(PrintStream) - Method in class com.anthonyeden.lib.ChainedRuntimeException
Print the stack trace.
printStackTrace(PrintWriter) - Method in class com.anthonyeden.lib.ChainedRuntimeException
Print the stack trace.
propertyChange(PropertyChangeEvent) - Method in class com.anthonyeden.lib.util.XArrayList
 
put(Object, Object) - Method in interface com.anthonyeden.lib.cache.Cache
Insert a value into the cache.
put(Object, Object, int) - Method in interface com.anthonyeden.lib.cache.Cache
Insert a value into the cache with the specified time to live.
put(Object, Object) - Method in class com.anthonyeden.lib.cache.InMemoryCache
Insert a value into the cache.
put(Object, Object, int) - Method in class com.anthonyeden.lib.cache.InMemoryCache
Insert a value into the cache with the specified time to live.
put(Object, Object) - Method in class com.anthonyeden.lib.util.XTreeMap
Put the given object into the map using the given key.
putAll(Map) - Method in class com.anthonyeden.lib.util.XTreeMap
Put all of the given map into this map.

R

RedoAction - class com.anthonyeden.lib.gui.RedoAction.
A UI action for redo.
RedoAction(UndoManager) - Constructor for class com.anthonyeden.lib.gui.RedoAction
Construct a new RedoAction which uses the given UndoManager for managing undos and redos.
Reloadable - interface com.anthonyeden.lib.Reloadable.
Classes which implement this interface can be reconfigured on the fly.
ResourceException - exception com.anthonyeden.lib.resource.ResourceException.
Exception thrown when there is an error loading a resource.
ResourceException(String) - Constructor for class com.anthonyeden.lib.resource.ResourceException
Construct a ResourceException with the given message.
ResourceException(Throwable) - Constructor for class com.anthonyeden.lib.resource.ResourceException
Construct a ResourceException with the given error.
ResourceException(String, Throwable) - Constructor for class com.anthonyeden.lib.resource.ResourceException
Construct a ResourceException with the given message and error.
ResourceFileMonitor - class com.anthonyeden.lib.resource.ResourceFileMonitor.
Monitors the given File for changes.
ResourceFileMonitor(File, int, ResourceRecipient) - Constructor for class com.anthonyeden.lib.resource.ResourceFileMonitor
Construct a ResourceFileMonitor for the given file.
ResourceLoader - interface com.anthonyeden.lib.resource.ResourceLoader.
Generic interface for loading resources.
ResourceMonitor - interface com.anthonyeden.lib.resource.ResourceMonitor.
Common interface for all Resource monitors.
ResourceRecipient - interface com.anthonyeden.lib.resource.ResourceRecipient.
ResourceRecipient is implemented by any class which would like to be notifier when a loaded resource changes.
ResourceVFSMonitor - class com.anthonyeden.lib.resource.ResourceVFSMonitor.
Monitors the given File for changes.
ResourceVFSMonitor(FileObject, int, ResourceRecipient) - Constructor for class com.anthonyeden.lib.resource.ResourceVFSMonitor
Construct a ResourceFileMonitor for the given file.
read(byte[]) - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Fill the buffer with bytes until the buffer is full, the stream blocks, or until the end of the stream.
read(byte[], int, int) - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Fill the buffer with bytes starting at the given offset of the buffer and reading for length number of bytes.
read() - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Read one byte.
readData(File) - Static method in class com.anthonyeden.lib.util.IOUtilities
Read the data from the given file into a byte array and return the array.
readData(FileObject) - Static method in class com.anthonyeden.lib.util.IOUtilities
Read the data from the given file into a byte array and return the array.
reallocateIndexes() - Method in class com.anthonyeden.lib.util.TableSorter
Reallocate the array which holds sorted indexes.
releaseLock(String) - Method in class com.anthonyeden.lib.db.LockManager
Release a named lock.
reload() - Method in interface com.anthonyeden.lib.Reloadable
Reload the class's configuration.
reload() - Method in class com.anthonyeden.lib.gui.FSTreeModel
Reload the file system view from the root down.
reload(File) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Reload the file system view from the given node down.
reload() - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Reload the file system view from the root down.
reload(FileObject) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Reload the file system view from the given node down.
reloadChanged(File, File) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Reload after a change.
reloadChanged(File, File[]) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Reload after an change.
reloadChanged(FileObject, FileObject) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Reload after a change.
reloadChanged(FileObject, FileObject[]) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Reload after an change.
reloadInsert(File, File) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Reload after an insert.
reloadInsert(File, File[]) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Reload after an insert.
reloadInsert(FileObject, FileObject) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Reload after an insert.
reloadInsert(FileObject, FileObject[]) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Reload after an insert.
remove(Object) - Method in interface com.anthonyeden.lib.cache.Cache
Remove a value from the cache.
remove(Object) - Method in class com.anthonyeden.lib.cache.InMemoryCache
Remove a value from the cache.
remove(String, char[]) - Static method in class com.anthonyeden.lib.util.TextUtilities
Remove all instances of the given characters from the given String.
remove(int) - Method in class com.anthonyeden.lib.util.XArrayList
Remove the object at the given index.
remove(Object) - Method in class com.anthonyeden.lib.util.XArrayList
Remove the given object.
remove(Object) - Method in class com.anthonyeden.lib.util.XTreeMap
Remove the object for the given key.
removeAll(Collection) - Method in class com.anthonyeden.lib.util.XArrayList
Remove the objects in the specified collection from this list.
removeAttribute(Object) - Method in class com.anthonyeden.lib.Application
Remove the specified attribute.
removeChangeListener(ChangeListener) - Method in class com.anthonyeden.lib.io.ByteCountInputStream
Remove the ChangeListener.
removeChangeListener(ChangeListener) - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Remove a ChangeListener.
removeChild(Configuration) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Remove the specified configuration object.
removeChild(Configuration) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Remove the specified configuration object.
removeCommListener(CommListener) - Method in class com.anthonyeden.lib.event.CommListenerSupport
Remove a CommListener.
removeErrorListener(ErrorListener) - Method in class com.anthonyeden.lib.event.ErrorListenerSupport
Remove the given ErrorListener.
removeErrorListener(ErrorListener) - Method in class com.anthonyeden.lib.gui.HelpWindow
Remove an error listener.
removeErrorListener(ErrorListener) - Method in class com.anthonyeden.lib.gui.StandardAction
Remove an error listener.
removeFilter(String) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Remove a filter.
removeFilter(Pattern) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Remove a filter.
removeFilter(String) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Remove a filter.
removeFilter(Pattern) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Remove a filter.
removeListDataListener(ListDataListener) - Method in class com.anthonyeden.lib.util.XArrayList
Remove a ListDataListener.
removeListDataListener(ListDataListener) - Method in class com.anthonyeden.lib.util.XTreeMap
Remove a ListDataListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.anthonyeden.lib.Preferences
Remove a PropertyChangeListener.
removeRange(int, int) - Method in class com.anthonyeden.lib.util.XArrayList
Remove the given range of objects.
removeStatusListener(StatusListener) - Method in class com.anthonyeden.lib.event.StatusListenerSupport
Remove the given StatusListener.
removeTableModelListener(TableModelListener) - Method in class com.anthonyeden.lib.util.XTreeMap
Remove a TableModelListener.
removeTreeModelListener(TreeModelListener) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Remove a treeModelListeners.
removeTreeModelListener(TreeModelListener) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Remove a treeModelListeners.
removeWhitespace(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Remove all whitespace from the given String.
removeWindow(Component) - Method in class com.anthonyeden.lib.Application
Remove a window from the list of window objects.
removeWizardListener(WizardListener) - Method in class com.anthonyeden.lib.gui.Wizard
Remove a wizard listener.
replace(String, String, String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Replace all instances of a String within another String.
retainAll(Collection) - Method in class com.anthonyeden.lib.util.XArrayList
See the ArrayList retainAll() method.
revert(Preferences) - Method in class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
Revert to previous user preferences.
run() - Method in class com.anthonyeden.lib.resource.ResourceFileMonitor
The thread's run method.
run() - Method in class com.anthonyeden.lib.resource.ResourceVFSMonitor
The thread's run method.
run() - Method in class com.anthonyeden.lib.util.FileMonitor
The thread's run method.
run() - Method in class com.anthonyeden.lib.util.VFSFileMonitor
The thread's run method.

S

SAXConfigurationFactory - class com.anthonyeden.lib.config.sax.SAXConfigurationFactory.
Implementation of the ConfigurationFactory interface which generates a a configuration tree using a SAX parser.
SQLUtilities - class com.anthonyeden.lib.util.SQLUtilities.
Useful SQL utilities.
SQLUtilities() - Constructor for class com.anthonyeden.lib.util.SQLUtilities
 
SplashScreen - class com.anthonyeden.lib.gui.SplashScreen.
A simple splash screen which displays an image.
SplashScreen(ImageIcon) - Constructor for class com.anthonyeden.lib.gui.SplashScreen
Construct a splash screen with the given ImageIcon.
SplashScreen(ImageIcon, Frame) - Constructor for class com.anthonyeden.lib.gui.SplashScreen
Construct a new splash screen with the given ImageIcon and the given parent frame.
StandardAction - class com.anthonyeden.lib.gui.StandardAction.
The StandardAction class can be used to create a Action object which will invoke the given method on the given target when triggered.
StandardAction(Object, String) - Constructor for class com.anthonyeden.lib.gui.StandardAction
Create a new action.
StatusEvent - class com.anthonyeden.lib.event.StatusEvent.
Status event.
StatusEvent(Object, String) - Constructor for class com.anthonyeden.lib.event.StatusEvent
Construct a new StautsEvent.
StatusListener - interface com.anthonyeden.lib.event.StatusListener.
Listener interface for StatusEvents.
StatusListenerSupport - class com.anthonyeden.lib.event.StatusListenerSupport.
Support class for StatusListeners.
StatusListenerSupport(Object) - Constructor for class com.anthonyeden.lib.event.StatusListenerSupport
Construct a new StatusListenerSupport for the given source object.
StatusPanel - class com.anthonyeden.lib.gui.StatusPanel.
A panel which provides a status field, much like what you see at the bottom of most web browser windows.
StatusPanel() - Constructor for class com.anthonyeden.lib.gui.StatusPanel
 
Stopwatch - class com.anthonyeden.lib.util.Stopwatch.
Simple class for starting and stopping a stopwatch.
Stopwatch() - Constructor for class com.anthonyeden.lib.util.Stopwatch
 
save(File) - Method in class com.anthonyeden.lib.Preferences
Save the current configuration to the given file.
save(FileObject) - Method in class com.anthonyeden.lib.Preferences
Save the current configuration to the given file.
save(String, OutputStream) - Method in class com.anthonyeden.lib.Preferences
Save the preferences to the given OutputStream.
save(MutableConfiguration) - Method in class com.anthonyeden.lib.Preferences
Save the preferences to the given root XML Element.
save(OutputStream) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Save the configuration data to the specified output stream.
save(Writer) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Save the configuration data to the specified output stream.
save(OutputStream) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Save the configuration data to the specified output stream.
save(Writer) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Save the configuration data to the specified output stream.
save(Preferences) - Method in class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
Save the configuration panel's current settings to the given Preferences object.
saveConfiguration(MutableConfiguration) - Method in interface com.anthonyeden.lib.config.Configurable
Save the configuration to the given configuration object.
setAddress1(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setAddress2(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setAttribute(Object, Object) - Method in class com.anthonyeden.lib.Application
Set the attribute.
setBackButtonEnabled(boolean) - Method in class com.anthonyeden.lib.gui.Wizard
Set whether or not the 'Back' button is enabled.
setBasePath(String) - Method in class com.anthonyeden.lib.util.IconManager
Set the base path for finding icons.
setCity(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setClassName(String) - Method in class com.anthonyeden.lib.db.DriverDescriptor
Set the driver class name.
setCloseOnClickAllowed(boolean) - Method in class com.anthonyeden.lib.gui.SplashScreen
Set to true if the user can close the splash screen by clicking on it.
setColumnClass(int, Class) - Method in class com.anthonyeden.lib.util.XTreeMap
 
setColumnName(int, String) - Method in class com.anthonyeden.lib.util.XTreeMap
Set the column name for the given column index.
setCountry(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setDate(Date) - Method in class com.anthonyeden.lib.gui.DateSelectPanel
Set the date selected in the panel.
setDefaultBasePath(String) - Static method in class com.anthonyeden.lib.util.IconManager
Set the default base path for loading icons.
setDelay(int) - Method in class com.anthonyeden.lib.resource.AbstractResourceLoader
Set the monitoring delay in milliseconds.
setDelay(long) - Method in class com.anthonyeden.lib.util.FileMonitor
Set the delay between checks.
setDelay(long) - Method in class com.anthonyeden.lib.util.VFSFileMonitor
Set the delay between checks.
setDisplayName(String) - Method in class com.anthonyeden.lib.db.DriverDescriptor
Set the user-readable display name.
setEmail(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setEndDate(Date) - Method in class com.anthonyeden.lib.util.DateRange
* Set the end date.
setFileSystemManager(FileSystemManager) - Method in class com.anthonyeden.lib.resource.VFSResourceLoader
Set the FileSystemManager.
setLabelText(String) - Method in class com.anthonyeden.lib.gui.StatusPanel
Set the label text.
setLastRequestTime(long) - Method in class com.anthonyeden.lib.cache.CacheEntry
Set the last request time.
setLeaseTime(int) - Method in class com.anthonyeden.lib.db.LockManager
Set the lease time.
setListModel(ListModel) - Method in class com.anthonyeden.lib.util.ListFilter
Set the list model.
setListUsesKey(boolean) - Method in class com.anthonyeden.lib.util.XTreeMap
Set to true if the map keys should be returned in the ListModel getElementAt() method.
setLookAndFeelClassName(String) - Method in class com.anthonyeden.lib.Preferences
Set the preferred look and feel class name.
setModel(ListModel) - Method in class com.anthonyeden.lib.util.ListMap
Set the model.
setModel(TableModel) - Method in class com.anthonyeden.lib.util.TableMap
Set the TableModel which is wrapped by this map.
setModel(TableModel) - Method in class com.anthonyeden.lib.util.TableSorter
Set the TableModel.
setName(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Set the node name.
setName(String) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Set the node name.
setName(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setNextButtonEnabled(boolean) - Method in class com.anthonyeden.lib.gui.Wizard
Set whether or not the 'Next' button is enabled.
setPostalCode(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setPropertyChangeListenerEnabled(boolean) - Method in class com.anthonyeden.lib.util.XArrayList
Set to false to disable property change listener support.
setProtocol(String) - Method in class com.anthonyeden.lib.db.DriverDescriptor
Set the JDBC protocol.
setRedoAction(RedoAction) - Method in class com.anthonyeden.lib.gui.UndoAction
Set the redo action.
setRetryDelay(int) - Method in class com.anthonyeden.lib.db.LockManager
Set the retry delay.
setRetryLimit(int) - Method in class com.anthonyeden.lib.db.LockManager
Set the retry limit.
setSearchDirectory(File) - Method in class com.anthonyeden.lib.util.CustomClassLoader
Set the directory which is searched for class files.
setSelectedItem(Object) - Method in class com.anthonyeden.lib.util.XArrayList
Set the selected item.
setSelectedLookAndFeel() - Method in class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
Set the selected look and feel to the current look and feel.
setSelectedLookAndFeel(String) - Method in class com.anthonyeden.lib.gui.AppearanceConfigurationPanel
Set the selected look and feel to the value specified.
setStartDate(Date) - Method in class com.anthonyeden.lib.util.DateRange
* Set the start date.
setState(String) - Method in class com.anthonyeden.lib.util.DefaultAddressed
 
setStatus(String) - Method in class com.anthonyeden.lib.gui.StatusPanel
Set the status display.
setTTL(int) - Method in class com.anthonyeden.lib.cache.AbstractCache
Set the default time to live for the cache.
setTTL(String) - Method in class com.anthonyeden.lib.cache.AbstractCache
Set the default time to live of the Cache.
setTTL(int) - Method in interface com.anthonyeden.lib.cache.Cache
Set the default time to live.
setTTL(int) - Method in class com.anthonyeden.lib.cache.CacheEntry
Set the time to live
setTableModel(TableModel) - Method in class com.anthonyeden.lib.util.TableFilter
Set the table model to filter.
setTextArea(JTextArea) - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Set the JTextArea to write to.
setThrowable(Throwable) - Method in class com.anthonyeden.lib.gui.ThrowableDialog
Set the error.
setUndoAction(UndoAction) - Method in class com.anthonyeden.lib.gui.RedoAction
Set the undo action.
setValue(String) - Method in class com.anthonyeden.lib.config.ConfigurationBase
Set the configuration object's value.
setValue(String) - Method in interface com.anthonyeden.lib.config.MutableConfiguration
Set the configuration object's value.
setValueAt(Object, int, int) - Method in class com.anthonyeden.lib.util.TableFilter
Set the value at the given row and column.
setValueAt(Object, int, int) - Method in class com.anthonyeden.lib.util.TableMap
Set the value at the given row and column.
setValueAt(Object, int, int) - Method in class com.anthonyeden.lib.util.TableSorter
 
setValueAt(Object, int, int) - Method in class com.anthonyeden.lib.util.XTreeMap
Set the value at the given row and column.
setVisible(boolean) - Method in class com.anthonyeden.lib.gui.Wizard
Set the visibility of the wizard.
setWaitTime(int) - Method in class com.anthonyeden.lib.gui.SplashScreen
Set the amount of time to wait before automatically closing the spash screen.
setWizard(Wizard) - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Set the parent wizard.
setWizard(Wizard) - Method in interface com.anthonyeden.lib.gui.WizardComponent
Set the wizard.
setYears(String[]) - Method in class com.anthonyeden.lib.gui.DateSelectPanel
Set the list of years which are displayed in the combo box.
show() - Method in class com.anthonyeden.lib.gui.Wizard
Deprecated.  
show(WizardEvent) - Method in interface com.anthonyeden.lib.gui.event.WizardListener
Invoked when the wizard shows a new WizardComponent.
showWizardComponent() - Method in class com.anthonyeden.lib.gui.AbstractWizardComponent
Invoked when this component becomes visible.
showWizardComponent() - Method in interface com.anthonyeden.lib.gui.WizardComponent
Invoked when this component is shown.
shuttlesort(int[], int[], int, int) - Method in class com.anthonyeden.lib.util.TableSorter
 
sort(Object) - Method in class com.anthonyeden.lib.util.TableSorter
Sort the table data.
sortByColumn(int) - Method in class com.anthonyeden.lib.util.TableSorter
Sort by the given column in ascending order.
sortByColumn(int, boolean) - Method in class com.anthonyeden.lib.util.TableSorter
Sort by the given column and order.
splitString(String, String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Split the given text using the given separator.
splitString(String, String, boolean) - Static method in class com.anthonyeden.lib.util.TextUtilities
Split the given text using the given separator.
splitStringOnWhitespace(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
Split the given String on whitespace characters.
start(CommEvent) - Method in interface com.anthonyeden.lib.event.CommListener
Signals the start the communication.
start() - Method in class com.anthonyeden.lib.util.Stopwatch
Start the stopwatch.
startMonitor() - Method in class com.anthonyeden.lib.resource.ResourceFileMonitor
Start the monitoring thread.
startMonitor() - Method in interface com.anthonyeden.lib.resource.ResourceMonitor
Start the ResourceMonitor.
startMonitor() - Method in class com.anthonyeden.lib.resource.ResourceVFSMonitor
Start the monitoring thread.
startMonitor() - Method in class com.anthonyeden.lib.util.FileMonitor
Start the monitoring thread.
startMonitor() - Method in class com.anthonyeden.lib.util.VFSFileMonitor
Start the monitoring thread.
startMonitors() - Method in class com.anthonyeden.lib.resource.AbstractResourceLoader
Start all stopped ResourceMonitors.
statusChanged(StatusEvent) - Method in interface com.anthonyeden.lib.event.StatusListener
Invoked when a StatusEvent occurs.
statusChanged(StatusEvent) - Method in class com.anthonyeden.lib.gui.StatusPanel
 
statusField - Variable in class com.anthonyeden.lib.gui.StatusPanel
 
statusLabel - Variable in class com.anthonyeden.lib.gui.StatusPanel
 
stop() - Method in class com.anthonyeden.lib.util.Stopwatch
Stop the stopwatch.
stopMonitor() - Method in class com.anthonyeden.lib.resource.ResourceFileMonitor
Stop the monitoring thread.
stopMonitor() - Method in interface com.anthonyeden.lib.resource.ResourceMonitor
Stop the ResourceMonitor.
stopMonitor() - Method in class com.anthonyeden.lib.resource.ResourceVFSMonitor
Stop the monitoring thread.
stopMonitor() - Method in class com.anthonyeden.lib.util.FileMonitor
Stop the monitoring thread.
stopMonitor() - Method in class com.anthonyeden.lib.util.VFSFileMonitor
Stop the monitoring thread.
stopMonitors() - Method in class com.anthonyeden.lib.resource.AbstractResourceLoader
Stop all running ResourceMonitors.
stripNonAlphaNumericCharacters(String) - Static method in class com.anthonyeden.lib.util.TextUtilities
String all non alpha-numeric characters from the given String.
stripNonAlphaNumericCharacters(String, char[]) - Static method in class com.anthonyeden.lib.util.TextUtilities
Strip all non alpha-numeric characters from the given String.
swap(int, int) - Method in class com.anthonyeden.lib.util.TableSorter
 

T

TableFilter - class com.anthonyeden.lib.util.TableFilter.
A filter for TableModels.
TableFilter() - Constructor for class com.anthonyeden.lib.util.TableFilter
Construct a new TableFilter with no backing model.
TableFilter(TableModel) - Constructor for class com.anthonyeden.lib.util.TableFilter
Construct a new TableFilter with the given backing model.
TableMap - class com.anthonyeden.lib.util.TableMap.
Based on work by Philip Milne.
TableMap() - Constructor for class com.anthonyeden.lib.util.TableMap
 
TableMatchFilter - class com.anthonyeden.lib.util.TableMatchFilter.
Implementation of the TableFilter class which filters rows out of a TableModel if the row data matches one of the specified values.
TableMatchFilter() - Constructor for class com.anthonyeden.lib.util.TableMatchFilter
Construct a TableMatchFilter with no TableModel.
TableMatchFilter(TableModel) - Constructor for class com.anthonyeden.lib.util.TableMatchFilter
Construct a TableMatchFilter with the given TableModel.
TableSorter - class com.anthonyeden.lib.util.TableSorter.
A sorter for TableModels.
TableSorter() - Constructor for class com.anthonyeden.lib.util.TableSorter
Construct a TableSorter with no TableModel.
TableSorter(TableModel) - Constructor for class com.anthonyeden.lib.util.TableSorter
Construct a TableSorter with the given TableModel.
TextUtilities - class com.anthonyeden.lib.util.TextUtilities.
Useful text manipulation methods.
ThrowableDialog - class com.anthonyeden.lib.gui.ThrowableDialog.
A dialog for displaying stack trace information from a Java exception or error.
ThrowableDialog() - Constructor for class com.anthonyeden.lib.gui.ThrowableDialog
Construct a new ThrowableDialog.
ThrowableDialog(Throwable) - Constructor for class com.anthonyeden.lib.gui.ThrowableDialog
Construct a new ThrowableDialog with the given error.
tableChanged(TableModelEvent) - Method in class com.anthonyeden.lib.util.TableFilter
Signal that the table has changed in some way.
tableChanged(TableModelEvent) - Method in class com.anthonyeden.lib.util.TableMap
Fire an event signaling that the table has changed.
tableChanged(TableModelEvent) - Method in class com.anthonyeden.lib.util.TableSorter
Fire a TableModelEvent signaling that the table has changed.
tempIndexes - Variable in class com.anthonyeden.lib.util.ListFilter
 
tempIndexes - Variable in class com.anthonyeden.lib.util.TableFilter
 
toString() - Method in class com.anthonyeden.lib.db.DriverDescriptor
Return a String representation of the driver.
toString() - Method in class com.anthonyeden.lib.util.DateRange
* Return a String representation of the DateRange.
toString(SQLWarning) - Static method in class com.anthonyeden.lib.util.SQLUtilities
Convert the given SQLWarning into a String.
toString(SQLException) - Static method in class com.anthonyeden.lib.util.SQLUtilities
Convert the given SQLException into a String.
ttl - Variable in class com.anthonyeden.lib.cache.AbstractCache
The default time to live.

U

UndoAction - class com.anthonyeden.lib.gui.UndoAction.
A UI action for undo.
UndoAction(UndoManager) - Constructor for class com.anthonyeden.lib.gui.UndoAction
Construct a new RedoAction which uses the given UndoManager for managing undos and redos.
UniqueIDGenerator - class com.anthonyeden.lib.db.UniqueIDGenerator.
Unique ID generator which retrieves and increments a unique integer, prefix and suffix from a database.
UniqueIDGenerator(Connection) - Constructor for class com.anthonyeden.lib.db.UniqueIDGenerator
Create a new UniqueIDGenerator using the given JDBC connection.
UniqueIDGenerator(LockManager, Connection) - Constructor for class com.anthonyeden.lib.db.UniqueIDGenerator
Create a new UniqueIDGenerator using the given LockManager and JDBC connection.
updateRedoState() - Method in class com.anthonyeden.lib.gui.RedoAction
Update the redo state in the UndoManager.
updateUndoState() - Method in class com.anthonyeden.lib.gui.UndoAction
Update the undo state in the UndoManager.

V

VFSFileMonitor - class com.anthonyeden.lib.util.VFSFileMonitor.
Class which monitors a file in a thread separate from the main application.
VFSFileMonitor(FileObject, Reloadable) - Constructor for class com.anthonyeden.lib.util.VFSFileMonitor
Construct a new VFSFileMonitor for the given file and target.
VFSFileMonitor(FileObject, long, Reloadable) - Constructor for class com.anthonyeden.lib.util.VFSFileMonitor
Construct a new VFSFileMonitor for the given file and target.
VFSResourceLoader - class com.anthonyeden.lib.resource.VFSResourceLoader.
Implementation of the ResourceLoader interface which loads data from a virtual file system.
VFSResourceLoader() - Constructor for class com.anthonyeden.lib.resource.VFSResourceLoader
 
VFSTreeCellEditor - class com.anthonyeden.lib.gui.VFSTreeCellEditor.
A TreeCellEditor for the VFSTree.
VFSTreeCellEditor(JTree, VFSTreeCellRenderer) - Constructor for class com.anthonyeden.lib.gui.VFSTreeCellEditor
Construct a new VFSTreeCellEditor for the given JTree.
VFSTreeCellRenderer - class com.anthonyeden.lib.gui.VFSTreeCellRenderer.
A TreeCellRenderer for the VFSTree component.
VFSTreeCellRenderer() - Constructor for class com.anthonyeden.lib.gui.VFSTreeCellRenderer
Construct a new VFSTreeCellRenderer.
VFSTreeModel - class com.anthonyeden.lib.gui.VFSTreeModel.
A tree model which models the virtual file system from a given root.
VFSTreeModel(FileObject) - Constructor for class com.anthonyeden.lib.gui.VFSTreeModel
Construct a new VFSTreeModel from the given root file.
VelocityTool - class com.anthonyeden.lib.util.VelocityTool.
A simple tool for parsing files which use the Velocity templating language.
valueAt(int) - Method in class com.anthonyeden.lib.util.XTreeMap
Get the value at the given index.
valueForPathChanged(TreePath, Object) - Method in class com.anthonyeden.lib.gui.FSTreeModel
Notify the tree model that the value at the given TreePath has changed.
valueForPathChanged(TreePath, Object) - Method in class com.anthonyeden.lib.gui.VFSTreeModel
Notify the tree model that the value at the given TreePath has changed.
values - Variable in class com.anthonyeden.lib.util.ListFilter
 
values - Variable in class com.anthonyeden.lib.util.TableFilter
 

W

Wizard - class com.anthonyeden.lib.gui.Wizard.
Base class for creating wizard components.
Wizard() - Constructor for class com.anthonyeden.lib.gui.Wizard
Construct a wizard with no WizardComponents.
WizardComponent - interface com.anthonyeden.lib.gui.WizardComponent.
Standard interface for components which will be used in a Wizard.
WizardEvent - class com.anthonyeden.lib.gui.event.WizardEvent.
An event fired by a Wizard.
WizardEvent(Object) - Constructor for class com.anthonyeden.lib.gui.event.WizardEvent
Construct a new WizardEvent.
WizardListener - interface com.anthonyeden.lib.gui.event.WizardListener.
Classes which would like to listen for WizardEvents should implement this interface.
WizardPanel - class com.anthonyeden.lib.gui.WizardPanel.
Panel which contains a wizard component.
WizardPanel(WizardComponent) - Constructor for class com.anthonyeden.lib.gui.WizardPanel
Construct a panel with the given wizard component.
wizard - Variable in class com.anthonyeden.lib.gui.AbstractWizardComponent
 
write(byte[]) - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Write the buffer to the stream.
write(byte[], int, int) - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Write the buffer to the stream with bytes starting at the given offset of the buffer and reading for length number of bytes.
write(int) - Method in class com.anthonyeden.lib.io.ByteCountOutputStream
Write one byte.
write(char[]) - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Write the given character array to the output stream.
write(char[], int, int) - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Write the given character array to the output stream beginning from the given offset and proceeding to until the given length is reached.
write(int) - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Write the given character to the output stream.
write(String) - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Write the given String to the output stream.
write(String, int, int) - Method in class com.anthonyeden.lib.io.JTextAreaWriter
Write the given String to the output stream beginning from the given offset and proceeding to until the given length is reached.
write(char[]) - Method in class com.anthonyeden.lib.io.NullWriter
Write the given character array to the output stream.
write(char[], int, int) - Method in class com.anthonyeden.lib.io.NullWriter
Write the given character array to the output stream beginning from the given offset and proceeding to until the given length is reached.
write(int) - Method in class com.anthonyeden.lib.io.NullWriter
Write the given character to the output stream.
write(String) - Method in class com.anthonyeden.lib.io.NullWriter
Write the given String to the output stream.
write(String, int, int) - Method in class com.anthonyeden.lib.io.NullWriter
Write the given String to the output stream beginning from the given offset and proceeding to until the given length is reached.
writeData(File, byte[]) - Static method in class com.anthonyeden.lib.util.IOUtilities
Write the byte array to the given file.
writeData(FileObject, byte[]) - Static method in class com.anthonyeden.lib.util.IOUtilities
Write the byte array to the given file.
writeTo(OutputStream) - Method in interface com.anthonyeden.lib.util.Addressed
* Write the address data to the given OutputStream.
writeTo(Writer) - Method in interface com.anthonyeden.lib.util.Addressed
* Write the address data to the given Writer.
writeTo(OutputStream) - Method in class com.anthonyeden.lib.util.DefaultAddressed
* Write the address data to the given OutputStream.
writeTo(Writer) - Method in class com.anthonyeden.lib.util.DefaultAddressed
* Write the address data to the given Writer.

X

XArrayList - class com.anthonyeden.lib.util.XArrayList.
This class extends the ArrayList class to support direct placement of the list in a JList or JComboBox.
XArrayList() - Constructor for class com.anthonyeden.lib.util.XArrayList
 
XList - interface com.anthonyeden.lib.util.XList.
 
XTreeMap - class com.anthonyeden.lib.util.XTreeMap.
An implementation of a TreeMap which can be placed in a JTable or in a JList.
XTreeMap() - Constructor for class com.anthonyeden.lib.util.XTreeMap
 

A B C D E F G H I J K L M N P R S T U V W X

Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.