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

A

AboutBoxHandler - Interface in com.darwinsys.macosui
Handler for part of MacOS UI extensions
acceptLicense(JFrame, String) - Static method in class com.darwinsys.installers.InstallerUtils
Display a License file and ask the user to Accept it
add(E) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
add(int, E) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
add(JComponent, String, Icon) - Method in class com.darwinsys.swingui.PrefsPanel
 
add(PrefsPanel.PredefinedPanel) - Method in class com.darwinsys.swingui.PrefsPanel
 
add(T) - Method in class com.darwinsys.util.FixedLengthFIFO
Add an element to the FIFO.
add(int, T) - Method in class com.darwinsys.util.FixedLengthFIFO
 
add(T) - Method in class com.darwinsys.util.IndexList
Add the given object to the end of the list
add(int, T) - Method in class com.darwinsys.util.IndexList
Unlike the general contract of List, this will replace, not insert before, the object at the given index.
addableList - Variable in class com.darwinsys.swingui.FilterGUI
 
addableListModel - Variable in class com.darwinsys.swingui.FilterGUI
 
addActionListener(ActionListener) - Method in class com.darwinsys.swingui.LabelText
Adds the ActionListener to receive action events from the textfield
addAdditionalMenus(JMenuBar) - Method in class com.darwinsys.swingui.framework.MenuController
Add any complete menuse after File and Edit have been put in.
addAll(Collection<? extends E>) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
addAll(Collection) - Method in class com.darwinsys.util.FixedLengthFIFO
 
addAll(int, Collection) - Method in class com.darwinsys.util.FixedLengthFIFO
 
addAll(Collection) - Method in class com.darwinsys.util.IndexList
 
addAll(int, Collection) - Method in class com.darwinsys.util.IndexList
 
addBcc(String) - Method in class com.darwinsys.mail.Mailer
Add one "bcc" recipient
addCc(String) - Method in class com.darwinsys.mail.Mailer
Add one "cc" recipient
addLayoutComponent(String, Component) - Method in class com.darwinsys.swingui.layout.CircleLayout
Adds the specified component with the specified constraint to the layout; required by LayoutManager but not used.
addLayoutComponent(String, Component) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Called by AWT when the user uses the form add(name, Component).
addLayoutComponent(String, Component) - Method in class com.darwinsys.swingui.layout.EntryLayout
Adds the specified component with the specified constraint to the layout; required by LayoutManager but not used.
addLayoutComponent(String, Component) - Method in class com.darwinsys.swingui.layout.RelativeLayout
Called by AWT when the user uses the form add(name, Component).
addLayoutComponent(Component, Object) - Method in class com.darwinsys.swingui.layout.RelativeLayout
This version is here in preparation for implementing LayoutManager2
addListDataListener(ListDataListener) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.darwinsys.swingui.FileChooserPanel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.darwinsys.util.VariableMap
 
addSpacer(Container) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Utility method to add a "spacer"
addTo(String) - Method in class com.darwinsys.mail.Mailer
Add one "to" recipient
advPlain(String, StringBuffer, int) - Method in class com.darwinsys.csv.CSVImport
advPlain: unquoted field; return index of next separator
advQuoted(String, StringBuffer, int) - Method in class com.darwinsys.csv.CSVImport
advQuoted: quoted field; return index of next separator
alignment - Variable in class com.darwinsys.swingui.layout.ColumnLayout
The alignment for this ColumnLayout
ArrayIterator - Class in com.darwinsys.util
De-mystify the Iterator interface, showing how to write a simple Iterator for an Array of Objects.
ArrayIterator(Object[]) - Constructor for class com.darwinsys.util.ArrayIterator
Construct an ArrayIterator object.
ArrayListTableModel - Class in com.darwinsys.swingui
JTable model for List of heterogeneous objects.
ArrayListTableModel(List) - Constructor for class com.darwinsys.swingui.ArrayListTableModel
Constructor requires the list of objects
ArrayListTablePanel<T> - Class in com.darwinsys.swingui
ArrayListTablePanel - Bean/GUI panel for ArrayListTableModel.
ArrayListTablePanel(Class, List<T>, ArrayListTableModel) - Constructor for class com.darwinsys.swingui.ArrayListTablePanel
Construct new ArrayListTablePanel
arrayToCommaList(Object[]) - Static method in class com.darwinsys.lang.StringUtil
Format an array of Object as a list with commas, like "apples, oranges, and bananas");
assertNoDefaultProperties(Object) - Static method in class com.darwinsys.testing.TestUtils
A JUnit-like assertion method that uses reflection to ensure that no properties have default values; useful for testing (possibly large) Constructors to ensure that all properties are being set (and set correctly, e.g., gotta love those copy-and-paste errors in legacy constructors that are set by hand...).

B

BackRefTag - Class in com.darwinsys.jsptags
BackRefTag - generate a href back to the referrer, initially for use on help.
BackRefTag() - Constructor for class com.darwinsys.jsptags.BackRefTag
 
bccList - Variable in class com.darwinsys.mail.Mailer
The BCC list, as Strings.
BLKSIZ - Static variable in class com.darwinsys.io.FileIO
The size of blocking to use
body - Variable in class com.darwinsys.mail.Mailer
The text of the message.
ButtonExclusionGroup - Class in com.darwinsys.swingui
This class is used to create a single-enablement scope for a set of buttons.
ButtonExclusionGroup() - Constructor for class com.darwinsys.swingui.ButtonExclusionGroup
Construct a ButtonExclusionGroup.
ButtonExclusionGroup(AbstractButton, AbstractButton) - Constructor for class com.darwinsys.swingui.ButtonExclusionGroup
Construct a ButtonExclusionGroup with two buttons
BYTES_PER_LINE - Static variable in class com.darwinsys.io.Dumper
The number of items per line

C

CalendarTag - Class in com.darwinsys.jsptags
Calendar JSP Tag, cut down from Java Cookbook CalendarPage.jsp; just displays current, does not have navigator.
CalendarTag() - Constructor for class com.darwinsys.jsptags.CalendarTag
 
CalIcon - Class in com.darwinsys.swingui
Display one of those standard Calendar Page icons with Weekday, Day and Month.
CalIcon(boolean) - Constructor for class com.darwinsys.swingui.CalIcon
Construct the object with default arguments
CalIcon(Calendar, boolean) - Constructor for class com.darwinsys.swingui.CalIcon
Construct the object with a Calendar object
ccList - Variable in class com.darwinsys.mail.Mailer
The CC list, as Strings.
center(Window) - Static method in class com.darwinsys.swingui.UtilGUI
Center a Window, Frame, JFrame, Dialog, etc., but do it the American Spelling Way :-)
centre(Window) - Static method in class com.darwinsys.swingui.UtilGUI
Centre a Window, Frame, JFrame, Dialog, etc.
Checkpointer - Interface in com.darwinsys.io
 
chooser - Variable in class com.darwinsys.swingui.framework.MenuController
 
CircleLayout - Class in com.darwinsys.swingui.layout
A simplistic CircleLayout implementation of the LayoutManager interface.
CircleLayout(boolean) - Constructor for class com.darwinsys.swingui.layout.CircleLayout
Construct a CircleLayout
CircleLayout() - Constructor for class com.darwinsys.swingui.layout.CircleLayout
Construct a CircleLayout with default values.
cleanup(ResultSet, Statement, Connection) - Static method in class com.darwinsys.sql.SQLUtils
Close a resultset, statement and connection in the correct order.
clear() - Method in class com.darwinsys.swingui.FilterGUIListModel
 
clear() - Method in class com.darwinsys.swingui.RecentMenu
 
clear() - Method in class com.darwinsys.util.FixedLengthFIFO
 
clear() - Method in class com.darwinsys.util.IndexList
 
clear() - Method in class com.darwinsys.util.PropertiesMap
Discard all object references held in the collection, i.e., reset to its initial state.
clear() - Method in class com.darwinsys.util.RecentItems
Clear all saved Recent Items from Preferences, from memory, and from the Menu.
clearSelection() - Method in interface com.darwinsys.swingui.framework.Model
 
clock - Variable in class com.darwinsys.swingui.CalIcon
The Clock to show the time, if showTime
Clock - Class in com.darwinsys.swingui
A simple Clock
Clock() - Constructor for class com.darwinsys.swingui.Clock
 
close() - Method in class com.darwinsys.io.StreamDumpGetter
 
close() - Method in class com.darwinsys.io.TextAreaOutputStream
 
close() - Method in class com.darwinsys.io.TextAreaWriter
 
close() - Method in class com.darwinsys.sql.SQLRunner
 
closeFile() - Method in interface com.darwinsys.swingui.framework.Model
 
ColorName - Class in com.darwinsys.graphics
A simple class for looking up Java AWT Color Names; I got tired of including this code in every program that needed it! (yes, this IS a hint to JavaSoft.).
ColorName() - Constructor for class com.darwinsys.graphics.ColorName
 
columnClasses - Variable in class com.darwinsys.swingui.ArrayListTableModel
List of column names, must be provided by subclass.
ColumnLayout - Class in com.darwinsys.swingui.layout
ColumnLayout, a Single-Column Layout Manager for AWT/Swing.
ColumnLayout(int) - Constructor for class com.darwinsys.swingui.layout.ColumnLayout
Construct a ColumnLayout given only an alignment.
ColumnLayout(int, int) - Constructor for class com.darwinsys.swingui.layout.ColumnLayout
Construct a ColumnLayout given an alignment and a padding amount.
ColumnLayout(int, int, int) - Constructor for class com.darwinsys.swingui.layout.ColumnLayout
Construct a ColumnLayout given an alignment and h,v padding amounts.
ColumnLayout.Spacer - Class in com.darwinsys.swingui.layout
Class to represent a spacer, like Menubar.separator.
ColumnLayout.Spacer() - Constructor for class com.darwinsys.swingui.layout.ColumnLayout.Spacer
 
columnNames - Variable in class com.darwinsys.swingui.ArrayListTableModel
List of column names, must be provided by subclass.
COLUMNS - Variable in class com.darwinsys.swingui.layout.EntryLayout
The number of columns.
com.darwinsys.csv - package com.darwinsys.csv
 
com.darwinsys.database - package com.darwinsys.database
 
com.darwinsys.diff - package com.darwinsys.diff
 
com.darwinsys.genericui - package com.darwinsys.genericui
 
com.darwinsys.graphics - package com.darwinsys.graphics
 
com.darwinsys.html - package com.darwinsys.html
Classes (only one so far) for dealing with HTML.
com.darwinsys.installers - package com.darwinsys.installers
Installers
com.darwinsys.io - package com.darwinsys.io
Classes for input and output operations, using Java's underlying I/O classes.
com.darwinsys.jsptags - package com.darwinsys.jsptags
 
com.darwinsys.lang - package com.darwinsys.lang
Classes for dealing with standard features of Java.
com.darwinsys.macosui - package com.darwinsys.macosui
Classes for dealing with Swing GUIs slightly differently under MacOS X, needed in part since Apple didn't quite get the portability issues just right (like where the MenuBar appears).
com.darwinsys.mail - package com.darwinsys.mail
Classes for dealing with e-mail, mainly a convenience class for sending mail.
com.darwinsys.net - package com.darwinsys.net
 
com.darwinsys.notepad - package com.darwinsys.notepad
 
com.darwinsys.regex - package com.darwinsys.regex
 
com.darwinsys.security - package com.darwinsys.security
 
com.darwinsys.servlet - package com.darwinsys.servlet
 
com.darwinsys.sql - package com.darwinsys.sql
 
com.darwinsys.swingui - package com.darwinsys.swingui
Classes for helping construct and use Swing Graphical User Interfaces.
com.darwinsys.swingui.framework - package com.darwinsys.swingui.framework
 
com.darwinsys.swingui.layout - package com.darwinsys.swingui.layout
A few interesting LayoutManager implementations.
com.darwinsys.testing - package com.darwinsys.testing
 
com.darwinsys.unix - package com.darwinsys.unix
 
com.darwinsys.util - package com.darwinsys.util
A few miscellaneous utility classes (note that in May 2003, this package was split into several com/darwinsys/* packages), and many classes "moved out" to adjacent packages.
CommandOutputTag - Class in com.darwinsys.jsptags
CommandOutputTag - runs an external shell(system) command, and displays the output.
CommandOutputTag() - Constructor for class com.darwinsys.jsptags.CommandOutputTag
 
compiledOK - Variable in class com.darwinsys.regex.REDemo
 
CompressingFilter - Class in com.darwinsys.servlet
Servlet Filter to do compression.
CompressingFilter() - Constructor for class com.darwinsys.servlet.CompressingFilter
 
computelayoutSize(Container) - Method in class com.darwinsys.swingui.layout.CircleLayout
Compute the size of the whole mess.
computeLayoutSize(Container, int, int) - Method in class com.darwinsys.swingui.layout.EntryLayout
Compute the size of the whole mess.
Configuration - Interface in com.darwinsys.sql
 
ConfigurationManager - Interface in com.darwinsys.sql
The contract that an application/environment has to provide to SQLRunner to obtain JDBC Connections.
confirm(JFrame, String) - Static method in class com.darwinsys.swingui.UtilGUI
Print a yes/no prompt; return true if the user presses yes
ConnectionUtil - Class in com.darwinsys.sql
Encapsulate the Connection-related operations that every JDBC program seems to use.
ConnectionUtil() - Constructor for class com.darwinsys.sql.ConnectionUtil
 
contains(Object) - Method in class com.darwinsys.util.FixedLengthFIFO
 
contains(Object) - Method in class com.darwinsys.util.IndexList
 
containsAll(Collection) - Method in class com.darwinsys.util.FixedLengthFIFO
 
containsAll(Collection) - Method in class com.darwinsys.util.IndexList
 
containsKey(Object) - Method in class com.darwinsys.util.PropertiesMap
Return true if the given object is contained as a Key
containsValue(Object) - Method in class com.darwinsys.util.PropertiesMap
Return true if the given object is contained as a Value
copyFile(String, String) - Static method in class com.darwinsys.io.FileIO
Copy a file from one filename to another
copyFile(InputStream, OutputStream, boolean) - Static method in class com.darwinsys.io.FileIO
Copy a file from an opened InputStream to opened OutputStream
copyFile(Reader, Writer, boolean) - Static method in class com.darwinsys.io.FileIO
Copy a file from an opened Reader to opened Writer
copyFile(String, PrintWriter, boolean) - Static method in class com.darwinsys.io.FileIO
Copy a file from a filename to a PrintWriter.
copyFile(File, File) - Static method in class com.darwinsys.io.FileIO
Copy a tree of files to directory, given File objects representing the files.
copyFileBuffered(String, String) - Method in class com.darwinsys.io.FileIO
Copy a data file from one filename to another, alternate method.
copyRecursively(File, File, boolean) - Static method in class com.darwinsys.io.FileIO
Copy all objects found in and under "fromdir", to their places in "todir".
copyRecursively(File, File) - Static method in class com.darwinsys.io.FileIO
 
copyRecursively(JarFile, JarEntry, File) - Static method in class com.darwinsys.io.FileIO
Copy a tree of files to directory, given File objects representing the files.
copySelection() - Method in interface com.darwinsys.swingui.framework.Model
 
crawl(File) - Method in class com.darwinsys.io.Crawler
Crawl one set of directories, starting at startDir.
Crawler - Class in com.darwinsys.io
Simple directory crawler, using a Filename Filter to select files and the Visitor pattern to process each chosen file.
Crawler(FilenameFilter, FileHandler) - Constructor for class com.darwinsys.io.Crawler
 
CrawlerCallback - Class in com.darwinsys.io
 
CrawlerCallback() - Constructor for class com.darwinsys.io.CrawlerCallback
 
CSV_PATTERN - Static variable in class com.darwinsys.csv.CSVRE
The rather involved pattern used to match CSV's consists of three alternations: the first matches a quoted field, the second unquoted, the third a null field.
CSVExport - Class in com.darwinsys.csv
 
CSVExport() - Constructor for class com.darwinsys.csv.CSVExport
 
CSVImport - Class in com.darwinsys.csv
Parse comma-separated values (CSV), a common Windows file format.
CSVImport() - Constructor for class com.darwinsys.csv.CSVImport
Construct a CSV parser, with the default separator (`,').
CSVImport(char) - Constructor for class com.darwinsys.csv.CSVImport
Construct a CSV parser with a given separator.
CSVParser - Interface in com.darwinsys.csv
 
CSVRE - Class in com.darwinsys.csv
Simple demo of CSV matching using Regular Expressions.
CSVRE() - Constructor for class com.darwinsys.csv.CSVRE
 
curComps - Variable in class com.darwinsys.swingui.layout.RelativeLayout
to track Components added by named add form.
curHgt - Variable in class com.darwinsys.swingui.layout.RelativeLayout
actual size height when laid out
currentList - Variable in class com.darwinsys.swingui.FilterGUI
 
currentListModel - Variable in class com.darwinsys.swingui.FilterGUI
 
curWid - Variable in class com.darwinsys.swingui.layout.RelativeLayout
actual size width when laid out

D

d - Variable in class com.darwinsys.swingui.CalIcon
 
data - Variable in class com.darwinsys.util.ArrayIterator
The data to be iterated over.
DataBaseException - Exception in com.darwinsys.database
Checked Exception DataBase Failures, so application code outside of DAOs and the like does not need to know SQLException.
DataBaseException() - Constructor for exception com.darwinsys.database.DataBaseException
 
DataBaseException(String) - Constructor for exception com.darwinsys.database.DataBaseException
 
DataIO - Class in com.darwinsys.io
Some I-O primitives for datastreams.
DataTableTag - Class in com.darwinsys.jsptags
A simple DataTable or DataGrip JSP tag.
DataTableTag() - Constructor for class com.darwinsys.jsptags.DataTableTag
 
DateRangeUIHelper - Class in com.darwinsys.util
Utilities for using choice items like "Modified in last..." and a list of { day, week, month...}.
DateRangeUIHelper() - Constructor for class com.darwinsys.util.DateRangeUIHelper
 
DateRangeUIHelper.Range - Class in com.darwinsys.util
Tiny data holder for a range like "7d" and its numeric equivalent.
DateRangeUIHelper.Range(String, int, String) - Constructor for class com.darwinsys.util.DateRangeUIHelper.Range
 
DateSimple - Class in com.darwinsys.util
DateSimple represents YYYY-MM-DD without all the overhead and deprecated baggage of java.util.Date.
DateSimple(int, int, int) - Constructor for class com.darwinsys.util.DateSimple
 
DateSimple() - Constructor for class com.darwinsys.util.DateSimple
 
DateUtils - Class in com.darwinsys.util
 
DateUtils() - Constructor for class com.darwinsys.util.DateUtils
 
dayNameFM - Variable in class com.darwinsys.swingui.CalIcon
FontMetrics for displaying the time
dayNameFont - Variable in class com.darwinsys.swingui.CalIcon
Font for displaying the time
dayNumbFM - Variable in class com.darwinsys.swingui.CalIcon
FontMetrics for displaying the time
dayNumbFont - Variable in class com.darwinsys.swingui.CalIcon
Font for displaying the time
days - Variable in class com.darwinsys.swingui.CalIcon
Days of the week
dbDriverName - Variable in class com.darwinsys.sql.SimpleSQLConfiguration
 
dbPassword - Variable in class com.darwinsys.sql.SimpleSQLConfiguration
 
dbURL - Variable in class com.darwinsys.sql.SimpleSQLConfiguration
 
dbUserName - Variable in class com.darwinsys.sql.SimpleSQLConfiguration
 
Debug - Class in com.darwinsys.util
Utilities for debugging
Debug() - Constructor for class com.darwinsys.util.Debug
 
decr() - Method in class com.darwinsys.lang.MutableInteger
 
DEFAULT_FILE_NAME - Static variable in class com.darwinsys.unix.UnixPasswdEntry
 
DEFAULT_MAX_RECENT_FILES - Static variable in class com.darwinsys.swingui.RecentMenu
 
DEFAULT_MAX_RECENT_FILES - Static variable in class com.darwinsys.util.RecentItems
 
DEFAULT_NAME - Static variable in class com.darwinsys.sql.ConnectionUtil
The default config filename, relative to ${user.home}
DEFAULT_SEP - Static variable in class com.darwinsys.csv.CSVImport
 
DEFAULT_SIZE - Static variable in class com.darwinsys.swingui.FontChooser
The index of the default size (e.g., 14 point == 4)
DEFAULT_START_SIZE - Static variable in class com.darwinsys.util.IndexList
The initial size of an instance's internal store
DEFAULT_TEXT - Static variable in class com.darwinsys.swingui.FontChooser
 
DefaultConfigurationManager - Class in com.darwinsys.sql
 
DefaultConfigurationManager() - Constructor for class com.darwinsys.sql.DefaultConfigurationManager
 
deleteRecursively(File) - Static method in class com.darwinsys.io.FileIO
 
destroy() - Method in interface com.darwinsys.io.FileHandler
 
destroy() - Method in class com.darwinsys.servlet.CompressingFilter
 
DiffChunk<T> - Class in com.darwinsys.diff
 
DiffChunk(T, DiffType) - Constructor for class com.darwinsys.diff.DiffChunk
 
DiffType - Enum in com.darwinsys.diff
 
dirsMade - Variable in class com.darwinsys.installers.InstallerUnpacker
Cache of paths we've mkdir()ed.
displayText - Variable in class com.darwinsys.swingui.FontChooser
Display text
DNSUtils - Class in com.darwinsys.net
 
DNSUtils(String) - Constructor for class com.darwinsys.net.DNSUtils
Construct a DNSUtils object.
doEndTag() - Method in class com.darwinsys.jsptags.BackRefTag
Invoked at the end tag boundary, does the work
doEndTag() - Method in class com.darwinsys.jsptags.CalendarTag
Invoked at the end tag boundary, does the work
doEndTag() - Method in class com.darwinsys.jsptags.DataTableTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.darwinsys.servlet.CompressingFilter
If the request is of type HTTP *and* the user's browser will accept GZIP encoding, do it; otherwise just pass the request on.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.darwinsys.servlet.HumanResponseServlet
 
doLayout(Container) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Used internally: compute the layout and the maximal preferred width & height
TODO XXX NEED TO SCALE BY TARGSIZE?
doLoad(File) - Method in class com.darwinsys.notepad.Notepad
 
doLoad(String) - Method in class com.darwinsys.notepad.Notepad
 
DONE - Static variable in class com.darwinsys.lang.GetOpt
Public constant for "no more options"
done - Variable in class com.darwinsys.lang.GetOpt
Internal flag - whether we are done all the options
done - Variable in class com.darwinsys.swingui.Clock
 
doPrint(JFrame) - Method in interface com.darwinsys.macosui.PrintHandler
 
doPrint() - Method in class com.darwinsys.notepad.Notepad
Print a file by name
doPrint(Graphics) - Method in interface com.darwinsys.swingui.framework.Model
 
doSave(String) - Method in class com.darwinsys.notepad.Notepad
Thin wrapper for doSave(File).
doSave(File) - Method in class com.darwinsys.notepad.Notepad
Save the file to disk, in such a way as to map the UNIX line-endings used inside JTextArea to the correct platform-specific line endings as generated by println().
doSend() - Method in class com.darwinsys.mail.Mailer
Send the message.
doStartTag() - Method in class com.darwinsys.jsptags.CommandOutputTag
Invoked at the end tag boundary, does the work
doStartTag() - Method in class com.darwinsys.jsptags.LoggedInRoleTag
Invoked at the start tag boundary; does the work.
doStartTag() - Method in class com.darwinsys.jsptags.LoggedInTag
Invoked at the tag start boundary; does the work
doStartTag() - Method in class com.darwinsys.jsptags.LoggedInUserTag
Invoked at the tag start transition; does the work
doStartTag() - Method in class com.darwinsys.jsptags.TextImageTag
Invoked at the end tag boundary, does the work
dotag(PrintWriter, String) - Static method in class com.darwinsys.html.Tag
Output an empty tag
doTag(PrintWriter, String, String) - Static method in class com.darwinsys.html.Tag
Output an body-content tag
dump(DumpGetter) - Method in class com.darwinsys.io.Dumper
print one file, given an open InputStream
Dumper - Class in com.darwinsys.io
Class to do formatted dump ("hex dump") of data from various sources.
Dumper() - Constructor for class com.darwinsys.io.Dumper
 
DumpGetter - Interface in com.darwinsys.io
The general contract of a class to get bytes.

E

ENCODING_UTF_8 - Static variable in class com.darwinsys.io.FileIO
String for encoding UTF-8; copied by inclusion from StringUtil.
ENCODING_UTF_8 - Static variable in class com.darwinsys.lang.StringUtil
 
END - Static variable in class com.darwinsys.html.Tag
 
endOfLine() - Method in class com.darwinsys.io.Dumper
Output the line's bytes and printables, send line end, and reset the two StringBuffers.
endResponse() - Method in class com.darwinsys.servlet.MultipartResponse
 
endTag(PrintWriter, String) - Static method in class com.darwinsys.html.Tag
Output an end tag
ensureCapacity(int) - Method in class com.darwinsys.util.IndexList
 
EntryLayout - Class in com.darwinsys.swingui.layout
A simple layout manager, for "Entry" areas ith e.g., a list of labels and their corresponding JTextFields.
EntryLayout(double[], int, int) - Constructor for class com.darwinsys.swingui.layout.EntryLayout
Construct an EntryLayout with widths and padding specified.
EntryLayout(double[]) - Constructor for class com.darwinsys.swingui.layout.EntryLayout
Construct an EntryLayout with widths and with default padding amounts.
entrySet() - Method in class com.darwinsys.util.PropertiesMap
EntrySet (not implemented, returns null)
EnumerationIterator<T> - Class in com.darwinsys.util
A GOF Adapter to make instances of old Enumeration interface behave like new Iterator interface, so we only have to deal with one well-defined implementation of the Iterator pattern.
EnumerationIterator(Enumeration<T>) - Constructor for class com.darwinsys.util.EnumerationIterator
Construct an EnumerationIterator from an old-style Enumeration.
equals(Object, Object) - Static method in class com.darwinsys.testing.TestUtils
 
equals(Object) - Method in class com.darwinsys.util.DateSimple
 
equals(Object) - Method in class com.darwinsys.util.IdMapEntry
 
ErrorUtil - Class in com.darwinsys.swingui
Convenience class for fielding Exceptions in a Swing App.
ErrorUtil() - Constructor for class com.darwinsys.swingui.ErrorUtil
Public no-arg constructor for those who like simple instantiation.
ErrorUtil.DetailsDialog - Class in com.darwinsys.swingui
Inner class Dialog to display the details of an Exception
exec(String[]) - Method in class com.darwinsys.macosui.MacOSUtil
Handle Apple's continuing failure to make their Java implementation's version of Runtime.exec() match normal users' behaviour, that is, make Runtime.exec("Foo.app") actually run "Foo".
ExecAndPrint - Class in com.darwinsys.lang
ExecAndPrint runs a program using Runtime.exec(), read the program's output, and returns its exit status.
ExecAndPrint() - Constructor for class com.darwinsys.lang.ExecAndPrint
 
exit(int) - Static method in class com.darwinsys.sql.SQLRunner
 
exit(int) - Method in interface com.darwinsys.swingui.framework.Model
 

F

FALLBACK_COLOR - Static variable in class com.darwinsys.graphics.ColorName
 
FgBgColorPanel - Static variable in class com.darwinsys.swingui.PrefsPanel
 
fieldSep - Variable in class com.darwinsys.csv.CSVImport
the separator char for this parser
FileChooserPanel - Class in com.darwinsys.swingui
A Panel with a Filename TextField, browse button, and JFileChooser.
FileChooserPanel(JFrame, String) - Constructor for class com.darwinsys.swingui.FileChooserPanel
Construct a FileChooserPanel.
FileChooserPanel(JFrame) - Constructor for class com.darwinsys.swingui.FileChooserPanel
Construct a FileChooserPanel with a default label
FileHandler - Interface in com.darwinsys.io
Visitor interface for Crawler.
FileIO - Class in com.darwinsys.io
Some file I-O primitives reimplemented in Java.
fileName - Variable in class com.darwinsys.util.FileProperties
The name of the file this FileProperties represents.
fileNameArguments - Variable in class com.darwinsys.lang.GetOpt
The List of File Names found after args
FileProperties - Class in com.darwinsys.util
The FileProperties class extends Properties, "a persistent set of properties [that] can be saved to a stream or loaded from a stream".
FileProperties(String) - Constructor for class com.darwinsys.util.FileProperties
Construct a FileProperties given a fileName.
FileProperties(String, Class) - Constructor for class com.darwinsys.util.FileProperties
 
FileProperties(InputStream) - Constructor for class com.darwinsys.util.FileProperties
 
FileProperties(String, Properties) - Constructor for class com.darwinsys.util.FileProperties
Construct a FileProperties given a fileName and a list of default properties.
FilterGUI<T> - Class in com.darwinsys.swingui
FilterGUI implements a back-and-forth list, ie, two columns of items, in which items can be moved back and forth between them with "Add" and "Del" buttons.
FilterGUI(T[], int) - Constructor for class com.darwinsys.swingui.FilterGUI
Construct the object including its GUI
FilterGUIListModel<E> - Class in com.darwinsys.swingui
FilterGUIListModel combines an ArrayList with a ListModel for ease of use.
find - Variable in class com.darwinsys.regex.REDemo
 
findAll - Variable in class com.darwinsys.regex.REDemo
 
findMX(String) - Method in class com.darwinsys.net.DNSUtils
Find the MX record for a given host.
finish() - Method in class com.darwinsys.servlet.MultipartResponse
 
firePropertyChangeEvent(File) - Method in class com.darwinsys.swingui.FileChooserPanel
Minimal property change notification
FixedLengthFIFO<T> - Class in com.darwinsys.util
A Fixed-size FIFO.
FixedLengthFIFO(int) - Constructor for class com.darwinsys.util.FixedLengthFIFO
Construct a FIFO of a fixed (maximum) length.
flush() - Method in class com.darwinsys.io.TextAreaOutputStream
 
flush() - Method in class com.darwinsys.io.TextAreaWriter
 
flush() - Method in class com.darwinsys.sql.ResultsDecorator
 
FontChooser - Class in com.darwinsys.swingui
A Swing-based Font Selection JDialog, to be created and setVisible(true) in the usual way.
FontChooser(JFrame) - Constructor for class com.darwinsys.swingui.FontChooser
Construct a FontChooser -- Sets title and gets array of fonts on the system.
fontNameChoice - Variable in class com.darwinsys.swingui.FontChooser
The font name chooser
fontSizeChoice - Variable in class com.darwinsys.swingui.FontChooser
The font size chooser
fontSizes - Variable in class com.darwinsys.swingui.FontChooser
The list of font sizes
format(Object, StringBuffer, FieldPosition) - Method in class com.darwinsys.lang.StringFormat
Format a String
format(int, StringBuffer, FieldPosition) - Method in class com.darwinsys.util.OrdinalFormat
Format the ordinal.
format(long, StringBuffer, FieldPosition) - Method in class com.darwinsys.util.OrdinalFormat
 
format(double, StringBuffer, FieldPosition) - Method in class com.darwinsys.util.OrdinalFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class com.darwinsys.util.ScaledNumberFormat
 
format(double) - Method in class com.darwinsys.util.ScaledNumberFormat
Non-standard overload: Format a double as a Scaled Numeral; just truncate to a long, and call format(long).
format(long) - Method in class com.darwinsys.util.ScaledNumberFormat
Non-standard overload; Format a given long as a Scaled Numeral.
from - Variable in class com.darwinsys.mail.Mailer
The sender's email address

G

GenericServer - Interface in com.darwinsys.net
 
GenericSwingUI - Class in com.darwinsys.swingui
 
GenericSwingUI(JFrame) - Constructor for class com.darwinsys.swingui.GenericSwingUI
 
GenericUI - Interface in com.darwinsys.genericui
 
get() - Method in interface com.darwinsys.io.DumpGetter
 
get() - Method in class com.darwinsys.io.StreamDumpGetter
 
get(int) - Method in class com.darwinsys.util.FixedLengthFIFO
 
get(int) - Method in class com.darwinsys.util.IndexList
 
get(Object) - Method in class com.darwinsys.util.PropertiesMap
Get a given object
getArgLetter() - Method in class com.darwinsys.lang.GetOptDesc
 
getArgName() - Method in class com.darwinsys.lang.GetOptDesc
 
getBccList() - Method in class com.darwinsys.mail.Mailer
Get bcclist, as an array of Strings
getBody() - Method in class com.darwinsys.mail.Mailer
Get message
getCached(int) - Method in class com.darwinsys.swingui.ArrayListTableModel
Cache one most-recently-used item.
getCalendar() - Method in class com.darwinsys.util.DateSimple
 
getCcList() - Method in class com.darwinsys.mail.Mailer
Get cclist, as an array of Strings
getChange() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getChoiceLabel() - Method in class com.darwinsys.util.DateRangeUIHelper.Range
 
getChoiceValue() - Method in class com.darwinsys.util.DateRangeUIHelper.Range
 
getChooser() - Method in class com.darwinsys.swingui.FileChooserPanel
Get the JFileChooser, so it can be configured.
getColor(String) - Static method in class com.darwinsys.graphics.ColorName
Lookup a given string
getColor(int) - Method in class com.darwinsys.regex.REDemo
 
getColumnClass(int) - Method in class com.darwinsys.swingui.ArrayListTableModel
Get the class of a given column, from the list provided by subclass
getColumnName(int) - Method in class com.darwinsys.swingui.ArrayListTableModel
Get the name of a given column, from the list provided by subclass
getConfigFileName() - Static method in class com.darwinsys.sql.ConnectionUtil
Returns the full path of the configuration file being used.
getConfiguration(String) - Static method in class com.darwinsys.sql.ConnectionUtil
Get a SimpleSQLConfiguration for the given config using the default or set property file name
getConfigurationNames() - Static method in class com.darwinsys.sql.ConnectionUtil
Generate a Set of the config names available from the current configuration file.
getConfigurations() - Method in interface com.darwinsys.sql.ConfigurationManager
Gets a list of valid Configurations.
getConfigurations() - Static method in class com.darwinsys.sql.ConnectionUtil
Return all the configurations as SimpleSQLConfiguration objects
getConfigurations() - Method in class com.darwinsys.sql.DefaultConfigurationManager
 
getConnection(Configuration) - Method in interface com.darwinsys.sql.ConfigurationManager
Obtain a Connection (presumably from a Connection Pool); the Connection will be closed when SQLRunner is done with it.
getConnection(String) - Static method in class com.darwinsys.sql.ConnectionUtil
Get a Connection for the given config using the default or set property file name
getConnection(Properties, String) - Static method in class com.darwinsys.sql.ConnectionUtil
Get a Connection for the given config name from a provided Properties
getConnection(String, String, String, String) - Static method in class com.darwinsys.sql.ConnectionUtil
 
getConnection(Configuration) - Static method in class com.darwinsys.sql.ConnectionUtil
 
getConnection(Configuration) - Method in class com.darwinsys.sql.DefaultConfigurationManager
 
getData() - Method in class com.darwinsys.diff.DiffChunk
 
getDataSource() - Method in class com.darwinsys.jsptags.DataTableTag
 
getDataSourceName() - Method in class com.darwinsys.jsptags.DataTableTag
 
getDateFromRange(String) - Static method in class com.darwinsys.util.DateRangeUIHelper
 
getDateRangeLabels() - Static method in class com.darwinsys.util.DateRangeUIHelper
Return the <choice> labels for use in a DropDown and in getDateFromRange().
getDateRanges() - Static method in class com.darwinsys.util.DateRangeUIHelper
 
getDateRangeValues() - Static method in class com.darwinsys.util.DateRangeUIHelper
Return the <choice> values for use in a DropDown and in getDateFromRange().
getDay() - Method in class com.darwinsys.util.DateSimple
 
getDays() - Method in class com.darwinsys.util.DateRangeUIHelper.Range
 
getDaysOfMonths() - Method in class com.darwinsys.util.DateUtils
 
getDbDriver() - Method in class com.darwinsys.jsptags.DataTableTag
 
getDbPassword() - Method in class com.darwinsys.jsptags.DataTableTag
 
getDbURL() - Method in class com.darwinsys.jsptags.DataTableTag
 
getDbURL() - Method in interface com.darwinsys.sql.Configuration
 
getDbURL() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
getDbUsername() - Method in class com.darwinsys.jsptags.DataTableTag
 
getDevNull() - Static method in class com.darwinsys.lang.SysDep
Return the name of the Null device on platforms which support it, or "jnk" otherwise.
getDisplayText() - Method in class com.darwinsys.swingui.FontChooser
 
getDriverName() - Method in interface com.darwinsys.sql.Configuration
 
getDriverName() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
getDummyPassword() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getEditMenu() - Method in class com.darwinsys.notepad.Notepad
 
getEHandler() - Method in class com.darwinsys.io.Crawler
 
getElementAt(int) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
getExpire() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getFailedTag() - Method in class com.darwinsys.html.SimpleTagValidator
Return the last tag that failed.
getFile() - Method in interface com.darwinsys.io.FileHandler
 
getFileMenu() - Method in class com.darwinsys.notepad.Notepad
 
getFileName() - Method in interface com.darwinsys.swingui.framework.Model
 
getFileName() - Method in class com.darwinsys.util.FileProperties
 
getFilenameList() - Method in class com.darwinsys.lang.GetOpt
Get the list of filename-like arguments after options; only for use if you called parseArguments.
getFontNameChoice() - Method in class com.darwinsys.swingui.FontChooser
 
getFontSizeChoice() - Method in class com.darwinsys.swingui.FontChooser
 
getFrom() - Method in class com.darwinsys.mail.Mailer
Get from
getGecos() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getGid() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getHandler(ServerSocket, Socket) - Method in interface com.darwinsys.net.StreamServerHandlerFactory
The server will call this when each new request arrives.
getHelpMenu() - Method in class com.darwinsys.notepad.Notepad
 
getHomeDir() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getIconHeight() - Method in class com.darwinsys.swingui.CalIcon
 
getIconWidth() - Method in class com.darwinsys.swingui.CalIcon
 
getIntVar(String) - Method in class com.darwinsys.util.VariableMap
 
getIntVar(String, int) - Method in class com.darwinsys.util.VariableMap
 
getJTable() - Method in class com.darwinsys.sql.SQLRunnerGUI
 
getKey() - Method in class com.darwinsys.util.IdMapEntry
 
getLabel() - Method in class com.darwinsys.swingui.LabelText
Get the text displayed in the label
getLabelAlignment() - Method in class com.darwinsys.swingui.LabelText
Get the label's horizontal alignment
getLink() - Method in class com.darwinsys.jsptags.DataTableTag
 
getList() - Method in class com.darwinsys.util.RecentItems
 
getLoginClass() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getMinimumSize() - Method in class com.darwinsys.swingui.CalIcon
 
getMinimumSize() - Method in class com.darwinsys.swingui.Clock
 
getMonth() - Method in class com.darwinsys.util.DateSimple
 
getMonthName(int) - Static method in class com.darwinsys.util.DateUtils
 
getName() - Method in interface com.darwinsys.sql.Configuration
 
getName() - Method in class com.darwinsys.sql.ResultsDecorator
Print the name of this Decorator's output format
getName() - Method in class com.darwinsys.sql.ResultsDecoratorHTML
Return a printable name for this decorator
getName() - Method in class com.darwinsys.sql.ResultsDecoratorJTable
Return a printable name for this decorator
getName() - Method in class com.darwinsys.sql.ResultsDecoratorSQL
 
getName() - Method in class com.darwinsys.sql.ResultsDecoratorText
 
getName() - Method in class com.darwinsys.sql.ResultsDecoratorXML
 
getName() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
Get the name of this configuration
getName() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getNext() - Static method in class com.darwinsys.security.PassPhrase
 
getNext(int) - Static method in class com.darwinsys.security.PassPhrase
 
getNextFD() - Static method in class com.darwinsys.io.NextFD
Public method to try to return the next available file descriptor, if available.
GetOpt - Class in com.darwinsys.lang
A class to implement UNIX-style (single-character) command line argument parsing.
GetOpt(GetOptDesc[]) - Constructor for class com.darwinsys.lang.GetOpt
Construct a GetOpt parser, given the option specifications in an array of GetOptDesc objects.
GetOpt(String) - Constructor for class com.darwinsys.lang.GetOpt
Construct a GetOpt parser, storing the set of option characters.
getopt(String[]) - Method in class com.darwinsys.lang.GetOpt
The true heart of getopt, whether used old way or new way: returns one argument; call repeatedly until it returns DONE.
GetOptDesc - Class in com.darwinsys.lang
A GetOptDesc describes one argument that may be accepted by the program.
GetOptDesc(char, String, boolean) - Constructor for class com.darwinsys.lang.GetOptDesc
Construct a GetOpt option.
getOptInd() - Method in class com.darwinsys.lang.GetOpt
Return optind, the index into args of the last option we looked at
getPassword() - Method in interface com.darwinsys.sql.Configuration
 
getPassword() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
getPattern() - Static method in class com.darwinsys.unix.UnixPasswdEntry
 
getPkey() - Method in class com.darwinsys.jsptags.DataTableTag
 
getPort() - Method in class com.darwinsys.net.StreamServer
 
getPreferredSize() - Method in class com.darwinsys.swingui.CalIcon
 
getPreferredSize() - Method in class com.darwinsys.swingui.Clock
 
getPreferredSize() - Method in class com.darwinsys.swingui.layout.ColumnLayout.Spacer
 
getPreferredSize() - Method in class com.darwinsys.swingui.SuccessFailureBarSwing
 
getPwEntries() - Static method in class com.darwinsys.unix.UnixPasswdEntry
 
getPwEntries(String) - Static method in class com.darwinsys.unix.UnixPasswdEntry
 
getQuery() - Method in class com.darwinsys.jsptags.DataTableTag
 
getResultSet() - Method in class com.darwinsys.jsptags.DataTableTag
 
getRowCount() - Method in class com.darwinsys.swingui.ArrayListTableModel
Returns the number of objects in the list.
getSavedLocation(Preferences) - Static method in class com.darwinsys.swingui.UtilGUI
Retrieve the saved X and Y from Preferences
getSelected() - Method in class com.darwinsys.swingui.FilterGUI
Retrieve the list of currently-selected objects
getSelectedFont() - Method in class com.darwinsys.swingui.FontChooser
Retrieve the selected font, or null
getSelectedName() - Method in class com.darwinsys.swingui.FontChooser
Retrieve the selected font name.
getSelectedSize() - Method in class com.darwinsys.swingui.FontChooser
Retrieve the selected size
getShell() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getSize() - Method in class com.darwinsys.swingui.FilterGUIListModel
 
getStatement(BufferedReader) - Static method in class com.darwinsys.sql.SQLRunner
Extract one statement from the given Reader.
getString(ResourceBundle, String, String) - Static method in class com.darwinsys.swingui.I18N
Just get a String (for dialogs, labels, etc.)
getStyle1() - Method in class com.darwinsys.jsptags.DataTableTag
 
getStyle2() - Method in class com.darwinsys.jsptags.DataTableTag
 
getSubject() - Method in class com.darwinsys.mail.Mailer
Get subject
getTable() - Method in class com.darwinsys.swingui.ArrayListTablePanel
Return a reference to the JTable.
getTagsAsString(boolean) - Method in class com.darwinsys.html.SimpleTagValidator
Return the list of valid tags as a single string.
getText() - Method in class com.darwinsys.jsptags.TextImageTag
 
getText() - Method in class com.darwinsys.swingui.LabelText
Get the text displayed in the text field
getTitleStyle() - Method in class com.darwinsys.jsptags.DataTableTag
 
getToList() - Method in class com.darwinsys.mail.Mailer
Get tolist, as an array of Strings
getType() - Method in class com.darwinsys.diff.DiffChunk
 
getUid() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
getUserName() - Method in interface com.darwinsys.sql.Configuration
 
getUserName() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
getUserPrefsNode(Object) - Static method in class com.darwinsys.util.PrefsUtils
Gets the Preferences node for a package, given one class in the package (either by reference or by reference to its Class object).
getValue() - Method in class com.darwinsys.lang.MutableInteger
 
getValue() - Method in class com.darwinsys.util.IdMapEntry
 
getVar(String) - Method in class com.darwinsys.util.VariableMap
 
getVar(String, String) - Method in class com.darwinsys.util.VariableMap
 
getVerbosity() - Static method in class com.darwinsys.sql.SQLRunner
 
getVisitor() - Static method in class com.darwinsys.io.Crawler
 
getWriter() - Method in class com.darwinsys.servlet.MultipartResponse
 
getYear() - Method in class com.darwinsys.util.DateSimple
 

H

handle(Socket) - Method in interface com.darwinsys.net.StreamServerHandler
This is called for each request
handle(Throwable) - Method in class com.darwinsys.swingui.ErrorUtil
Convenience routine for use with AWT's dispatch thread.
handleError(Exception) - Method in interface com.darwinsys.net.GenericServer
 
handleError(Exception) - Method in class com.darwinsys.net.StreamServer
 
handleError(Exception) - Method in interface com.darwinsys.sql.SQLRunnerErrorHandler
Called by SQLRunner to handle an error encountered while trying to execute a command.
handleException(Throwable) - Method in class com.darwinsys.io.CrawlerCallback
 
hashCode() - Method in class com.darwinsys.util.DateSimple
 
hashCode() - Method in class com.darwinsys.util.FixedLengthFIFO
 
hashCode() - Method in class com.darwinsys.util.IdMapEntry
 
hashCode() - Method in class com.darwinsys.util.IndexList
 
hasMoreElements() - Method in class com.darwinsys.util.IteratorEnumerationBridge
Tell whether this Enumeration has more elements
hasNext() - Method in class com.darwinsys.util.ArrayIterator
Tell if there are any more elements.
hasNext() - Method in class com.darwinsys.util.EnumerationIterator
Fulfills the general contract of Iterator.hasNext(), that is, return true as long as there is at least one more item in the Iterator.
hasPassword() - Method in interface com.darwinsys.sql.Configuration
Convenience: return true if there is a non-null, non-empty password
hasPassword() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
HPAD - Static variable in class com.darwinsys.swingui.layout.EntryLayout
The default padding
hpad - Variable in class com.darwinsys.swingui.layout.EntryLayout
The actual padding
hPadding - Variable in class com.darwinsys.swingui.layout.ColumnLayout
The X padding for this ColumnLayout
HumanResponseServlet - Class in com.darwinsys.servlet
Generate output that requires a human response, that is, output an image of a string that the user has to read and type back into a form.
HumanResponseServlet() - Constructor for class com.darwinsys.servlet.HumanResponseServlet
 
hyperlinkUpdate(HyperlinkEvent) - Method in class com.darwinsys.swingui.SimpleHelp
Notification of a change relative to a hyperlink.

I

I18N - Class in com.darwinsys.swingui
Set of convenience routines for internationalized code.
I18N() - Constructor for class com.darwinsys.swingui.I18N
 
IdMapEntry - Class in com.darwinsys.util
An IdMapEntry is one int-String pair, for example, an "id" or primary key in a database and a name or description of the item in the named row.
IdMapEntry(int, String) - Constructor for class com.darwinsys.util.IdMapEntry
 
im - Variable in class com.darwinsys.swingui.Splash
 
ImageButton - Class in com.darwinsys.swingui
Deprecated. Use the appropriate JButton constructors directly.
ImageButton(ImageIcon) - Constructor for class com.darwinsys.swingui.ImageButton
Deprecated. 
ImageButton(ImageIcon, String) - Constructor for class com.darwinsys.swingui.ImageButton
Deprecated. 
Implements - Annotation Type in com.darwinsys.lang
This is the same as the Override annotation but requires that the method it applies to implements a method in one of the class' interfaces.
incr() - Method in class com.darwinsys.lang.MutableInteger
 
incr(int) - Method in class com.darwinsys.lang.MutableInteger
 
index - Variable in class com.darwinsys.util.ArrayIterator
 
IndexList<T> - Class in com.darwinsys.util
A general-purpose List, in which objects keep their identity (index), that is, insert() operations do not renumber remaining objects.
IndexList() - Constructor for class com.darwinsys.util.IndexList
 
IndexList(int) - Constructor for class com.darwinsys.util.IndexList
 
indexOf(StringBuffer, String, int) - Static method in class com.darwinsys.lang.StringUtil
Backwards-compability: StringBuffer.indexOf(String, int) added in JDK 1-4, but we need it here and one of my servers is on JDK 1-3.
indexOf(Object) - Method in class com.darwinsys.util.FixedLengthFIFO
 
indexOf(Object) - Method in class com.darwinsys.util.IndexList
Find the location where this object is referenced, or null
init() - Method in interface com.darwinsys.io.FileHandler
 
init(FilterConfig) - Method in class com.darwinsys.servlet.CompressingFilter
 
init(ServletConfig) - Method in class com.darwinsys.servlet.HumanResponseServlet
 
inputStreamToString(InputStream) - Static method in class com.darwinsys.io.FileIO
Read the content of a Stream into a String
InsertException - Exception in com.darwinsys.database
Checked Exception for failed insertions
InsertException() - Constructor for exception com.darwinsys.database.InsertException
 
InsertException(String) - Constructor for exception com.darwinsys.database.InsertException
 
InstallerUnpacker - Class in com.darwinsys.installers
The intention is that you put this as Main-class: in a Jar along with everything else - your installer and its data classes and it unpacks the Jar into a temp directory then starts the "real" installer.
InstallerUtils - Class in com.darwinsys.installers
Misc.
InstallerUtils() - Constructor for class com.darwinsys.installers.InstallerUtils
 
IntlAction - Class in com.darwinsys.swingui
Class for creating an Internationalized Swing Action.
IntlAction(ResourceBundle, String, ImageIcon) - Constructor for class com.darwinsys.swingui.IntlAction
Convenience routing to make a Swing Action.
invalidateCache() - Method in class com.darwinsys.swingui.ArrayListTableModel
Invalidate the cache.
isBold - Variable in class com.darwinsys.swingui.FontChooser
The resulting boldness
isBold() - Method in class com.darwinsys.swingui.FontChooser
 
isCellEditable(int, int) - Method in class com.darwinsys.swingui.ArrayListTableModel
All cells are editable.
isComplete() - Method in class com.darwinsys.mail.Mailer
Check if all required fields have been set before sending.
isEmpty() - Method in class com.darwinsys.util.FixedLengthFIFO
 
isEmpty() - Method in class com.darwinsys.util.IndexList
 
isEmpty() - Method in class com.darwinsys.util.PropertiesMap
Return true if the Map is empty
isEnabled(String) - Static method in class com.darwinsys.util.Debug
Static method to see if a given category of debugging is enabled.
isEscape() - Method in class com.darwinsys.sql.SQLRunner
 
isItalic - Variable in class com.darwinsys.swingui.FontChooser
The resulting italicness
isItalic() - Method in class com.darwinsys.swingui.FontChooser
 
isMacOS() - Static method in class com.darwinsys.macosui.MacOSUtil
Return true if we are running MacOS; need a few GUI tweaks if so.
isOkToExit() - Static method in class com.darwinsys.sql.SQLRunner
 
isValidString(HttpSession, String) - Method in class com.darwinsys.servlet.HumanResponseServlet
Return true iff the user entered the correct string.
isVerbose() - Method in class com.darwinsys.io.Crawler
 
isVerbose() - Method in class com.darwinsys.mail.Mailer
Get verbose
iterator() - Method in class com.darwinsys.util.FileProperties
 
iterator() - Method in class com.darwinsys.util.FixedLengthFIFO
 
iterator() - Method in class com.darwinsys.util.IndexList
 
IteratorEnumerationBridge<T> - Class in com.darwinsys.util
Make instances of newer Iterator look like older Enumeration, for some kind of backwards compatibility.
IteratorEnumerationBridge(Iterator<T>) - Constructor for class com.darwinsys.util.IteratorEnumerationBridge
 

J

J2EE_ENC_ROOT - Static variable in class com.darwinsys.jsptags.DataTableTag
 
JigglyTextImageWriter - Class in com.darwinsys.graphics
Write a ransom-note-style string to an OutputStream as an Image file (jpeg for now).
JigglyTextImageWriter(Font, int, int) - Constructor for class com.darwinsys.graphics.JigglyTextImageWriter
 
JUST_CENTER - Static variable in class com.darwinsys.lang.StringFormat
 
JUST_CENTRE - Static variable in class com.darwinsys.lang.StringFormat
 
JUST_LEFT - Static variable in class com.darwinsys.lang.StringFormat
 
JUST_PRINT - Static variable in class com.darwinsys.io.Crawler
An Error Handler that just prints the exception
JUST_RIGHT - Static variable in class com.darwinsys.lang.StringFormat
Constant for right-justified Strings.

K

keySet() - Method in class com.darwinsys.util.PropertiesMap
Return the set of keys

L

LabelText - Class in com.darwinsys.swingui
A label and text combination, inspired by the LabelText control in Guy Eddon's ActiveX Components book (2nd Edition, page 203).
LabelText() - Constructor for class com.darwinsys.swingui.LabelText
Construct the object with no initial values.
LabelText(String) - Constructor for class com.darwinsys.swingui.LabelText
Construct the object with the label and a default textfield size
LabelText(String, int) - Constructor for class com.darwinsys.swingui.LabelText
Construct the object with given label and textfield size
lastIndexOf(Object) - Method in class com.darwinsys.util.FixedLengthFIFO
 
lastIndexOf(Object) - Method in class com.darwinsys.util.IndexList
 
layoutContainer(Container) - Method in class com.darwinsys.swingui.layout.CircleLayout
Lays out the container in the specified panel.
layoutContainer(Container) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Called by AWT to lay out the components in the target Container at its current size.
layoutContainer(Container) - Method in class com.darwinsys.swingui.layout.EntryLayout
Lays out the container in the specified panel.
layoutContainer(Container) - Method in class com.darwinsys.swingui.layout.RelativeLayout
Called by AWT to lay out the components in the target Container at its current size.
LB - Static variable in class com.darwinsys.html.Tag
 
LIBRARY_NAME - Static variable in class com.darwinsys.io.NextFD
The name of the shared library
list - Variable in class com.darwinsys.csv.CSVImport
The fields in the current String
list - Variable in class com.darwinsys.swingui.ArrayListTablePanel
The list of objects we are viewing
listIterator() - Method in class com.darwinsys.util.FixedLengthFIFO
 
listIterator(int) - Method in class com.darwinsys.util.FixedLengthFIFO
 
listIterator() - Method in class com.darwinsys.util.IndexList
 
listIterator(int) - Method in class com.darwinsys.util.IndexList
 
load() - Method in class com.darwinsys.util.FileProperties
Load the properties from the saved filename.
load(String) - Method in class com.darwinsys.util.PropertiesMap
 
loadFile(String) - Method in class com.darwinsys.swingui.RecentMenu
This is a template method that the caller must provide to actually open a file.
LoggedInRoleTag - Class in com.darwinsys.jsptags
LoggedInRole - include body content if user is logged in as a user that has this "role".
LoggedInRoleTag() - Constructor for class com.darwinsys.jsptags.LoggedInRoleTag
 
LoggedInTag - Class in com.darwinsys.jsptags
LoggedInUser - include body content if the user is logged in as "user".
LoggedInTag() - Constructor for class com.darwinsys.jsptags.LoggedInTag
 
LoggedInUserTag - Class in com.darwinsys.jsptags
LoggedInUser - include body content if the user is logged in as "user".
LoggedInUserTag() - Constructor for class com.darwinsys.jsptags.LoggedInUserTag
 
logTextArea - Variable in class com.darwinsys.regex.REDemo
 

M

MacOSAppAdapter - Class in com.darwinsys.macosui
The only os-dependant part of com.darwinsys, this is the adapter class to handle MacOS's "different" way of doing About Box, Quit item in App menu, Preferences, and so on.
MacOSAppAdapter(JFrame, AboutBoxHandler, PrefsHandler, PrintHandler, ShutdownHandler) - Constructor for class com.darwinsys.macosui.MacOSAppAdapter
Construct a MacOSAppAdapter.
MacOSUtil - Class in com.darwinsys.macosui
Utilities for GUI work.
MacOSUtil() - Constructor for class com.darwinsys.macosui.MacOSUtil
 
Mailer - Class in com.darwinsys.mail
Mailer.
Mailer() - Constructor for class com.darwinsys.mail.Mailer
 
MailException - Exception in com.darwinsys.mail
Checked Exception for Mail Failures (so rest of code does not need to import javax.mail).
MailException() - Constructor for exception com.darwinsys.mail.MailException
 
MailException(String) - Constructor for exception com.darwinsys.mail.MailException
 
mailHost - Variable in class com.darwinsys.mail.Mailer
The SMTP relay host
main(String[]) - Static method in class com.darwinsys.csv.CSVRE
 
main(String[]) - Static method in class com.darwinsys.installers.InstallerUnpacker
Start things running...
main(String[]) - Static method in class com.darwinsys.io.Dumper
 
main(String[]) - Static method in class com.darwinsys.io.RevLines
 
Main - Class in com.darwinsys.notepad
 
Main() - Constructor for class com.darwinsys.notepad.Main
 
main(String[]) - Static method in class com.darwinsys.notepad.Main
 
main(String[]) - Static method in class com.darwinsys.regex.REDemo
"main program" method - construct and show
main(String[]) - Static method in class com.darwinsys.security.PassPhrase
Print one password, or a password of the given length(s)
main(String[]) - Static method in class com.darwinsys.sql.SQLRunnerCLI
main - parse arguments, construct SQLRunner object, open file(s), run scripts.
main(String[]) - Static method in class com.darwinsys.sql.SQLRunnerGUI
Default main method for standalone use.
main(String[]) - Static method in class com.darwinsys.sql.ValuePrompt
 
main(String[]) - Static method in class com.darwinsys.swingui.CalIcon
 
makeMenus() - Method in class com.darwinsys.swingui.framework.MenuController
Create all the menus.
match - Variable in class com.darwinsys.regex.REDemo
 
matcher - Variable in class com.darwinsys.regex.REDemo
 
matchesTF - Variable in class com.darwinsys.regex.REDemo
 
max(int[]) - Static method in class com.darwinsys.util.MiniMax
 
max(List<Integer>) - Static method in class com.darwinsys.util.MiniMax
 
max(Integer[]) - Static method in class com.darwinsys.util.MiniMax
 
maximize(Window) - Static method in class com.darwinsys.swingui.UtilGUI
Maximize a window, the hard way.
MenuController - Class in com.darwinsys.swingui.framework
Partly-internationalized Menu Controller for general use.
MenuController(JFrame, Model) - Constructor for class com.darwinsys.swingui.framework.MenuController
Construct the object including its GUI
methods - Variable in class com.darwinsys.swingui.ArrayListTableModel
The list of Method object
MIN_LENGTH - Static variable in class com.darwinsys.security.PassPhrase
Minimum length for a decent password
minh - Variable in class com.darwinsys.swingui.layout.ColumnLayout
The minimum height of each component
MiniMax - Class in com.darwinsys.util
Polymorphic forms of some standard Math functions.
MiniMax() - Constructor for class com.darwinsys.util.MiniMax
 
minimumLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.CircleLayout
Find the minimum Dimension for the specified container given the components therein.
minimumLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Called from AWT to calculate the minimum size dimensions for the target panel given the components in it.
minimumLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.EntryLayout
Find the minimum Dimension for the specified container given the components therein.
minimumLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.RelativeLayout
Called from AWT to calculate the minimum size dimensions for the target panel given the components in it.
minw - Variable in class com.darwinsys.swingui.layout.ColumnLayout
The minimum width of each component
mkButton(ResourceBundle, String) - Static method in class com.darwinsys.swingui.I18N
Convenience routine to make a JButton
mkCheckboxMenuItem(ResourceBundle, String, String) - Method in class com.darwinsys.swingui.framework.MenuController
Convenience routine to make a MenuItem
mkDialog(ResourceBundle, JFrame, String, String, int) - Static method in class com.darwinsys.swingui.I18N
Show a JOptionPane message dialog
mkMenu(ResourceBundle, String) - Method in class com.darwinsys.swingui.framework.MenuController
Convenience routine to make a Menu
mkMenu(ResourceBundle, String) - Static method in class com.darwinsys.swingui.I18N
Convenience routine to make a JMenu
mkMenuItem(ResourceBundle, String, String) - Method in class com.darwinsys.swingui.framework.MenuController
Convenience routine to make a JMenuItem
mkMenuItem(ResourceBundle, String, String) - Static method in class com.darwinsys.swingui.I18N
Convenience routine to make a JMenuItem
model - Variable in class com.darwinsys.swingui.ArrayListTablePanel
The JTable's data (model)
Model - Interface in com.darwinsys.swingui.framework
name & purpose.
monitorWindowPosition(Window, Preferences) - Static method in class com.darwinsys.swingui.UtilGUI
Track a Window's position across application restarts; location is saved in a Preferences node that you pass in; we attach a ComponentListener to the Window.
monNameFM - Variable in class com.darwinsys.swingui.CalIcon
FontMetrics for displaying the time
monNameFont - Variable in class com.darwinsys.swingui.CalIcon
Font for displaying the time
mons - Variable in class com.darwinsys.swingui.CalIcon
 
month(String) - Static method in class com.darwinsys.util.DateUtils
Convert a month name (english names) (or a valid abbreviation) to an int in {1,12}.
MultipartResponse - Class in com.darwinsys.servlet
MultipartResponse lets a servlet generate "server push" responses, such as simple SHORT animations (if too long you run the server out of open files/sockets!).
MultipartResponse(HttpServletResponse) - Constructor for class com.darwinsys.servlet.MultipartResponse
 
MutableInteger - Class in com.darwinsys.lang
A MutableInteger is like an Integer but mutable, to avoid the excess object creation involved in c = new Integer(c.getInt()+1) which can get expensive if done a lot.
MutableInteger(int) - Constructor for class com.darwinsys.lang.MutableInteger
 
MutableInteger() - Constructor for class com.darwinsys.lang.MutableInteger
 
myCal - Variable in class com.darwinsys.swingui.CalIcon
Our Calendar
myFont - Variable in class com.darwinsys.swingui.LabelText
The font to use

N

name - Variable in class com.darwinsys.sql.SimpleSQLConfiguration
 
neutral - Variable in class com.darwinsys.swingui.SuccessFailureBarSwing
 
newFile(String) - Method in interface com.darwinsys.swingui.framework.Model
 
next() - Method in class com.darwinsys.util.ArrayIterator
Returns the next element from the data
next() - Method in class com.darwinsys.util.EnumerationIterator
Fulfuls the general contract of Iterator.next(), that is, returns the next element in the Iterator.
nextElement() - Method in class com.darwinsys.util.IteratorEnumerationBridge
Get the next element from this Enumeration; can only be called if hasMoreElements() is true.
NextFD - Class in com.darwinsys.io
Simple wrapper class for native nextfd method; nextfd is used to watch filedesc leaks.
NextFD() - Constructor for class com.darwinsys.io.NextFD
 
Notepad - Class in com.darwinsys.notepad
Simple text editor, making Swing do the work.
Notepad() - Constructor for class com.darwinsys.notepad.Notepad
 
Notepad(boolean) - Constructor for class com.darwinsys.notepad.Notepad
 
num - Variable in class com.darwinsys.io.Dumper
 

O

objectClass - Variable in class com.darwinsys.swingui.ArrayListTablePanel
The kind of thing that is in the list.
OneColorPanel - Static variable in class com.darwinsys.swingui.PrefsPanel
 
OneFontPanel - Static variable in class com.darwinsys.swingui.PrefsPanel
 
openFile(String) - Static method in class com.darwinsys.io.FileIO
Open a BufferedReader from a named file.
openFile(String) - Method in interface com.darwinsys.swingui.framework.Model
 
openFile(String) - Method in class com.darwinsys.swingui.RecentMenu
Call back to the main program to load the file, and and update the recent files list.
optarg - Variable in class com.darwinsys.lang.GetOpt
The current option argument.
optarg() - Method in class com.darwinsys.lang.GetOpt
Retrieve the current option argument; UNIX variant spelling.
optArg() - Method in class com.darwinsys.lang.GetOpt
Retrieve the current option argument; Java variant spelling.
optind - Variable in class com.darwinsys.lang.GetOpt
Where we are in the options
options - Variable in class com.darwinsys.lang.GetOpt
The set of characters to look for
OrdinalFormat - Class in com.darwinsys.util
Ordinal formatted numbers: 1st, 2nd, 3rd, 4th, etc.
OrdinalFormat() - Constructor for class com.darwinsys.util.OrdinalFormat
 
OutputMode - Enum in com.darwinsys.sql
The set of all valid modes.

P

pad(StringBuffer, int) - Method in class com.darwinsys.lang.StringFormat
 
paint(Graphics) - Method in class com.darwinsys.swingui.CalIcon
Paint: draw the calendar page in the JComponent.
paint(Graphics) - Method in class com.darwinsys.swingui.Clock
 
paint(Graphics) - Method in class com.darwinsys.swingui.Splash
 
paintComponent(Graphics) - Method in class com.darwinsys.swingui.SuccessFailureBarSwing
 
paintIcon(Component, Graphics, int, int) - Method in class com.darwinsys.swingui.CalIcon
paintIcon: draw the calendar page.
parse(String) - Method in class com.darwinsys.csv.CSVImport
parse: break the input String into fields
parse(String) - Method in interface com.darwinsys.csv.CSVParser
Parse one String, and return it as a list of strings.
parse(String) - Method in class com.darwinsys.csv.CSVRE
Parse one line.
parse(String, ParsePosition) - Method in class com.darwinsys.util.OrdinalFormat
 
parseArguments(String[]) - Method in class com.darwinsys.lang.GetOpt
Modern way of using GetOpt: call this once and get all options.
parseInt(String) - Static method in class com.darwinsys.lang.MutableInteger
 
parseObject(String, ParsePosition) - Method in class com.darwinsys.lang.StringFormat
ParseObject is required by Format interface, but not useful here.
parseObject(String, ParsePosition) - Method in class com.darwinsys.util.ScaledNumberFormat
Parse a String expected to contain a number in Human Scaled Form.
parseObject(String) - Method in class com.darwinsys.util.ScaledNumberFormat
 
PassPhrase - Class in com.darwinsys.security
Cheap, lightweight, low-security password generator.
PassPhrase() - Constructor for class com.darwinsys.security.PassPhrase
 
pasteSelection() - Method in interface com.darwinsys.swingui.framework.Model
 
pattern - Variable in class com.darwinsys.regex.REDemo
 
patternTF - Variable in class com.darwinsys.regex.REDemo
 
popup(Severity, String, String) - Method in interface com.darwinsys.genericui.GenericUI
Display a popup to the user, given a Severity, a titlebar title, and a message.
popup(Severity, String, String) - Method in class com.darwinsys.swingui.GenericSwingUI
 
preferredLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.CircleLayout
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Called by AWT to compute the preferred size for the target panel given our list of the components that it contains.
preferredLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.EntryLayout
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class com.darwinsys.swingui.layout.RelativeLayout
Called by AWT to compute the preferred size for the target panel given our list of the components that it contains.
PrefsHandler - Interface in com.darwinsys.macosui
Handler for part of MacOS UI extensions
PrefsPanel - Class in com.darwinsys.swingui
A simple Preferences Panel
PrefsPanel(boolean) - Constructor for class com.darwinsys.swingui.PrefsPanel
 
PrefsPanel() - Constructor for class com.darwinsys.swingui.PrefsPanel
Construct a PrefsPanel
PrefsPanel.PredefinedPanel - Enum in com.darwinsys.swingui
 
PrefsUtils - Class in com.darwinsys.util
 
PrefsUtils() - Constructor for class com.darwinsys.util.PrefsUtils
 
previewArea - Variable in class com.darwinsys.swingui.FontChooser
The font display area.
previewFont() - Method in class com.darwinsys.swingui.FontChooser
Called from the action handlers to get the font info, build a font, and set it.
print(String) - Method in class com.darwinsys.sql.ResultsDecorator
 
printf(String, String, Object...) - Static method in class com.darwinsys.util.Debug
Invoke System.out.printf if and only if the given category is enabled for debugging, as reported by isEnabled.
PrintHandler - Interface in com.darwinsys.macosui
Handler for part of MacOS UI extensions
println(String) - Method in class com.darwinsys.sql.ResultsDecorator
 
println() - Method in class com.darwinsys.sql.ResultsDecorator
 
println(String, String) - Static method in class com.darwinsys.util.Debug
Static method to println a given message if the given category is enabled for debugging, as reported by isEnabled.
println(String, Object) - Static method in class com.darwinsys.util.Debug
Static method to println an arbitrary Object if the given category is enabled for debugging, as reported by isEnabled.
printRowCount(int) - Method in class com.darwinsys.sql.ResultsDecorator
 
printRowCount(int) - Method in class com.darwinsys.sql.ResultsDecoratorSQL
 
printRowCount(int) - Method in class com.darwinsys.sql.ResultsDecoratorText
 
printRowCount(int) - Method in class com.darwinsys.sql.ResultsDecoratorXML
 
process(BufferedReader) - Method in class com.darwinsys.csv.CSVRE
Process one file.
PropertiesMap - Class in com.darwinsys.util
PropertiesMap -- a Map that loads from a Properties file, but unlike Properties, preserves the ordering of the original file.
PropertiesMap() - Constructor for class com.darwinsys.util.PropertiesMap
 
put(String, String) - Method in class com.darwinsys.util.PropertiesMap
Add a given object into this Map.
put(String, String) - Method in class com.darwinsys.util.VariableMap
Minimal property change notification
putAll(Map) - Method in class com.darwinsys.util.PropertiesMap
Merge all the values from another map into this map.
putRecent(String) - Method in class com.darwinsys.util.RecentItems
Add the given filename to the top of the recent list in Prefs and in menu.

R

r - Static variable in class com.darwinsys.lang.ExecAndPrint
Need a Runtime object for any of these methods
r - Static variable in class com.darwinsys.security.PassPhrase
The random number generator.
RB - Static variable in class com.darwinsys.html.Tag
 
RBH - Variable in class com.darwinsys.swingui.CalIcon
The size of the inner white box
RBW - Variable in class com.darwinsys.swingui.CalIcon
The size of the inner white box
RBX - Variable in class com.darwinsys.swingui.CalIcon
The x location of the inner box
RBY - Variable in class com.darwinsys.swingui.CalIcon
The y location of the inner box
readerToString(Reader) - Static method in class com.darwinsys.io.FileIO
Read the entire content of a Reader into a String
readLine(String) - Static method in class com.darwinsys.io.FileIO
Open a file and read the first line from it.
readLine(BufferedReader) - Static method in class com.darwinsys.mail.SmtpUtils
 
readUnsignedInt(DataInput) - Static method in class com.darwinsys.io.DataIO
Read an unsigned int from a DataInput
RecentItems - Class in com.darwinsys.util
A list of recent items, such as a Recent File Menu, a Recent Choices dropdown, etc.
RecentItems(Preferences, RecentItems.Callback, int) - Constructor for class com.darwinsys.util.RecentItems
 
RecentItems(Preferences, RecentItems.Callback) - Constructor for class com.darwinsys.util.RecentItems
 
RecentItems.Callback - Interface in com.darwinsys.util
 
RecentMenu - Class in com.darwinsys.swingui
Maintain a "Recent Items" menu component.
RecentMenu(Object, int) - Constructor for class com.darwinsys.swingui.RecentMenu
Construct a RecentMenu with a given class and the number of items to hold
RecentMenu(Object) - Constructor for class com.darwinsys.swingui.RecentMenu
Construct a RecentMenu with a given class.
REDemo - Class in com.darwinsys.regex
Standalone Swing GUI application for demonstrating REs.
REDemo() - Constructor for class com.darwinsys.regex.REDemo
Construct the REDemo object including its GUI
redo() - Method in interface com.darwinsys.swingui.framework.Model
 
register() - Method in class com.darwinsys.macosui.MacOSAppAdapter
Method to register this handler with Apple's event manager, calling addApplicationListener in parent class.
RelativeLayout - Class in com.darwinsys.swingui.layout
RelativeLayout, a Relative Layout Manager for Java J2SE.
RelativeLayout(int, int) - Constructor for class com.darwinsys.swingui.layout.RelativeLayout
Constructs an RelativeLayout, given original hard-coded size of panel.
reload(List<String>) - Method in class com.darwinsys.swingui.RecentMenu
Lodd or re-load the recentFileMenu
reload(List<String>) - Method in interface com.darwinsys.util.RecentItems.Callback
 
remove(int) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
remove(Object) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
remove() - Method in class com.darwinsys.util.ArrayIterator
Remove the object that next() just returned.
remove() - Method in class com.darwinsys.util.EnumerationIterator
Remove is not implemented (optional method).
remove(Object) - Method in class com.darwinsys.util.FixedLengthFIFO
Remove the given element if it's still in the FIFO.
remove(int) - Method in class com.darwinsys.util.FixedLengthFIFO
 
remove(Object) - Method in class com.darwinsys.util.IndexList
remove() simply sets the given value to null.
remove(int) - Method in class com.darwinsys.util.IndexList
remove() simply sets the given value to null.
remove(Object) - Method in class com.darwinsys.util.PropertiesMap
Remove a given object
remove(String) - Method in class com.darwinsys.util.RecentItems
Remove the given name from the list; does NOT invoke your callback since it might have been invoked in your callback...
removeActionListener(ActionListener) - Method in class com.darwinsys.swingui.LabelText
Remove an ActionListener from the textfield.
removeAll(Collection) - Method in class com.darwinsys.util.FixedLengthFIFO
 
removeAll(Collection) - Method in class com.darwinsys.util.IndexList
removeAll removes all the elements in a Collection from this List
NOT IMPLEMENTED.
removeLayoutComponent(Component) - Method in class com.darwinsys.swingui.layout.CircleLayout
Removes the specified component from the layout; required by LayoutManager, but does nothing.
removeLayoutComponent(Component) - Method in class com.darwinsys.swingui.layout.ColumnLayout
Called by AWT to remove a given component from the layout.
removeLayoutComponent(Component) - Method in class com.darwinsys.swingui.layout.EntryLayout
Removes the specified component from the layout; required by LayoutManager, but does nothing.
removeLayoutComponent(Component) - Method in class com.darwinsys.swingui.layout.RelativeLayout
Called by AWT to remove a given component from the layout.
removeListDataListener(ListDataListener) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.darwinsys.swingui.FileChooserPanel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.darwinsys.util.VariableMap
 
reqHgt - Variable in class com.darwinsys.swingui.layout.RelativeLayout
requested absolute height of canvas
REQUIRED_NAME - Static variable in class com.darwinsys.installers.InstallerUnpacker
As the name implies, the installer MUST be stored under this name
reqWid - Variable in class com.darwinsys.swingui.layout.RelativeLayout
requested absolute width of canvas
reset() - Method in interface com.darwinsys.genericui.SuccessFailureUI
Show a neutral indication (e.g., gray, or, the screen background)
reset() - Method in class com.darwinsys.swingui.SuccessFailureBarSwing
 
resultFont - Variable in class com.darwinsys.swingui.FontChooser
The font the user has chosen
resultName - Variable in class com.darwinsys.swingui.FontChooser
The resulting font name
ResultsDecorator - Class in com.darwinsys.sql
Base class for a series of ResultSet printers.
ResultsDecoratorHTML - Class in com.darwinsys.sql
Print ResultSet in HTML
ResultsDecoratorHTML(PrintWriter, Verbosity) - Constructor for class com.darwinsys.sql.ResultsDecoratorHTML
 
ResultsDecoratorJTable - Class in com.darwinsys.sql
Print ResultSet in HTML
ResultsDecoratorJTable(JTable, PrintWriter, Verbosity) - Constructor for class com.darwinsys.sql.ResultsDecoratorJTable
 
ResultsDecoratorSQL - Class in com.darwinsys.sql
Print an SQL ResultSet in SQL-import format.
ResultsDecoratorSQL(PrintWriter, Verbosity) - Constructor for class com.darwinsys.sql.ResultsDecoratorSQL
 
ResultsDecoratorText - Class in com.darwinsys.sql
Print a ResultSet in plain text.
ResultsDecoratorText(PrintWriter, Verbosity) - Constructor for class com.darwinsys.sql.ResultsDecoratorText
 
ResultsDecoratorXML - Class in com.darwinsys.sql
This guy's primary raison d'etre is to generate an XML output file for use in JUnit testing of the ResultsDecoratorSQL!
ResultsDecoratorXML(PrintWriter, Verbosity) - Constructor for class com.darwinsys.sql.ResultsDecoratorXML
 
resultSetToHTML(ResultSet, PrintWriter, String, String, String, String, String) - Static method in class com.darwinsys.sql.SQLUtils
Process resultset, formatting it as HTML
resultSetToHTML(ResultSet, PrintWriter) - Static method in class com.darwinsys.sql.SQLUtils
 
resultSize - Variable in class com.darwinsys.swingui.FontChooser
The resulting font size
retainAll(Collection) - Method in class com.darwinsys.util.FixedLengthFIFO
 
retainAll(Collection) - Method in class com.darwinsys.util.IndexList
 
reverse(String) - Static method in class com.darwinsys.lang.StringUtil
Reverse a String
RevLines - Class in com.darwinsys.io
Reverse a file by lines (simple algorithm, keeps file in memory).
RevLines() - Constructor for class com.darwinsys.io.RevLines
 
rewind() - Method in class com.darwinsys.lang.GetOpt
Reset this GetOpt parser
run() - Method in class com.darwinsys.installers.InstallerUnpacker
Do the work of unpacking the installer, and launching it.
run(String) - Static method in class com.darwinsys.lang.ExecAndPrint
Run the command given as a String, printing its output to System.out
run(String, Writer) - Static method in class com.darwinsys.lang.ExecAndPrint
Run the command given as a String, print its output to "out"
run(String[]) - Static method in class com.darwinsys.lang.ExecAndPrint
Run the command given as a String[], print its output to System.out
run(String[], Writer) - Static method in class com.darwinsys.lang.ExecAndPrint
Run the command given as a String[], print its output to "out"
runScript(String) - Method in class com.darwinsys.sql.SQLRunner
Deprecated. 
runScript(BufferedReader, String) - Method in class com.darwinsys.sql.SQLRunner
Deprecated. 
runServer() - Method in interface com.darwinsys.net.GenericServer
 
runServer() - Method in class com.darwinsys.net.StreamServer
 
runStatement(String) - Method in class com.darwinsys.sql.SQLRunner
Run one Statement, and format results as per Update or Query.

S

save() - Method in class com.darwinsys.util.FileProperties
Deprecated. Use store(OutputStream) instead.
saveFile() - Method in interface com.darwinsys.swingui.framework.Model
 
saveFile(Object) - Method in interface com.darwinsys.swingui.framework.Model
 
ScaledNumberFormat - Class in com.darwinsys.util
Format numbers scaled for human comprehension.
ScaledNumberFormat() - Constructor for class com.darwinsys.util.ScaledNumberFormat
 
send(String, String, String, String, String) - Static method in class com.darwinsys.mail.Mailer
Convenience method that does it all with one call.
send(PrintWriter, String) - Static method in class com.darwinsys.mail.SmtpUtils
 
session - Variable in class com.darwinsys.mail.Mailer
The javamail session object.
SESSION_KEY_RESPONSE - Static variable in class com.darwinsys.servlet.HumanResponseServlet
 
set(int, E) - Method in class com.darwinsys.swingui.FilterGUIListModel
 
set(int, T) - Method in class com.darwinsys.util.FixedLengthFIFO
 
set(int, T) - Method in class com.darwinsys.util.IndexList
 
setBccList(List<String>) - Method in class com.darwinsys.mail.Mailer
Set bcc list to an ArrayList of Strings
setBccList(String) - Method in class com.darwinsys.mail.Mailer
Set bcc as a string like "tom, mary, robin@host".
setBody(String) - Method in class com.darwinsys.mail.Mailer
Set message
setCcList(ArrayList<String>) - Method in class com.darwinsys.mail.Mailer
Set cc list to an ArrayList of Strings
setCcList(String) - Method in class com.darwinsys.mail.Mailer
Set cc as a string like "tom, mary, robin@host".
setChange(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setCommand(String) - Method in class com.darwinsys.jsptags.CommandOutputTag
 
setConfigFileName(String) - Static method in class com.darwinsys.sql.ConnectionUtil
Sets the full path of the config file to read.
setData(Object[]) - Method in class com.darwinsys.util.ArrayIterator
(Re)set the data array to the given array, and reset the iterator.
setDataSource(DataSource) - Method in class com.darwinsys.jsptags.DataTableTag
 
setDataSourceName(String) - Method in class com.darwinsys.jsptags.DataTableTag
Treat the provided name as a JNDI lookup in the J2EE ENC; if it is a relative path, prepend the ENC path.
setDbDriver(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setDbPassword(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setDbURL(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setDbURL(String) - Method in interface com.darwinsys.sql.Configuration
 
setDbURL(String) - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
setDbUsername(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setDisplayText(String) - Method in class com.darwinsys.swingui.FontChooser
 
setDriverName(String) - Method in interface com.darwinsys.sql.Configuration
 
setDriverName(String) - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
setDummyPassword(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setEHandler(CrawlerCallback) - Method in class com.darwinsys.io.Crawler
 
setError(boolean) - Method in class com.darwinsys.jsptags.CommandOutputTag
 
setErrorHandler(SQLRunnerErrorHandler) - Method in class com.darwinsys.sql.SQLRunner
 
setErrorHandler(SQLRunnerErrorHandler) - Method in class com.darwinsys.sql.SQLRunnerGUI
Allow a main application to provide its own error handler.
setExpire(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setFileName(String) - Method in class com.darwinsys.swingui.FileChooserPanel
 
setFrom(String) - Method in class com.darwinsys.mail.Mailer
Set from
setGecos(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setGid(int) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setGUI(SQLRunnerGUI) - Method in class com.darwinsys.sql.SQLRunner
 
setHomeDir(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setIntVar(String, int) - Method in class com.darwinsys.util.VariableMap
 
setLabel(String) - Method in class com.darwinsys.jsptags.BackRefTag
 
setLabel(String) - Method in class com.darwinsys.swingui.LabelText
Set the text displayed in the label
setLabelAlignment(int) - Method in class com.darwinsys.swingui.LabelText
Set the label's horizontal alignment
setLink(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setLoginClass(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setMacOS(String) - Static method in class com.darwinsys.macosui.MacOSUtil
Set a few common properties for the given application if running under MacOS.
setMatches(boolean) - Method in class com.darwinsys.regex.REDemo
 
setMatches(int) - Method in class com.darwinsys.regex.REDemo
 
setName(String) - Method in interface com.darwinsys.sql.Configuration
Sets the name of this SimpleSQLConfiguration
setName(String) - Method in class com.darwinsys.sql.SimpleSQLConfiguration
Set the name of this confiration
setName(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setOkToExit(boolean) - Static method in class com.darwinsys.sql.SQLRunner
 
setOutput(boolean) - Method in class com.darwinsys.jsptags.CommandOutputTag
 
setOutputFile(String) - Method in class com.darwinsys.sql.SQLRunner
Set the output to the given filename.
setOutputFile(PrintWriter) - Method in class com.darwinsys.sql.SQLRunner
Set the output to the given Writer; immediately update the textDecorator so \dt works...
setPassword(String) - Method in interface com.darwinsys.sql.Configuration
 
setPassword(String) - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
setPkey(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setQuery(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setResultSet(ResultSet) - Method in class com.darwinsys.jsptags.DataTableTag
 
setRole(String) - Method in class com.darwinsys.jsptags.LoggedInRoleTag
 
setSavedLocation(Preferences, Window) - Static method in class com.darwinsys.swingui.UtilGUI
Save the X and Y locations in Preferences node provided.
setServer(String) - Method in class com.darwinsys.mail.Mailer
 
setShell(String) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setStyle1(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setStyle2(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setSubject(String) - Method in class com.darwinsys.mail.Mailer
Set subject
setSurroundingtag(String) - Method in class com.darwinsys.jsptags.BackRefTag
 
setText(String) - Method in class com.darwinsys.jsptags.TextImageTag
 
setText(String) - Method in class com.darwinsys.swingui.LabelText
Set the text displayed in the text field
setTitleStyle(String) - Method in class com.darwinsys.jsptags.DataTableTag
 
setToList(ArrayList<String>) - Method in class com.darwinsys.mail.Mailer
Set to list to an ArrayList of Strings
setToList(String) - Method in class com.darwinsys.mail.Mailer
Set to as a string like "tom, mary, robin@host".
setUid(int) - Method in class com.darwinsys.unix.UnixPasswdEntry
 
setUser(String) - Method in class com.darwinsys.jsptags.LoggedInUserTag
 
setUserName(String) - Method in interface com.darwinsys.sql.Configuration
 
setUserName(String) - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
setValue(int) - Method in class com.darwinsys.lang.MutableInteger
 
setVar(String, String) - Method in class com.darwinsys.util.VariableMap
 
setVerbose(boolean) - Method in class com.darwinsys.io.Crawler
 
setVerbose(boolean) - Method in class com.darwinsys.mail.Mailer
Set verbose
setVerbosity(Verbosity) - Static method in class com.darwinsys.sql.SQLRunner
 
setVisitor(FileHandler) - Static method in class com.darwinsys.io.Crawler
 
setWriter(PrintWriter) - Method in class com.darwinsys.sql.ResultsDecorator
 
Severity - Enum in com.darwinsys.genericui
A Severity code
showAboutBox(JFrame) - Method in interface com.darwinsys.macosui.AboutBoxHandler
 
showAboutPane() - Method in class com.darwinsys.swingui.framework.MenuController
Show the "Help About" dialog
showExceptions(Component, Throwable) - Static method in class com.darwinsys.swingui.ErrorUtil
Show the given Exception (and any nested Exceptions) in JOptionPane(s).
showFailure() - Method in interface com.darwinsys.genericui.SuccessFailureUI
Show the indicator of "failure" (usually: red), e.g., when a test fails or errors.
showFailure() - Method in class com.darwinsys.swingui.SuccessFailureBarSwing
 
showPrefsDialog(JFrame) - Method in interface com.darwinsys.macosui.PrefsHandler
 
showSuccess() - Method in interface com.darwinsys.genericui.SuccessFailureUI
Show the indicator of "success" (often: green)
showSuccess() - Method in class com.darwinsys.swingui.SuccessFailureBarSwing
 
showTime - Variable in class com.darwinsys.swingui.CalIcon
True if user wants the time shown
shutdown(JFrame) - Method in interface com.darwinsys.macosui.ShutdownHandler
 
ShutdownHandler - Interface in com.darwinsys.macosui
Handler for part of MacOS UI extensions
SimpleHelp - Class in com.darwinsys.swingui
Simple Help Frame based on JFC JEditorPane.
SimpleHelp(String, String) - Constructor for class com.darwinsys.swingui.SimpleHelp
 
SimpleSQLConfiguration - Class in com.darwinsys.sql
A SimpleSQLConfiguration is a POJO that represents the standard four JDBC paramaters as Strings, and has an optional name.
SimpleSQLConfiguration(String, String, String, String, String) - Constructor for class com.darwinsys.sql.SimpleSQLConfiguration
Construct a SimpleSQLConfiguration object with a name and parameters
SimpleSQLConfiguration(String, String, String, String) - Constructor for class com.darwinsys.sql.SimpleSQLConfiguration
Construct a SimpleSQLConfiguration object with no name
SimpleTagValidator - Class in com.darwinsys.html
Check a String to ensure that it contains either no HTML tags, or only the HTML tags listed in OKTAGS (or the corresponding end-tags).
SimpleTagValidator() - Constructor for class com.darwinsys.html.SimpleTagValidator
Construct a Validator using the default OK list
SimpleTagValidator(String[]) - Constructor for class com.darwinsys.html.SimpleTagValidator
Construct a Validator using a non-default OK list
SIZE - Variable in class com.darwinsys.swingui.CalIcon
The size shalle be 64x64.
size() - Method in class com.darwinsys.util.FixedLengthFIFO
 
size() - Method in class com.darwinsys.util.IndexList
 
size() - Method in class com.darwinsys.util.PropertiesMap
Return the number of entries in the Map
SMTP_PORT - Static variable in class com.darwinsys.mail.SmtpUtils
 
SmtpUtils - Class in com.darwinsys.mail
 
SmtpUtils(String, String) - Constructor for class com.darwinsys.mail.SmtpUtils
 
Splash - Class in com.darwinsys.swingui
A simple Splash screen.
Splash(JFrame, String, String) - Constructor for class com.darwinsys.swingui.Splash
 
SQLRunner - Class in com.darwinsys.sql
Class to run an SQL script, like psql(1), SQL*Plus, or similar programs.
SQLRunner(String, String, String, String, String, String) - Constructor for class com.darwinsys.sql.SQLRunner
Construct a SQLRunner object
SQLRunner(Connection, String, String) - Constructor for class com.darwinsys.sql.SQLRunner
 
SQLRunnerCLI - Class in com.darwinsys.sql
CLI front-end for SQL Runner
SQLRunnerCLI() - Constructor for class com.darwinsys.sql.SQLRunnerCLI
 
SQLRunnerErrorHandler - Interface in com.darwinsys.sql
 
SQLRunnerGUI - Class in com.darwinsys.sql
A simple GUI to run one set of commands.
SQLRunnerGUI(ConfigurationManager) - Constructor for class com.darwinsys.sql.SQLRunnerGUI
Constructor for main GUI
SQLRunnerGUI(ConfigurationManager, String) - Constructor for class com.darwinsys.sql.SQLRunnerGUI
Constructor for main GUI
SQLUtils - Class in com.darwinsys.sql
Miscellaneous utilities for dealing with SQL.
SQLUtils() - Constructor for class com.darwinsys.sql.SQLUtils
 
start() - Method in class com.darwinsys.swingui.Clock
Start the Clock running.
startResponse(String) - Method in class com.darwinsys.servlet.MultipartResponse
 
startTag(PrintWriter, String) - Static method in class com.darwinsys.html.Tag
Output a start tag
stop() - Method in class com.darwinsys.swingui.Clock
Stop the clock (err, permanently).
StreamDumpGetter - Class in com.darwinsys.io
A DumpGetter that reads from a file.
StreamDumpGetter(InputStream) - Constructor for class com.darwinsys.io.StreamDumpGetter
 
StreamServer - Class in com.darwinsys.net
StreamServer packages up all the network handling goo for a stream socket-based server; clients need only provide a StreamServerHandlerFactory and a port number.
StreamServer(int, StreamServerHandlerFactory) - Constructor for class com.darwinsys.net.StreamServer
 
StreamServerHandler - Interface in com.darwinsys.net
The general contract of a handler for the StreamServer.
StreamServerHandlerFactory - Interface in com.darwinsys.net
This interface is used by the StreamServer to get a protocol handler;
StringFormat - Class in com.darwinsys.lang
Bare-minimum "String formatter": format a string to a given maximum length with left, centre, or right justification.
StringFormat(int, int) - Constructor for class com.darwinsys.lang.StringFormat
 
stringTF - Variable in class com.darwinsys.regex.REDemo
 
stringToFile(String, String) - Static method in class com.darwinsys.io.FileIO
Write a String as the entire content of a File
StringUtil - Class in com.darwinsys.lang
Miscellaneous string utilities: arrayToCommaList - print an array with commas, "and"; subst - simple substitute (like 1-4's String.subst but not RE-based) .
StringUtil() - Constructor for class com.darwinsys.lang.StringUtil
 
subject - Variable in class com.darwinsys.mail.Mailer
The subject of the message.
subList(int, int) - Method in class com.darwinsys.util.FixedLengthFIFO
 
subList(int, int) - Method in class com.darwinsys.util.IndexList
 
subst(String, String, String) - Static method in class com.darwinsys.lang.StringUtil
Simple string substitution (not RE-based).
substVars(String) - Method in class com.darwinsys.util.VariableMap
Substitute all variables in a given string; does not change the contents of this Map in any way.
SuccessFailureBarSwing - Class in com.darwinsys.swingui
A Swing implementation of SuccessFailureUI; vaguely like a ProgressBar but only shows Green (success), Red (failure), or neutral.
SuccessFailureBarSwing(Color, int, int) - Constructor for class com.darwinsys.swingui.SuccessFailureBarSwing
Construct a Swing SuccFailureUI.
SuccessFailureUI - Interface in com.darwinsys.genericui
General contract of display components that can indicate success or failure.
SyntaxException - Exception in com.darwinsys.sql
 
SysDep - Class in com.darwinsys.lang
Some things that are System Dependent.
SysDep() - Constructor for class com.darwinsys.lang.SysDep
 
SystemType - Enum in com.darwinsys.util
Identify the Operating System.

T

table - Variable in class com.darwinsys.swingui.ArrayListTablePanel
The JTable itself
Tag - Class in com.darwinsys.html
A series of methods for writing HTML/XML tags.
Tag() - Constructor for class com.darwinsys.html.Tag
 
takesArgument() - Method in class com.darwinsys.lang.GetOptDesc
 
TestUtils - Class in com.darwinsys.testing
 
TestUtils() - Constructor for class com.darwinsys.testing.TestUtils
 
TextAreaOutputStream - Class in com.darwinsys.io
Simple way to "print" to a JTextArea; just say PrintStream out = new PrintStream(new TextAreaOutputStream(myTextArea)); Then out.println() et all will all appear in the TextArea.
TextAreaOutputStream(JTextArea) - Constructor for class com.darwinsys.io.TextAreaOutputStream
 
TextAreaWriter - Class in com.darwinsys.io
Simple way to "print" to a JTextArea; just say PrintWriter out = new PrintWriter(new TextAreaWriter(myTextArea)); Then out.println() et all will all appear in the TextArea.
TextAreaWriter(JTextArea) - Constructor for class com.darwinsys.io.TextAreaWriter
 
TextImageTag - Class in com.darwinsys.jsptags
TextImageServlet - draw text as a graphic, so spam twerps can't robotically harvest it, and can also be used in web forms to prevent robots from submitting the form.
TextImageTag() - Constructor for class com.darwinsys.jsptags.TextImageTag
 
tf - Variable in class com.darwinsys.swingui.Clock
 
tflz - Variable in class com.darwinsys.swingui.Clock
 
theLabel - Variable in class com.darwinsys.swingui.LabelText
The label component
theTextField - Variable in class com.darwinsys.swingui.LabelText
The text field component
toArray() - Method in class com.darwinsys.util.FixedLengthFIFO
 
toArray(T[]) - Method in class com.darwinsys.util.FixedLengthFIFO
 
toArray() - Method in class com.darwinsys.util.IndexList
Return the collection as an Array of Object
toArray(Object[]) - Method in class com.darwinsys.util.IndexList
Return the collection as an Array of newData's type
toCSV(Object, char) - Static method in class com.darwinsys.csv.CSVExport
 
toHeader(Object, char) - Static method in class com.darwinsys.csv.CSVExport
 
tokenize(String) - Method in class com.darwinsys.mail.Mailer
Convert a list of addresses to an ArrayList.
toList - Variable in class com.darwinsys.mail.Mailer
The recipient ("To:"), as Strings.
toString(List) - Static method in class com.darwinsys.csv.CSVExport
 
toString(List, char) - Static method in class com.darwinsys.csv.CSVExport
 
toString() - Method in class com.darwinsys.lang.MutableInteger
 
toString(int) - Static method in class com.darwinsys.lang.MutableInteger
 
toString() - Method in enum com.darwinsys.sql.OutputMode
 
toString() - Method in class com.darwinsys.sql.SimpleSQLConfiguration
 
toString() - Method in class com.darwinsys.sql.SQLRunner
 
toString() - Method in class com.darwinsys.unix.UnixPasswdEntry
 
toString() - Method in class com.darwinsys.util.DateRangeUIHelper.Range
 
tryAll() - Method in class com.darwinsys.regex.REDemo
 
tryCompile() - Method in class com.darwinsys.regex.REDemo
 
tryMatch() - Method in class com.darwinsys.regex.REDemo
 
txt - Variable in class com.darwinsys.io.Dumper
 

U

uncaughtException(Thread, Throwable) - Method in class com.darwinsys.io.CrawlerCallback
 
undo() - Method in interface com.darwinsys.swingui.framework.Model
 
UnixPasswdEntry - Class in com.darwinsys.unix
Structure of the readable password on a BSD system; on Linux your "mailage" may vary.
UnixPasswdEntry() - Constructor for class com.darwinsys.unix.UnixPasswdEntry
 
USAGE - Static variable in class com.darwinsys.sql.ValuePrompt
 
UtilGUI - Class in com.darwinsys.swingui
Utilities for GUI work.
UtilGUI() - Constructor for class com.darwinsys.swingui.UtilGUI
 

V

validate(String) - Method in class com.darwinsys.html.SimpleTagValidator
Validate a String that may contain HTML to ensure it contains only the tags listed in the OK list.
validWidths - Variable in class com.darwinsys.swingui.layout.EntryLayout
True if the list of widths was valid.
valueOf(String) - Static method in enum com.darwinsys.diff.DiffType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.darwinsys.genericui.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.darwinsys.sql.OutputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.darwinsys.swingui.PrefsPanel.PredefinedPanel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.darwinsys.util.SystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.darwinsys.util.Verbosity
Returns the enum constant of this type with the specified name.
ValuePrompt - Class in com.darwinsys.sql
Prompt for a value in a database.
ValuePrompt() - Constructor for class com.darwinsys.sql.ValuePrompt
 
values() - Static method in enum com.darwinsys.diff.DiffType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.darwinsys.genericui.Severity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.darwinsys.sql.OutputMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.darwinsys.swingui.PrefsPanel.PredefinedPanel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class com.darwinsys.util.PropertiesMap
Return a Collection containing the values
values() - Static method in enum com.darwinsys.util.SystemType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.darwinsys.util.Verbosity
Returns an array containing the constants of this enum type, in the order they're declared.
VariableMap - Class in com.darwinsys.util
A HashMap with Variable substitution, using ${key} syntax.
VariableMap() - Constructor for class com.darwinsys.util.VariableMap
 
VariableMap(int, float) - Constructor for class com.darwinsys.util.VariableMap
 
VariableMap(int) - Constructor for class com.darwinsys.util.VariableMap
 
VariableMap(Map<String, String>) - Constructor for class com.darwinsys.util.VariableMap
 
verbose - Variable in class com.darwinsys.mail.Mailer
The verbosity setting
Verbosity - Enum in com.darwinsys.util
 
verifySender(String, String) - Method in class com.darwinsys.mail.SmtpUtils
 
View - Interface in com.darwinsys.swingui.framework
name & purpose.
visit(File) - Method in interface com.darwinsys.io.FileHandler
 
VPAD - Static variable in class com.darwinsys.swingui.layout.EntryLayout
The default padding
vpad - Variable in class com.darwinsys.swingui.layout.EntryLayout
The actual padding
vPadding - Variable in class com.darwinsys.swingui.layout.ColumnLayout
The Y padding for this ColumnLayout

W

widthPercentages - Variable in class com.darwinsys.swingui.layout.EntryLayout
The array of widths, as decimal fractions (0.4 == 40%, etc.).
WindowCloser - Class in com.darwinsys.swingui
Deprecated. For simple closing, just use JFrame.setDefaultCloseOperation().
WindowCloser(Window) - Constructor for class com.darwinsys.swingui.WindowCloser
Deprecated. Construct a WindowCloser that doesn't exit, just closes the window
WindowCloser(Window, boolean) - Constructor for class com.darwinsys.swingui.WindowCloser
Deprecated. Construct a WindowCloser with control over whether it exits
windowClosing(WindowEvent) - Method in class com.darwinsys.swingui.WindowCloser
Deprecated. Called by AWT when the user tries to close the window
write(String, OutputStream) - Method in class com.darwinsys.graphics.JigglyTextImageWriter
generate the image and output it.
write(int) - Method in class com.darwinsys.io.TextAreaOutputStream
 
write(char[], int, int) - Method in class com.darwinsys.io.TextAreaWriter
 
write(ResultSet) - Method in class com.darwinsys.sql.ResultsDecorator
Print the contents of a ResultSet
write(ResultSet) - Method in class com.darwinsys.sql.ResultsDecoratorHTML
 
write(ResultSet) - Method in class com.darwinsys.sql.ResultsDecoratorJTable
 
write(ResultSet) - Method in class com.darwinsys.sql.ResultsDecoratorSQL
 
write(ResultSet) - Method in class com.darwinsys.sql.ResultsDecoratorText
 
write(ResultSet) - Method in class com.darwinsys.sql.ResultsDecoratorXML
 

X

X_AXIS - Static variable in class com.darwinsys.swingui.layout.ColumnLayout
Constant for X AXIS (horizontal column) alignment

Y

Y_AXIS - Static variable in class com.darwinsys.swingui.layout.ColumnLayout
Constant for Y AXIS (vertical column) alignment

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

Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.