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

A

a - Variable in class bradleyross.demonstrations.ArrayDemos
 
a - Variable in class bradleyross.library.applets.ScrollbarSample
Object for the scrollbar.
a - Variable in class bradleyross.library.applets.ScrollbarSample.secondListener
 
accept(File) - Method in class bradleyross.library.helpers.DirWalker.DirectoriesOnly
 
accept(File) - Method in class bradleyross.library.helpers.DirWalker.DummyFilter
 
accept(File) - Method in class bradleyross.library.helpers.DirWalker.FilesOnly
 
accountName - Variable in class bradleyross.library.database.DatabaseProperties
The account name to be used on the database server.
accountName - Variable in class bradleyross.library.debugging.SQLExample
 
actionPerformed(ActionEvent) - Method in class bradleyross.demonstrations.SwingDemo.MainPage.Listener
 
actionPerformed(ActionEvent) - Method in class bradleyross.library.applets.ColorsSample
The actionPerformed method is executed whenever an action is taken by the user.
actionPerformed(ActionEvent) - Method in class bradleyross.library.applets.Concentration.secondPanel
Take action when button is clicked.
actionPerformed(ActionEvent) - Method in class bradleyross.library.applets.WebSample
The actionPerformed method is executed whenever an action is taken by the user.
activeDepth - Variable in class bradleyross.common.XmlParser.MyHandler
 
activeDepth - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
activeSection - Variable in class bradleyross.common.XmlParser.MyHandler
 
activeSection - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
activeString - Variable in class bradleyross.common.XmlParser.MyHandler
 
activeString - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
addButton(String, GridBagConstraints) - Method in class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
addElement(UploadServlet.Contents) - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Adds an element to the list associated with the HTTP request.
addException(Exception) - Method in class bradleyross.j2ee.servlets.ThisPage
Adds a description of an exception to the list of messages for the error page.
addMessage(String) - Method in class bradleyross.common.communicationsWindow
This method generates a message and adds it to the log and the Sys.output character stream.
addMessage(String) - Method in class bradleyross.j2ee.servlets.ThisPage
Add a message to the list of messages for the error page.
Address - Class in bradleyross.demonstrations
See what information I can get about local system.
Address() - Constructor for class bradleyross.demonstrations.Address
 
addTerm(String, String) - Method in class bradleyross.library.database.DatabaseExtras
Add a database specific term to the list.
addText(StringBuffer, String) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
 
adjustmentValueChanged(AdjustmentEvent) - Method in class bradleyross.library.applets.Concentration.secondPanel
Action to be taken when the scrollbar is used to move within the scrolling area.
adjustmentValueChanged(AdjustmentEvent) - Method in class bradleyross.library.applets.ScrollbarSample
Method called by the system every time the position on the scrollbar is changed.
adminAccess - Variable in class bradleyross.j2ee.servlets.SessionInformation
 
alarmState - Variable in class bradleyross.j2ee.beans.ControlledObject
 
align - Variable in class bradleyross.j2ee.tags.CenterTag
Value of the attribute align for the custom tag.
angle - Variable in class bradleyross.library.applets.ScrollbarSample
Integer value indicating the angle to be used in creating the partial arc of the circle.
apacheLog(int, String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
 
apacheLogger - Variable in class bradleyross.library.helpers.ExceptionHelper
 
append(char) - Method in class bradleyross.library.helpers.GenericPrinter
Append a character.
append(CharSequence) - Method in class bradleyross.library.helpers.GenericPrinter
Append a character sequence to the output stream.
append(CharSequence, int, int) - Method in class bradleyross.library.helpers.GenericPrinter
Append a subsequence of the specified character sequence to the output stream.
appletMode - Variable in class bradleyross.library.applets.Concentration
True if class is called as a JApplet.
ArrayDemos - Class in bradleyross.demonstrations
Some demonstrations of the results of passing objects in the parameter lists of methods.
ArrayDemos() - Constructor for class bradleyross.demonstrations.ArrayDemos
 
authorized() - Method in class bradleyross.j2ee.beans.LoginBean
Determines whether the combination of user name and user password represents a valid user.
authorized - Variable in class bradleyross.j2ee.beans.SessionProperties
True if user has logged in with a valid username and password.
autoCommit - Variable in class bradleyross.library.database.DatabaseProperties
True indicates that autoCommit is set for this database connection when the connection is opened.

B

Beeper - Class in bradleyross.sound
Beeper presents a small, loopable tone that can be heard by clicking on the Code Key.
Beeper() - Constructor for class bradleyross.sound.Beeper
 
BeeperPanel - Class in bradleyross.sound
The main UI of Beeper.
BeeperPanel() - Constructor for class bradleyross.sound.BeeperPanel
Build panel for controlling tone generation.
blackButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
Object for the "black" button.
blackButton - Variable in class bradleyross.library.applets.WebSample.colorSet
Object for the "black" button.
blueButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
Object for the "blue" button.
blueButton - Variable in class bradleyross.library.applets.WebSample.colorSet
Object for the "blue" button.
Body - Class in bradleyross.j2ee.tags
Demonstration custom body tag.
Body() - Constructor for class bradleyross.j2ee.tags.Body
 
bottomWindow - Variable in class bradleyross.common.communicationsWindow
The bottomWindow TextArea is used to hold information being prepared for transmission.
boundary - Variable in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Boundary marker for multipart form
bp - Variable in class bradleyross.sound.Beeper
 
bradleyross.common - package bradleyross.common
Contains classes that provide common functions that can be reused for other Java programs.
bradleyross.demonstrations - package bradleyross.demonstrations
These are simple Java applications that are designed to be used as demonstrations of the Java language rather than as useful applications.
bradleyross.j2ee.beans - package bradleyross.j2ee.beans
These are the managed beans that are to be used with the J2EE examples.
bradleyross.j2ee.filters - package bradleyross.j2ee.filters
Filters for the demonstration applications.
bradleyross.j2ee.listeners - package bradleyross.j2ee.listeners
Listeners for demonstration applications.
bradleyross.j2ee.servlets - package bradleyross.j2ee.servlets
Demonstration servlets.
bradleyross.j2ee.tags - package bradleyross.j2ee.tags
Demonstration tags for use with Java Server Pages.
bradleyross.library - package bradleyross.library
This was intended to be some common classes for my code.
bradleyross.library.applets - package bradleyross.library.applets
These are some applets.
bradleyross.library.database - package bradleyross.library.database
These are some utility programs for using JDBC to interact with databases.
bradleyross.library.debugging - package bradleyross.library.debugging
These are some examples of how tool for debugging can be used with Java classes.
bradleyross.library.helpers - package bradleyross.library.helpers
These are various utility classes that I developed for Java programs.
bradleyross.library.helpers.tests - package bradleyross.library.helpers.tests
Test drivers for classes in bradleyross.library.helpers package.
bradleyross.library.json - package bradleyross.library.json
 
bradleyross.local.databases - package bradleyross.local.databases
These classes represent the subclasses that are for use with this specific installation.
bradleyross.opensource.jackcess - package bradleyross.opensource.jackcess
The Jackcess library is an open-source project written by Health Market Science to process Microsoft Access mdb files (Access 2000 format only).
bradleyross.opensource.jfreechart - package bradleyross.opensource.jfreechart
Examples using JFreeChart, an open-source library for plotting graphs of various types.
bradleyross.opensource.jfreechart.helpers - package bradleyross.opensource.jfreechart.helpers
Some classes I wrote to aid in generating plots using the JFreeChart library.
bradleyross.opensource.xerces - package bradleyross.opensource.xerces
The Xerces library processes XML files and is a product of the Apache group.
bradleyross.opensource.zxing - package bradleyross.opensource.zxing
These will be small programs that will demonstrate the use of the zxing open source package.
bradleyross.sound - package bradleyross.sound
Some routines for a beeper.
buildDate(String, String, String) - Method in class bradleyross.j2ee.servlets.Servlet
Construct an SQL date using the year, month, and day
buildDate(int, int, int) - Method in class bradleyross.j2ee.servlets.Servlet
Construct an SQL date using the year, month, and day
buildDate(String, String, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Construct an SQL date using the year, month, and day
buildDate(int, int, int) - Static method in class bradleyross.library.helpers.ServletHelpers
Construct an SQL date using the year, month, and day
buildErrorMessage(String, String) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generates an error message for the application.
buildEscapeDate(int, int, int) - Static method in class bradleyross.j2ee.servlets.Servlet
Build a date in the java.sql.Date escape format.
buildEscapeDate(String, String, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Build a date in the java.sql.Date escape format.
buildEscapeDate(Date) - Static method in class bradleyross.j2ee.servlets.Servlet
Generate an SQL escape date.
buildEscapeDate(int, int, int, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Build a date in the java.sql.Date escape format.
buildEscapeDate(String, String, String, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Build a date in the java.sql.Date escape format.
buildResultSet(String) - Method in class bradleyross.j2ee.servlets.PulldownList
Creates result set that is used to generate select tag.
buildResultSet() - Method in class bradleyross.j2ee.servlets.PulldownList
Creates result set that is used to generate select tag.
buildTestImage(int) - Method in class bradleyross.library.applets.Concentration
Construct a dummy image.
buttons - Variable in class bradleyross.library.applets.ColorsSample
The buttons object is the instantiation of the inner class colorSet.
buttons - Variable in class bradleyross.library.applets.WebSample
The buttons object is the instantiation of the inner class colorSet.

C

CalendarHelpers - Class in bradleyross.library.helpers
Classes for manipulating calendar dates.
CalendarHelpers() - Constructor for class bradleyross.library.helpers.CalendarHelpers
 
CalendarHelpers(TimeZone) - Constructor for class bradleyross.library.helpers.CalendarHelpers
 
CalendarHelpers(Calendar) - Constructor for class bradleyross.library.helpers.CalendarHelpers
 
caseSensitive - Variable in class bradleyross.common.processList
If false (default condition), names of pairs are processed in a case insensitive manner and all names are converted to lower case.
CCW - Static variable in interface bradleyross.library.helpers.TableInterface
Text rotated 90 degrees counter-clockwise.
CCW - Static variable in interface bradleyross.library.helpers.TableWriterInterface
Text rotated 90 degrees counter-clockwise.
cellMargin - Variable in class bradleyross.library.applets.Concentration
Distance between cells in pixels.
cellWidth - Variable in class bradleyross.library.applets.Concentration
Length of height and width of cell in pixels.
CenterTag - Class in bradleyross.j2ee.tags
This custom tag can be used to center an object on the web page horizontally.
CenterTag() - Constructor for class bradleyross.j2ee.tags.CenterTag
 
changeElement(int[], int, int) - Method in class bradleyross.demonstrations.ArrayDemos
 
changeValue(int, int) - Method in class bradleyross.demonstrations.ArrayDemos
 
characters(char[], int, int) - Method in class bradleyross.common.XmlParser.MyHandler
This method is called when text is encountered between start and end tags.
characters(char[], int, int) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
This method is called when text is encountered between start and end tags.
checkError() - Method in class bradleyross.library.helpers.GenericPrinter
Checks if an error has occurred on the output stream.
choiceBox - Variable in class bradleyross.library.applets.ScrollbarSample
 
className - Variable in class bradleyross.j2ee.tags.CenterTag
Value of the attribute className for the custom tag.
className - Variable in class bradleyross.j2ee.tags.ConvertToComment
 
clearButton - Variable in class bradleyross.library.applets.Concentration.secondPanel
Button used to clear text area.
clearTableNamePrefixes() - Method in class bradleyross.library.database.DatabaseProperties
Clears the list of table name prefix values.
clearWriter() - Method in class bradleyross.j2ee.servlets.ThisPage
Clear the contents of the StringWriter object.
clip - Variable in class bradleyross.sound.BeeperPanel
 
close() - Method in class bradleyross.library.database.DatabaseProperties
Close the database connection.
close() - Method in class bradleyross.library.helpers.GenericPrinter
Close the output stream.
closeButton - Variable in class bradleyross.common.communicationsWindow
The closeButton Button can be used to close the connection when it fails to close normally.
CodecInfo - Class in bradleyross.j2ee.servlets
 
CodecInfo() - Constructor for class bradleyross.j2ee.servlets.CodecInfo
 
ColorChoice - Variable in class bradleyross.library.applets.ColorsSample.colorSet
Integer value representing the button that was depressed.
colorChoice - Variable in class bradleyross.library.applets.ScrollbarSample.secondListener
 
ColorChoice - Variable in class bradleyross.library.applets.WebSample.colorSet
Integer value representing the button that was depressed.
colorListener - Variable in class bradleyross.library.applets.ScrollbarSample
Object listening for changes to the pull-down menu.
colorName - Variable in class bradleyross.library.applets.ScrollbarSample.secondListener
String value containing the name of the selected color.
colorPanel - Variable in class bradleyross.library.applets.ColorsSample.colorSet
Object defining the panel of buttons.
colorPanel - Variable in class bradleyross.library.applets.WebSample.colorSet
Object defining the panel of buttons.
ColorsSample - Class in bradleyross.library.applets
Demonstrates the use of buttons to change the colors on the items in a graphic item.
ColorsSample() - Constructor for class bradleyross.library.applets.ColorsSample
 
ColorsSample.colorSet - Class in bradleyross.library.applets
The inner class colorSet represents the buttons in the panel which the user sees.
ColorsSample.colorSet() - Constructor for class bradleyross.library.applets.ColorsSample.colorSet
This is the constructor for the colorSet class which defines the buttons.
colsCurrent - Variable in class bradleyross.common.communicationsWindow
The number of columns in the TextArea objects currently.
colsLarger - Variable in class bradleyross.common.communicationsWindow
The number of columns in the TextArea objects if the window is made wider.
colsSmaller - Variable in class bradleyross.common.communicationsWindow
The number of columns in the TextArea objects if the window is made narrower.
columnCount - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Number of columns in result set
columnCount - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Number of columns in result set
columnCount - Variable in class bradleyross.library.helpers.WebTable
 
columns - Variable in class bradleyross.library.database.TableHelper
List of column names and the data types as defined in java.sql.Types.
combinedTime - Static variable in class bradleyross.library.helpers.FileHelpers
Timeout for entire transfer in milliseconds.
comment(String) - Method in class bradleyross.library.database.DatabaseProperties
Returns the parameter as a DDL comment if the database is of a type that allows comments in DDL statements.
commit() - Method in class bradleyross.library.database.DatabaseProperties
Execute a commit statement for the SQL connection.
communicationsWindow - Class in bradleyross.common
This class opens a window for communications with a port on another system.
communicationsWindow(String) - Constructor for class bradleyross.common.communicationsWindow
 
Concentration - Class in bradleyross.library.applets
Concentration game.
Concentration(int, int) - Constructor for class bradleyross.library.applets.Concentration
Constructor .
Concentration() - Constructor for class bradleyross.library.applets.Concentration
 
Concentration.GamePanel - Class in bradleyross.library.applets
Playing area for the Concentration game.
Concentration.GamePanel() - Constructor for class bradleyross.library.applets.Concentration.GamePanel
The constructor for GamePanel instantiates the individual tiles on the game panel.
Concentration.ImageInstance - Class in bradleyross.library.applets
Instance of a BufferedImage for use with the game.
Concentration.ImageInstance(File) - Constructor for class bradleyross.library.applets.Concentration.ImageInstance
 
Concentration.ImageInstance(BufferedImage) - Constructor for class bradleyross.library.applets.Concentration.ImageInstance
 
Concentration.ImageInstance(int, int, File) - Constructor for class bradleyross.library.applets.Concentration.ImageInstance
Deprecated. 
Concentration.secondPanel - Class in bradleyross.library.applets
Panel for displaying diagnostic listings when debugLevel greater than 0.
Concentration.secondPanel() - Constructor for class bradleyross.library.applets.Concentration.secondPanel
 
Concentration.Tile - Class in bradleyross.library.applets
These are the individual squares for the game.
Concentration.Tile(int) - Constructor for class bradleyross.library.applets.Concentration.Tile
 
Concentration.Tile() - Constructor for class bradleyross.library.applets.Concentration.Tile
 
config - Variable in class bradleyross.j2ee.servlets.CsvWriter
ServletConfig object as passed to the init method.
config - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
ServletConfig object as passed to the init method.
config - Variable in class bradleyross.j2ee.servlets.GetFile
ServletConfig object as passed to the init method.
config - Variable in class bradleyross.j2ee.servlets.GetWebPage
ServletConfig object as passed to the init method.
config - Variable in class bradleyross.j2ee.servlets.Servlet
Information on the configuration of the servlet.
config - Variable in class bradleyross.j2ee.servlets.ThisPage
Servlet configuration.
config - Variable in class bradleyross.j2ee.servlets.UploadServlet
ServletConfig object for servlet.
connect() - Method in class bradleyross.library.database.DatabaseProperties
Open the database connection.
connection - Variable in class bradleyross.library.database.DatabaseProperties
The object representing the connection to the database.
connectionString - Variable in class bradleyross.library.database.DatabaseProperties
The connection string to be used to connect to the database using JDBC (Java DataBase Connectivity)
connectionString - Variable in class bradleyross.library.debugging.SQLExample
 
connectTimeout - Static variable in class bradleyross.library.helpers.FileHelpers
Length of time allowed for connect operations.
contentPane - Variable in class bradleyross.library.applets.Concentration
Main panel for the game.
contents - Variable in class bradleyross.j2ee.servlets.ThisPage
The byte array contains the contents of the document to be displayed.
context - Variable in class bradleyross.j2ee.servlets.GetFile
ServletContext object containing information for the entire web application.
context - Variable in class bradleyross.j2ee.servlets.GetWebPage
ServletContext object containing information for the entire web application.
context - Variable in class bradleyross.j2ee.servlets.ThisPage
Application (context) configuration.
context - Variable in class bradleyross.library.applets.WebSample
 
contextDestroyed(ServletContextEvent) - Method in class bradleyross.j2ee.listeners.SampleListener
Method to be executed when context is destroyed.
contextInitialized(ServletContextEvent) - Method in class bradleyross.j2ee.listeners.SampleListener
Method to be executed when context is initialized.
ControlledObject - Class in bradleyross.j2ee.beans
This will represent an object that is controlled or monitored by the system.
ControlledObject() - Constructor for class bradleyross.j2ee.beans.ControlledObject
 
ConvertToComment - Class in bradleyross.j2ee.tags
This is a demonstration action that converts the material between the start and end tags to escaped text and displays it on the output page.
ConvertToComment() - Constructor for class bradleyross.j2ee.tags.ConvertToComment
 
cookie - Variable in class bradleyross.j2ee.beans.RequestProperties
Implicit object.
copyFile(File, File) - Static method in class bradleyross.library.helpers.FileHelpers
Copy a file.
copyFile(String, String) - Static method in class bradleyross.library.helpers.FileHelpers
Copy a file.
count - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
Number of directories that have been retrieved using next.
count - Variable in class bradleyross.library.helpers.DirWalker.LocalIterator
 
counter - Variable in class bradleyross.library.applets.Concentration.Tile
ID value for tile.
cp - Variable in class bradleyross.sound.ToneGenerator
 
createLogEntry(String) - Method in class bradleyross.j2ee.servlets.GetFile
Place a record in the log file.
createLogEntry(String, int) - Method in class bradleyross.j2ee.servlets.GetFile
Place a record in the log file.
createLogEntry(String, Throwable, int) - Method in class bradleyross.j2ee.servlets.GetFile
Place a message in the log file.
createLogEntry(String) - Method in class bradleyross.j2ee.servlets.GetWebPage
 
createLogEntry(String, int) - Method in class bradleyross.j2ee.servlets.GetWebPage
 
createLogEntry(String, Throwable, int) - Method in class bradleyross.j2ee.servlets.GetWebPage
 
createRandomOrder(int) - Static method in class bradleyross.library.helpers.RandomHelpers
Create an array with the integers from 0 to value-1 in a random order.
CsvWriter - Class in bradleyross.j2ee.servlets
Serves as a template for writing servlets that display the contains of a java.sql.ResultSet object as a CSV (comma separated values) page.
CsvWriter() - Constructor for class bradleyross.j2ee.servlets.CsvWriter
 
CsvWriter.Instance - Class in bradleyross.j2ee.servlets
Encapsulates methods and properties for a given instance of the service method.
CsvWriter.Instance(HttpServletRequest, HttpServletResponse) - Constructor for class bradleyross.j2ee.servlets.CsvWriter.Instance
 
csvWriter2 - Class in bradleyross.j2ee.servlets
Deprecated. 
csvWriter2() - Constructor for class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
 
current() - Method in class bradleyross.library.helpers.DirWalker.Level
 
currentDir - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
 
currentLevel - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
 
CW - Static variable in interface bradleyross.library.helpers.TableInterface
Text rotated 90 degrees clockwise.
CW - Static variable in interface bradleyross.library.helpers.TableWriterInterface
Text rotated 90 degrees clockwise.
cyanButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
cyanButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton

D

darkGrayButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
darkGrayButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
data - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Object containing database connection information.
data - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Object containing database connection information.
data - Variable in class bradleyross.j2ee.servlets.PulldownList
Object containing database connection properties.
data - Variable in class bradleyross.j2ee.servlets.ThisPage
Used to pass information on database connection.
data - Variable in class bradleyross.library.database.ShowObjects
 
data - Variable in class bradleyross.library.database.TableHelper
Object containing information for connecting to database.
data - Variable in class bradleyross.library.helpers.ServletHelpers
 
databaseAccount - Variable in class bradleyross.j2ee.servlets.SessionInformation
 
databaseAccount - Variable in class bradleyross.j2ee.servlets.ShowSchema
Name of account to be used for database connection.
databaseClass - Variable in class bradleyross.j2ee.servlets.ShowSchema
Class for handling database.
databaseClassName - Variable in class bradleyross.j2ee.servlets.ShowSchema
Name of class for handling database.
databaseCode - Variable in class bradleyross.library.database.ExtrasRegistration.Item
Character string that identifies the type of database.
databaseCode - Variable in class bradleyross.library.database.Oracle
 
DatabaseConnection - Class in bradleyross.local.databases
Information for connecting to databases on my laptop.
DatabaseConnection() - Constructor for class bradleyross.local.databases.DatabaseConnection
 
DatabaseConnection(String) - Constructor for class bradleyross.local.databases.DatabaseConnection
Constructor specifying database to be used.
DatabaseConnection(String, String) - Constructor for class bradleyross.local.databases.DatabaseConnection
Constructor specifying database and database account to be used.
databaseDescription - Variable in class bradleyross.j2ee.servlets.ShowSchema
Description of database.
DatabaseExceptions - Class in bradleyross.j2ee.servlets
 
DatabaseExceptions() - Constructor for class bradleyross.j2ee.servlets.DatabaseExceptions
 
DatabaseExtras - Class in bradleyross.library.database
Template for database specific methods.
DatabaseExtras() - Constructor for class bradleyross.library.database.DatabaseExtras
The objects automatically register themselves when instantiated.
DatabaseInstance - Class in bradleyross.library.database
 
DatabaseInstance() - Constructor for class bradleyross.library.database.DatabaseInstance
 
databasePassword - Variable in class bradleyross.j2ee.servlets.SessionInformation
 
DatabaseProperties - Class in bradleyross.library.database
Supports usage of databases via JDBC (Java DataBase Connection) protocol.
DatabaseProperties() - Constructor for class bradleyross.library.database.DatabaseProperties
Constructor using a default system and account name.
DatabaseProperties(String) - Constructor for class bradleyross.library.database.DatabaseProperties
Constructor specifying identifier for system and using a default account name.
DatabaseProperties(String, String) - Constructor for class bradleyross.library.database.DatabaseProperties
Constructor specifying system and account name.
databaseSystem - Variable in class bradleyross.j2ee.servlets.ShowSchema
Name of system for database connection.
dataclassName - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
Name of the java.sql or java.lang class that is used to represent the information in this column.
DataGenerator - Class in bradleyross.opensource.jfreechart.helpers
Creates sets of sample data for testing of the JFreeChart product.
DataGenerator() - Constructor for class bradleyross.opensource.jfreechart.helpers.DataGenerator
Since all of the methods are static, the constructor should never be used.
DateHelpers - Class in bradleyross.library.helpers
Utility functions for processing dates and times.
DateHelpers() - Constructor for class bradleyross.library.helpers.DateHelpers
Since all of the methods are static, the constructor should never be used.
DB2 - Class in bradleyross.library.database
Subclass of DatabaseExtras for the DB2 database server.
DB2() - Constructor for class bradleyross.library.database.DB2
 
DEBUG - Static variable in class bradleyross.library.helpers.ExceptionHelper
 
debug(String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for debug messages.
debug(String) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for debug messages.
debug(List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for debug messages.
debug(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for debug messages.
debug(String[], Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for debug messages.
debug(String[]) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for debug messages.
debugFrame - Variable in class bradleyross.library.applets.Concentration
Optional frame for displaying diagnostic information.
debugLevel - Variable in class bradleyross.common.communicationsWindow
Determines amount of diagnostic material to be printed.
debugLevel - Variable in class bradleyross.common.httpHelper
Controls amount of diagnostic output.
debugLevel - Variable in class bradleyross.common.processList
Controls amount of diagnostic output.
debugLevel - Variable in class bradleyross.common.sqlHelper
Determines amount of intermediate diagnostic messages to be printed.
debugLevel - Variable in class bradleyross.common.XmlParser
Amount of diagnostic listing to be generated.
debugLevel - Variable in class bradleyross.j2ee.servlets.ThisPage
Controls amount of diagnostic output.
debugLevel - Static variable in class bradleyross.j2ee.servlets.UploadServlet
Used to control amount of debugging output.
debugLevel - Variable in class bradleyross.library.applets.Concentration
Controls amount of diagnostic output.
debugLevel - Variable in class bradleyross.library.database.DatabaseProperties
Amount of diagnostic messages.
debugLevel - Variable in class bradleyross.library.helpers.CalendarHelpers
Controls amount of intermediate output to aid in software development and diagnostices.
debugLevel - Variable in class bradleyross.library.helpers.DirWalker
Controls amount of diagnostic listing.
debugLevel - Static variable in class bradleyross.library.helpers.FileHelpers
Determines quantity of diagnostic output to be generated.
debugLevel - Static variable in class bradleyross.library.helpers.RandomHelpers
Controls amount of diagnostic listings.
debugLevel - Variable in class bradleyross.library.helpers.SpreadsheetHelpers
Controls amount of diagnostic messages to be generated.
debugLevel - Variable in class bradleyross.library.helpers.WebTable
 
debugLevel - Variable in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
 
debugLevel - Variable in class bradleyross.opensource.xerces.XmlParser
Amount of diagnostic listing to be generated.
debugPanel - Variable in class bradleyross.library.applets.Concentration
Panel containing text area with debugging information.
decimalFormat - Variable in class bradleyross.sound.BeeperPanel
 
decodeDataType(DataType) - Static method in class bradleyross.opensource.jackcess.helpers
Returns a string object representing the value of a value belonging to the DataType class.
decodeSqlType(int) - Static method in class bradleyross.library.database.DatabaseProperties
Decode the values of constants in java.sql.TYPES to String values.
defaultCatalog - Variable in class bradleyross.library.database.DatabaseProperties
Default catalog for methods allowing the use of a default value.
defaultEngine - Variable in class bradleyross.library.database.DatabaseProperties
When creating MySQL tables, this field can be used by the getEngineClause to add the ENGINE statement to CREATE TABLE statements.
defaultSchema - Variable in class bradleyross.library.database.DatabaseProperties
Default schema for methods allowing the use of a default value.
DefaultTag - Class in bradleyross.j2ee.tags
The goal is to produce a tag class that can be used in a variety of circumstances.
DefaultTag() - Constructor for class bradleyross.j2ee.tags.DefaultTag
 
depth - Variable in class bradleyross.common.XmlParser.MyHandler
 
depth - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
Depth of the search tree.
depth - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
descLocation - Variable in class bradleyross.library.applets.Concentration.ImageInstance
URL indicating the location of the web page describing the image on the tile.
destroy() - Method in class bradleyross.j2ee.filters.ExampleFilter
 
destroy() - Method in class bradleyross.j2ee.servlets.CsvWriter
Called by the servlet container when the servlet object is being taken out of service.
destroy() - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
 
destroy() - Method in class bradleyross.j2ee.servlets.FileSample
 
destroy() - Method in class bradleyross.j2ee.servlets.firstServlet
 
destroy() - Method in class bradleyross.j2ee.servlets.GetFile
Run when object for processing servlet is no longer needed and is destroyed.
destroy() - Method in class bradleyross.j2ee.servlets.GetWebPage
Run when object for processing servlet is no longer needed and is destroyed.
destroy() - Method in class bradleyross.j2ee.servlets.ServletSample
 
destroy() - Method in class bradleyross.j2ee.servlets.TestSpreadsheetHelpers
 
dir - Variable in class bradleyross.library.helpers.DirWalker.LocalIterator
 
directories - Variable in class bradleyross.library.helpers.DirWalker
Instance of iterator for going through directories.
directoriesOnly - Variable in class bradleyross.library.helpers.DirWalker
Instance of directories only file filter.
directory(String) - Static method in class bradleyross.j2ee.servlets.FileSample
 
dirs - Variable in class bradleyross.library.helpers.DirWalker.Level
 
DirWalker - Class in bradleyross.library.helpers
Generates an Iterator that will contain all of the files belonging to a directory file structure.
DirWalker(File) - Constructor for class bradleyross.library.helpers.DirWalker
Constructor that results in list of all files that are children of root directory.
DirWalker(File, FileFilter) - Constructor for class bradleyross.library.helpers.DirWalker
Constructor that results in a list that contains all files that are descendants of the root directory and satisfy the conditions contained in the file filter.
DirWalker.DirectoriesOnly - Class in bradleyross.library.helpers
FileFilter that only accepts directories.
DirWalker.DirectoriesOnly() - Constructor for class bradleyross.library.helpers.DirWalker.DirectoriesOnly
 
DirWalker.DirIterator - Class in bradleyross.library.helpers
This iterates through the directories.
DirWalker.DirIterator(File) - Constructor for class bradleyross.library.helpers.DirWalker.DirIterator
Constructor using depth first search.
DirWalker.DummyFilter - Class in bradleyross.library.helpers
Dummy file filter that accepts all files and directories.
DirWalker.DummyFilter() - Constructor for class bradleyross.library.helpers.DirWalker.DummyFilter
 
DirWalker.FilesOnly - Class in bradleyross.library.helpers
FileFilter that only accepts files.
DirWalker.FilesOnly() - Constructor for class bradleyross.library.helpers.DirWalker.FilesOnly
 
DirWalker.Level - Class in bradleyross.library.helpers
This represents a level at a single depth in the tree search.
DirWalker.Level(File) - Constructor for class bradleyross.library.helpers.DirWalker.Level
 
DirWalker.LocalIterator - Class in bradleyross.library.helpers
Iterator returning the files in a directory.
DirWalker.LocalIterator(File) - Constructor for class bradleyross.library.helpers.DirWalker.LocalIterator
 
displayEntries() - Method in class bradleyross.library.database.TableHelper
Display contents of internal tables for diagnostic purposes.
doEndTag() - Method in class bradleyross.j2ee.tags.Body
 
doEndTag() - Method in class bradleyross.j2ee.tags.CenterTag
Writes test for the JSP when the closing tag for the custom tag is encountered.
doEndTag() - Method in class bradleyross.j2ee.tags.ConvertToComment
Actions to be carried out when end tag is encountered.
doEndTag() - Method in class bradleyross.j2ee.tags.DefaultTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class bradleyross.j2ee.filters.ExampleFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.DatabaseExceptions
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.library.json.StatesJson
 
domainName - Variable in class bradleyross.library.database.DatabaseProperties
Domain name for the system containing the database.
domainName - Variable in class bradleyross.library.debugging.SQLExample
 
done - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
Set to true after the last directory has been retrieved using the next method.
done - Variable in class bradleyross.library.helpers.DirWalker
Set to true when no more items to be returned.
done - Variable in class bradleyross.library.helpers.DirWalker.Level
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.library.json.StatesJson
 
doStartTag() - Method in class bradleyross.j2ee.tags.Body
 
doStartTag() - Method in class bradleyross.j2ee.tags.CenterTag
Writes text for the JSP (Java Server Page) when the opening tag of the custom tag is encountered.
doStartTag() - Method in class bradleyross.j2ee.tags.DefaultTag
 
doubleCell(String, String) - Method in class bradleyross.j2ee.servlets.firstServlet
 
doubleDoubleQuotes(String) - Static method in class bradleyross.library.helpers.ServletHelpers
Replace occurrences of double quotes with two double quote characters.
doubleEscapeHTML(String) - Static method in class bradleyross.library.helpers.StringHelpers
Carry out the HTML escaping of a string twice.
doubleEscapeHTML(String, String) - Static method in class bradleyross.library.helpers.StringHelpers
Carry out the HTML escaping of a string twice.
doubleEscapeHTML(ResultSet, String, String) - Static method in class bradleyross.library.helpers.StringHelpers
Carry out the HTML escaping of a string twice.
DOWNLOAD - Static variable in class bradleyross.j2ee.servlets.ThisPage
Indicates that the document should be downloaded to the client machine.
DownloadItem - Class in bradleyross.j2ee.servlets
Superclass for classes downloading files from the server.
DownloadItem() - Constructor for class bradleyross.j2ee.servlets.DownloadItem
 
driver - Variable in class bradleyross.library.database.DatabaseProperties
 
dumpResultSet(ResultSet, String, PrintWriter) - Method in class bradleyross.library.database.DatabaseProperties
Dumps a result set to a PrintWriter object
dumpResultSet(ResultSet, String, PrintStream) - Method in class bradleyross.library.database.DatabaseProperties
Dumps a result set to a PrintStream object
dumpResultSet(ResultSet, String, GenericPrinter) - Method in class bradleyross.library.database.DatabaseProperties
Dumps a result set as a set of INSERT SQL statements.
dumpTable(String, PrintWriter) - Method in class bradleyross.library.database.DatabaseProperties
Dump contents of database table to PrintWriter object.
dumpTable(String, PrintStream) - Method in class bradleyross.library.database.DatabaseProperties
Dump contents of database to PrintStream object
dumpTable(String, String, PrintWriter, PrintStream) - Method in class bradleyross.library.database.DatabaseProperties
Dumps the contents of a table as a series of SQL statements.
dumpTable(String, String, GenericPrinter) - Method in class bradleyross.library.database.DatabaseProperties
 

E

EchoBack - Class in bradleyross.j2ee.servlets
This is a dummy servlet that echoes back the parameters passed in the HTTP transaction.
EchoBack() - Constructor for class bradleyross.j2ee.servlets.EchoBack
 
endDate - Variable in class bradleyross.j2ee.servlets.ThisPage
Ending date of date range.
endDocument() - Method in class bradleyross.common.XmlParser.MyHandler
Called by the parser when the end of the document is encountered.
endDocument() - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called by the parser when the end of the document is encountered.
endElement(String, String, String) - Method in class bradleyross.common.XmlParser.MyHandler
Called when an end tag is encountered.
endElement(String, String, String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called when an end tag is encountered.
ender(Servlet.ThisPage) - Method in class bradleyross.j2ee.servlets.Servlet
Processing after calling processor method.
ender(UploadServlet.ThisPage) - Method in class bradleyross.j2ee.servlets.UploadServlet
Perform common operations on the contents of the request packet to be carried out after running the main program.
endOfDay(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the end of a day containing a specified time
endOfHour(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the end of an hour containing a specified time
endOfMinute(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the end of a minute containing a specified time
endOfPacket - Variable in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
True if final part of request has been processed.
endPrefixMapping(String) - Method in class bradleyross.common.XmlParser.MyHandler
Called when prefix mapping is ended.
endPrefixMapping(String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called when prefix mapping is ended.
endSheet() - Method in interface bradleyross.library.helpers.TableWriterInterface
 
endWorkbook() - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Generates the ending string for an Excel Workbook in XML format.
endWorksheet() - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Generate the XML text to appear at the end of a spreadsheet within the workbook.
endWorksheet(int, int) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
 
ERROR - Static variable in class bradleyross.library.helpers.ExceptionHelper
 
error(String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for error messages.
error(String) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for error messages.
error(List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for error messages.
error(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for error messages.
error(String[], Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for error messages.
error(String[]) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for error messages.
errorMessage() - Method in class bradleyross.j2ee.servlets.ThisPage
Generates an error page based on the calls to the addMessage and addException methods.
errorMessage - Static variable in class bradleyross.library.applets.ColorsSample
 
errorMessage - Static variable in class bradleyross.library.applets.WebSample
 
errorMessages - Variable in class bradleyross.j2ee.servlets.ShowSchema
List of warning or error messages generated by this application.
escape(String) - Static method in class bradleyross.library.helpers.HtmlHelpers
Replace the characters ampersand, less than, and greater than with literal strings so that they are not interpreted as HTML control characters.
escapeDoubleQuotes(String) - Static method in class bradleyross.library.helpers.ServletHelpers
Replace occurrences of double quotes with a back slash followed by a double quote.
escapeHTML(String) - Static method in class bradleyross.library.helpers.StringHelpers
Replace less than signs, greater than signs, and ampersands in a string with their HTML representations.
escapeHTML(String, String) - Static method in class bradleyross.library.helpers.StringHelpers
Replace less than signs, greater than signs, and ampersands in a string with their HTML representations.
escapeHTML(ResultSet, String, String) - Static method in class bradleyross.library.helpers.StringHelpers
Processes special characters in HTML code so that it will not be interpreted by browser as commands.
escapeHTML(ResultSet, String) - Static method in class bradleyross.library.helpers.StringHelpers
Processes special characters in HTML code so that it will not be interpreted by browser as commands.
ExampleFilter - Class in bradleyross.j2ee.filters
Sample filter writing to log.
ExampleFilter() - Constructor for class bradleyross.j2ee.filters.ExampleFilter
 
ExceptionHelper - Class in bradleyross.library.helpers
An attempt to write a generic exception logger that will provide both the location of the exception and the location of the log request.
ExceptionHelper(Logger) - Constructor for class bradleyross.library.helpers.ExceptionHelper
 
ExceptionHelper(Logger) - Constructor for class bradleyross.library.helpers.ExceptionHelper
 
ExceptionHelper.DummyExceptionProcessor - Class in bradleyross.library.helpers
An implementation of ExceptionProcessor can be used to customize the log messages for various types of exceptions.
ExceptionHelper.DummyExceptionProcessor() - Constructor for class bradleyross.library.helpers.ExceptionHelper.DummyExceptionProcessor
 
ExceptionHelper.Tester - Class in bradleyross.library.helpers
Demonstrates many of the features of the ExceptionHelper class.
ExceptionHelper.Tester(ExceptionHelper) - Constructor for class bradleyross.library.helpers.ExceptionHelper.Tester
 
ExceptionProcessor - Interface in bradleyross.library.helpers
Interface for class providing extra information on exceptions.
executeQuery(String) - Method in class bradleyross.library.database.DatabaseProperties
This class executes an SQL query and returns a ResultSet.
executeSimpleQuery(String) - Method in class bradleyross.library.database.DatabaseProperties
This class reads the first field on the first record from an SQL Query.
executeUpdate(String) - Method in class bradleyross.library.database.DatabaseProperties
Execute SQL statement without returning results.
extra - Variable in class bradleyross.j2ee.servlets.DatabaseExceptions
 
extra - Variable in class bradleyross.library.helpers.ExceptionHelper
This object can be used to provide extra processing of various exception subclasses.
extractBoundary(HttpServletRequest) - Method in class bradleyross.j2ee.servlets.UploadServlet
Extracts the value of the boundary string from the header.
extras - Variable in class bradleyross.library.database.DatabaseProperties
Used to represent associated DatabaseExtras object.
extrasName - Variable in class bradleyross.library.database.ExtrasRegistration.Item
Name of the DatabaseExtras subclass that handles the database specific properties.
ExtrasRegistration - Class in bradleyross.library.database
Provide for registration of DatabaseExtras subclasses.
ExtrasRegistration() - Constructor for class bradleyross.library.database.ExtrasRegistration
 
ExtrasRegistration.Item - Class in bradleyross.library.database
Contains registration information for a subclass of DatabaseExtras
ExtrasRegistration.Item(DatabaseExtras) - Constructor for class bradleyross.library.database.ExtrasRegistration.Item
This object is instantiated when the DatabaseExtras object calls the register method below.

F

facesContext - Variable in class bradleyross.j2ee.beans.RequestProperties
Implicit object.
FATAL - Static variable in class bradleyross.library.helpers.ExceptionHelper
 
fatal(String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for fatal messages.
fatal(String) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for fatal messages.
fatal(List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for fatal messages.
fatal(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for fatal messages.
fatal(String[], Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for fatal messages.
fatal(String[]) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for fatal messages.
FileHelpers - Class in bradleyross.library.helpers
Methods to read and write files designed to be used within other programs.
FileHelpers() - Constructor for class bradleyross.library.helpers.FileHelpers
Since all of the methods and fields are static, the constructor should never be used.
fileName - Variable in class bradleyross.j2ee.servlets.ThisPage
File name to be associated with the download.
filename - Variable in class bradleyross.j2ee.servlets.UploadServlet.Contents
Filename associated with the part.
fileRoot - Variable in class bradleyross.j2ee.servlets.GetFile
Name of root directory for reading files.
fileRoot - Variable in class bradleyross.j2ee.servlets.GetWebPage
Name of root directory for reading files.
fileRootParameter - Variable in class bradleyross.j2ee.servlets.GetFile
Name of parameter containing the location of the document root.
fileRootParameter - Variable in class bradleyross.j2ee.servlets.GetWebPage
Name of parameter containing the location of the document root.
files - Variable in class bradleyross.library.helpers.DirWalker
Instance of iterator for going through files in directory.
files - Variable in class bradleyross.library.helpers.DirWalker.LocalIterator
 
FileSample - Class in bradleyross.j2ee.servlets
Sample program to get listing of files in directory (Needs work to become more generic).
FileSample() - Constructor for class bradleyross.j2ee.servlets.FileSample
 
filesOnly - Variable in class bradleyross.library.helpers.DirWalker
Instance of files only file filter.
filter - Variable in class bradleyross.library.helpers.DirWalker
FileFilter to be applied against files before returning through iterator.
filterConfig - Variable in class bradleyross.j2ee.filters.ExampleFilter
 
finishRow() - Method in class bradleyross.library.helpers.WebTable
 
finishTable() - Method in interface bradleyross.library.helpers.TableInterface
 
finishTable() - Method in class bradleyross.library.helpers.WebTable
 
First - Class in bradleyross.opensource.jfreechart
Example of a pie chart from the installation notes.
First() - Constructor for class bradleyross.opensource.jfreechart.First
 
firstCell(String) - Method in class bradleyross.j2ee.servlets.firstServlet
 
firstLocation - Variable in class bradleyross.library.applets.Concentration.ImageInstance
Index in Concentration.tileList of first location of image.
firstServlet - Class in bradleyross.j2ee.servlets
This is a simple example of a Java servlet.
firstServlet() - Constructor for class bradleyross.j2ee.servlets.firstServlet
 
firstShowing - Variable in class bradleyross.library.applets.Concentration
Index in tileList of first tile displaying picture.
firstTest - Static variable in class bradleyross.opensource.xerces.RunXmlParser
 
fixDirs(File) - Static method in class bradleyross.library.helpers.FileHelpers
Checks to see if directories for a file exist, and then creates directories as appropriate.
fixDirs(String) - Static method in class bradleyross.library.helpers.FileHelpers
Checks to see if directories for a file exist, and then creates directories as appropriate.
flush() - Method in class bradleyross.library.helpers.GenericPrinter
Flush the output stream.
font - Variable in class bradleyross.library.applets.ColorsSample
 
format(Date, StringBuffer, FieldPosition) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
Returns a StringBuffer containing N or M to represent noon and midnight in the time axis of the chart.
formatCell(Object, int) - Method in interface bradleyross.library.helpers.TableInterface
 
formatCell(Object) - Method in class bradleyross.library.helpers.WebTable
 
formatCell(Object, int) - Method in class bradleyross.library.helpers.WebTable
 
formatDataRow(Object...) - Method in interface bradleyross.library.helpers.TableInterface
 
formatDataRow(ResultSet) - Method in interface bradleyross.library.helpers.TableInterface
 
formatDataRow(Object...) - Method in class bradleyross.library.helpers.WebTable
 
formatDataRow(ResultSet) - Method in class bradleyross.library.helpers.WebTable
 
formatDateTime(Date) - Method in class bradleyross.j2ee.servlets.CsvWriter
Alternate calling sequence, leaving out the column number
formatDateTime(Date, int) - Method in class bradleyross.j2ee.servlets.CsvWriter
Formatter for values involving date and time.
formatDateTime(Date) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Alternate calling sequence, leaving out the column number
formatDateTime(Date, int) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Formatter for values involving date and time.
formatDouble(double) - Method in class bradleyross.j2ee.servlets.CsvWriter
Alternate calling sequence, leaving out the column number.
formatDouble(double, int) - Method in class bradleyross.j2ee.servlets.CsvWriter
Formatter for floating point numbers.
formatDouble(double) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Alternate calling sequence, leaving out the column number.
formatDouble(double, int) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Formatter for floating point numbers.
formatElapsedTime(long) - Static method in class bradleyross.library.helpers.ServletHelpers
This method is intended to help in showing the elapsed time for generating a page.
formatHeaderRow(Object...) - Method in interface bradleyross.library.helpers.TableInterface
 
formatHeaderRow(ResultSet) - Method in interface bradleyross.library.helpers.TableInterface
 
formatHeaderRow(Object...) - Method in class bradleyross.library.helpers.WebTable
 
formatHeaderRow(ResultSet) - Method in class bradleyross.library.helpers.WebTable
 
formatInteger(int) - Method in class bradleyross.j2ee.servlets.CsvWriter
Alternate calling sequence, omitting the column number.
formatInteger(int, int) - Method in class bradleyross.j2ee.servlets.CsvWriter
Formatter for integer values.
formatInteger(int) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Alternate calling sequence, omitting the column number.
formatInteger(int, int) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Formatter for integer values.
formatString(String) - Method in class bradleyross.j2ee.servlets.CsvWriter
Method of calling formatString when it doesn't depend on the column in the result set.
formatString(String, int) - Method in class bradleyross.j2ee.servlets.CsvWriter
Double up on all double quotes in string and surround the string with double quotes so that it will be in the proper format for the CSV file.
formatString(String) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Method of calling formatString when it doesn't depend on the column in the result set.
formatString(String, int) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Double up on all double quotes in string and surround the string with double quotes so that it will be in the proper format for the CSV file.
frame - Variable in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
frame - Variable in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
frame - Variable in class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
frame - Variable in class bradleyross.demonstrations.SwingDemo.MainPage
 
FrameHelpers - Class in bradleyross.library.helpers
A set of classes to be used in building frames for other applications.
FrameHelpers() - Constructor for class bradleyross.library.helpers.FrameHelpers
 
framesPerWavelength - Variable in class bradleyross.sound.BeeperPanel
 
frequency - Variable in class bradleyross.sound.BeeperPanel
 

G

game - Variable in class bradleyross.library.applets.Concentration
Object containing the game panel.
gamePanel - Variable in class bradleyross.library.applets.Concentration
Panel containing the actual game.
generateSine(String, long, long, long, double, double) - Static method in class bradleyross.opensource.jfreechart.helpers.DataGenerator
Generate data according to a sine wave.
generateSine(String, long, long, long, double, double, Date) - Static method in class bradleyross.opensource.jfreechart.helpers.DataGenerator
Generate data according to a sine wave.
generateTone() - Method in class bradleyross.sound.BeeperPanel
Generates a tone, and assigns it to the Clip.
generateWorksheetHeader(ResultSet, ResultSetMetaData, String) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Generate header line for spreadsheet.
GenericPrinter - Class in bradleyross.library.helpers
Allows a single set of code to output results to StringWriter, PrintStream and PrintWriter objects by providing a common wrapper.
GenericPrinter(PrintWriter) - Constructor for class bradleyross.library.helpers.GenericPrinter
Create printer for PrintWriter object
GenericPrinter(PrintStream) - Constructor for class bradleyross.library.helpers.GenericPrinter
Create printer for PrintStream object.
GenericPrinter(StringWriter) - Constructor for class bradleyross.library.helpers.GenericPrinter
Create printer for StringWriter object.
getAccountName() - Method in class bradleyross.library.database.DatabaseProperties
Return the account name used for the database connection.
getAdminAccess() - Method in class bradleyross.j2ee.servlets.SessionInformation
Get the value of adminAccess.
getAlarmState() - Method in class bradleyross.j2ee.beans.ControlledObject
 
getAlign() - Method in class bradleyross.j2ee.tags.CenterTag
Returns the value of the attribute align for the custom tag.
getAuthorized() - Method in class bradleyross.j2ee.beans.SessionProperties
 
getBoundary() - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Obtains value of boundary marker
getByteArray(String) - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Return the contents of one of the elements as a byte array.
getBytes(URL, File) - Static method in class bradleyross.library.helpers.FileHelpers
Read the contents of a URL into a file, passing the data as byte (binary) stream.
getBytes(File, OutputStream) - Static method in class bradleyross.library.helpers.FileHelpers
Read the contents of a a file and then sends the data to a OutputStream object.
getBytes(URL, OutputStream) - Static method in class bradleyross.library.helpers.FileHelpers
Read the contents of a a URL and then sends the data to a OutputStream object.
getByteValue(double) - Static method in class bradleyross.sound.BeeperPanel
Provides the byte value for this point in the sinusoidal wave.
getClassName() - Method in class bradleyross.j2ee.tags.CenterTag
Returns the value of the attribute className for the custom tag.
getClassName() - Method in class bradleyross.j2ee.tags.ConvertToComment
 
getClassName() - Method in class bradleyross.library.database.ExtrasRegistration.Item
Return the name of the DatabaseExtras subclass that handles the specific type of database.
getColumnCount() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Obtains number of columns in result set
getColumnCount() - Method in interface bradleyross.library.helpers.TableInterface
 
getColumnCount() - Method in class bradleyross.library.helpers.WebTable
 
getCombinedTime() - Static method in class bradleyross.library.helpers.FileHelpers
Getter for combinedTime
getConfig() - Method in class bradleyross.j2ee.servlets.Servlet
Obtains servlet configuration information.
getConfig() - Method in class bradleyross.j2ee.servlets.ThisPage
Get servlet configuration.
getConnection() - Method in class bradleyross.library.database.DatabaseProperties
Obtain the connection object for the database connection.
getConnectTimeout() - Static method in class bradleyross.library.helpers.FileHelpers
Getter for connectTimeout.
getContents() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the byte array to be used to display the downloaded item.
getContents() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Obtains the byte array that was associated with this part of the form.
getContents() - Static method in class bradleyross.library.database.ExtrasRegistration
Return the entire contents of the registration list.
getContentsSize() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Obtains the size of the byte array that was associated with this part of the form.
getContext() - Method in class bradleyross.j2ee.servlets.ThisPage
Get application context.
getCookie() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getCounter() - Method in class bradleyross.library.applets.Concentration.Tile
Getter for counter
getCurrentPosition() - Method in class bradleyross.library.helpers.DirWalker.Level
Returns position of last item retrieved.
getDailyUnits() - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Creates tick marks at 24 hour (daily) intervals.
getData() - Method in class bradleyross.j2ee.servlets.ShowSchema
Obtain a connection to the database based on the initialization parameters for the servlet.
getDatabase() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the object containing database connection properties.
getDatabase() - Method in class bradleyross.library.database.TableHelper
 
getDatabaseAccount() - Method in class bradleyross.j2ee.servlets.SessionInformation
Get the value of databaseAccount.
getDatabaseExtras() - Method in class bradleyross.library.database.DatabaseProperties
Get value of extras.
getDatabaseExtras(String) - Static method in class bradleyross.library.database.ExtrasRegistration
Return the DatabaseExtras object that is appropriate for a specific type of database.
getDatabaseExtras() - Method in class bradleyross.library.database.ExtrasRegistration.Item
Return the DatabaseExtras object that handles the specific type of database.
getDatabasePassword() - Method in class bradleyross.j2ee.servlets.SessionInformation
Get the value of databasePassword.
getDatabaseProperties() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
 
getDateTerm() - Method in class bradleyross.library.database.DatabaseProperties
Return the expression used in SQL statements to represent a data type for holding a date.
getDatetimeTerm() - Method in class bradleyross.library.database.DatabaseProperties
Return the expression used in SQL statements to represent a data type for holding a date and time.
getDbms() - Method in class bradleyross.library.database.DatabaseExtras
Returns database code
getDbms() - Method in class bradleyross.library.database.DatabaseProperties
Get name of database management system
getDbms() - Method in class bradleyross.library.database.DB2
 
getDbms() - Method in class bradleyross.library.database.ExtrasRegistration.Item
Return the code that identifies the type of database.
getDbms() - Method in class bradleyross.library.database.MySQL
 
getDbms() - Method in class bradleyross.library.database.Oracle
 
getDbms() - Method in class bradleyross.library.database.Postgres
 
getDbms() - Method in class bradleyross.library.database.SQLServer
 
getDebugLevel() - Method in class bradleyross.common.communicationsWindow
 
getDebugLevel() - Method in class bradleyross.common.httpHelper
Getter for debugLevel.
getDebugLevel() - Method in class bradleyross.common.processList
Getter for debugLevel.
getDebugLevel() - Method in class bradleyross.j2ee.servlets.ThisPage
Gets value of debugLevel.
getDebugLevel() - Method in class bradleyross.library.applets.Concentration
Getter for debugLevel.
getDebugLevel() - Method in class bradleyross.library.database.DatabaseProperties
Gets the amount of diagnostic messages to be printed.
getDebugLevel() - Method in class bradleyross.library.helpers.CalendarHelpers
Getter for debugLevel
getDebugLevel() - Method in class bradleyross.library.helpers.DirWalker
Getter for DirWalker.debugLevel property.
getDebugLevel() - Static method in class bradleyross.library.helpers.FileHelpers
Getter for debugLevel
getDebugLevel() - Method in class bradleyross.library.helpers.RandomHelpers
Getter for debugLevel
getDebugLevel() - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Returns value of debugLevel
getDebugLevel() - Method in interface bradleyross.library.helpers.TableInterface
 
getDebugLevel() - Method in class bradleyross.library.helpers.WebTable
 
getDebugLevel() - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Getter for outerDebugLevel
getDebugLevel() - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
 
getDefaultCatalog() - Method in class bradleyross.library.database.DatabaseProperties
Get the value of defaultCatalog.
getDefaultSchema() - Method in class bradleyross.library.database.DatabaseProperties
Gets value of defaultSchema
getDescLocation() - Method in class bradleyross.library.applets.Concentration.ImageInstance
 
getDriver() - Method in class bradleyross.library.database.DatabaseProperties
Returns the instance of the JDBC driver used to connect to the database.
getElement(String) - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Retrieve the object associated with an element based on the element name.
getEndDate() - Method in class bradleyross.j2ee.servlets.ThisPage
Return end date of date range.
getEndOfPacket() - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Gets value of endOfPacket.
getEngineClause() - Method in class bradleyross.library.database.DatabaseProperties
Create optional ENGINE clause
getFacesContext() - Method in class bradleyross.j2ee.beans.RequestProperties
 
GetFile - Class in bradleyross.j2ee.servlets
Servlet for displaying a file based on the URL sent to the server.
GetFile() - Constructor for class bradleyross.j2ee.servlets.GetFile
 
getFileName() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the filename associated with the item to be downloaded.
getFilename() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Obtain the filename associated with the part.
getFirstLocation() - Method in class bradleyross.library.applets.Concentration.ImageInstance
Getter for firstLocation.
getFloatValue(ResultSet, String, float) - Static method in class bradleyross.library.helpers.ServletHelpers
Return a floating point value from the result set.
getFloatValue(ResultSet, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Return a floating point value from a result set, returning zero if the value in the result set was null.
getFramesPerWavelengthSlider() - Method in class bradleyross.sound.BeeperPanel
Provides the slider for determining the # of frames per wavelength, primarily to allow easy adjustment by host classes.
getFrequency() - Method in class bradleyross.sound.BeeperPanel
Provides the frequency at current settings for sample rate & frames per wavelength.
getHourlyUnits(int) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Set up tick marks at multiple hour intervals.
getImage() - Method in class bradleyross.library.applets.Concentration.ImageInstance
Getter for image
getImageLocation() - Method in class bradleyross.library.applets.Concentration.ImageInstance
 
getImageNumber() - Method in class bradleyross.library.applets.Concentration.Tile
Getter for imageNumber
getInformation(Exception) - Method in class bradleyross.library.helpers.ExceptionHelper.DummyExceptionProcessor
 
getInformation(Exception) - Method in interface bradleyross.library.helpers.ExceptionProcessor
Generates a List of String objects based on the information in the exception.
getInputStream() - Method in class bradleyross.j2ee.servlets.ThisPage
Return the input object obtaining information from the HTTP request.
getIntValue(String) - Method in class bradleyross.common.processList
 
getList() - Method in class bradleyross.j2ee.beans.LoginBean
Diagnostic routine listing session, application, and request attributes.
getLongblobTerm() - Method in class bradleyross.library.database.DatabaseProperties
Return the data type used for large BLOBS (Binary Large Objects).
getMaxCount() - Method in class bradleyross.library.helpers.DirWalker
Getter for DirWalker.maxCount property.
getMessage() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Getter for message.
getMessageList() - Method in class bradleyross.j2ee.servlets.ThisPage
Returns list of messages for the error page.
getMetaData() - Method in class bradleyross.library.database.ShowProperties
Class returning database meta data object.
getMime() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Obtain mime type for part.
getMimeType() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the MIME code for the document.
getMode() - Method in class bradleyross.common.XmlParser
Getter for mode
getMode() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the mode of operation.
getMode() - Method in class bradleyross.opensource.xerces.XmlParser
Getter for mode
getName() - Method in class bradleyross.common.processList.namePair
Getter for name.
getName() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Obtain the name of the part.
getName() - Method in class bradleyross.library.database.TableHelper.ColumnStatus
 
getNames() - Static method in class bradleyross.library.database.ExtrasRegistration
Returns an array containing the codes for the registered databases.
getNewUnits() - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Creates tick marks at twelve hour intervals.
getNextDay(Date) - Method in class bradleyross.library.helpers.CalendarHelpers
 
getNf2() - Method in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Return the two digit formatter.
getNf4() - Method in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Return the four digit formatter.
getNf5() - Method in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Return the five digit formatter.
getNf6() - Method in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Return the six digit formatter.
getNf8() - Method in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Return the eight digit formatter.
getNowTerm() - Method in class bradleyross.library.database.DatabaseProperties
Return the expression used in SQL statements to obtain the current time.
getNumberUnits(double) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Specify the distance between tick marks.
getNumberUnits(double, NumberFormat) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Specify the distance between tick marks and the format to be used in presenting the values for the tick marks.
getOutputFilename() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
 
getOutputStream() - Method in class bradleyross.j2ee.servlets.ThisPage
Obtain the output stream for sending information to the browser as a stream of bytes.
getParam() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getParamAnn() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getParameterInfo() - Method in class bradleyross.library.applets.Concentration
 
getParamXml() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getPartNames() - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Return an enumeration containing the names of the elements.
getPassword() - Method in class bradleyross.j2ee.beans.LoginBean
 
getPrinter() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the generic printer object.
getPrintWriter() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Getter for output.
getReadTimeout() - Static method in class bradleyross.library.helpers.FileHelpers
Getter for readTimeout.
getRedirectAddress() - Method in class bradleyross.j2ee.servlets.ThisPage
Get redirectAddress.
getRedirectAddress() - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Get the URL to be used for redirecting the servlet upon completion.
getRequest() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getRequest() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Getter for request.
getRequest() - Method in class bradleyross.j2ee.servlets.ThisPage
Gets request object.
getResponse() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getResponse() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Getter for response.
getResponse() - Method in class bradleyross.j2ee.servlets.ThisPage
Gets response object.
getResultSet(HttpServletRequest, DatabaseProperties) - Method in class bradleyross.j2ee.servlets.CsvWriter
Will be overridden with the method for obtaining the SQL result set.
getResultSet() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Getter for rs.
getResultSet(HttpServletRequest) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Will be overridden with the method for obtaining the SQL result set.
getResultSetMetaData() - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Getter for rsmd.
getSecondLocation() - Method in class bradleyross.library.applets.Concentration.ImageInstance
Getter for secondLocation
getSession() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getSessionAttributes() - Method in class bradleyross.j2ee.beans.SessionProperties
 
getSessionBean() - Method in class bradleyross.j2ee.beans.LoginBean
 
getSource() - Method in class bradleyross.j2ee.tags.DefaultTag
 
getStartDate() - Method in class bradleyross.j2ee.servlets.ThisPage
Return start date for date range.
getStartOfDay(Date) - Method in class bradleyross.library.helpers.CalendarHelpers
 
getStatus() - Method in class bradleyross.library.applets.Concentration.Tile
Getter for status.
getStatusState() - Method in class bradleyross.j2ee.beans.ControlledObject
 
getString(ResultSet, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Returns the string for a non-breaking space if a string column in a table is null or blank, otherwise returns an escaped string.
getString(String) - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Return the contents of one of the elements as a String object.
getStringValue(ResultSet, String, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Return a character value from a result set as a String object.
getStringValue(ResultSet, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Return the contents of a character column in a result set as a String object.
getStringValueEscaped(ResultSet, String, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Return a character value from a result set as a String object.
getStringValueEscaped(ResultSet, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Return the contents of a character column in a result set as a String object.
getStyle() - Method in class bradleyross.j2ee.tags.CenterTag
Returns the value of the attribute style for the custom tag.
getSystem() - Method in class bradleyross.library.database.DatabaseProperties
Return the system identifier used for the database connection.
getSystemDescription() - Method in class bradleyross.library.database.DatabaseProperties
Getter for systemDescription
getTableNamePrefixes() - Method in class bradleyross.library.database.DatabaseProperties
Get the value of the default table name prefix (item 0)
getTableNamePrefixes(int) - Method in class bradleyross.library.database.DatabaseProperties
Get the value of a table name prefix
getTags - Class in bradleyross.demonstrations
Reads a file containing an XML document and lists the tags in the document.
getTags() - Constructor for class bradleyross.demonstrations.getTags
 
getTerm(String) - Method in class bradleyross.library.database.DatabaseExtras
Returns a database specific term for a function.
getTerminateRequest() - Method in class bradleyross.j2ee.servlets.ThisPage
Get the value of terminateRequest
getTest1() - Method in class bradleyross.j2ee.beans.RequestProperties
 
getTestValue() - Method in class bradleyross.j2ee.beans.SessionProperties
 
getText(ResultSet, String) - Method in class bradleyross.j2ee.servlets.PulldownList
Determine text value for the option
getTextareaValue(ResultSet, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Obtains a value from a result set for use as the starting value of a Textarea element.
getTextValue(ResultSet, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Obtains a value from a result set for use as the value attribute of a input element of type text.
getTimeOfDay(Date) - Method in class bradleyross.library.helpers.CalendarHelpers
Returns number of milliseconds since start of day.
getTimeout() - Method in class bradleyross.library.helpers.FileHelpers
Deprecated. 
getTitle() - Method in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
getTitle() - Method in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
getTitle() - Method in class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
getTransferEncoding() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Obtain the value for content-transfer-encoding.
getType() - Method in class bradleyross.library.database.TableHelper.ColumnStatus
 
getUnderlyingObject() - Method in class bradleyross.library.helpers.GenericPrinter
Return the underlying StringWriter, PrintStream or PrintWriter object for the GenericPrinter object.
getUserName() - Method in class bradleyross.j2ee.beans.LoginBean
 
getUserName() - Method in class bradleyross.j2ee.beans.SessionProperties
 
getValue(String) - Method in class bradleyross.common.processList
 
getValue() - Method in class bradleyross.common.processList.namePair
Getter for value.
getValue(ResultSet, String) - Method in class bradleyross.j2ee.servlets.PulldownList
Determine the value for option
GetWebPage - Class in bradleyross.j2ee.servlets
Servlet that will return the contents of a web page that is contained on a different web site (under consideration).
GetWebPage() - Constructor for class bradleyross.j2ee.servlets.GetWebPage
 
getWriter() - Method in class bradleyross.j2ee.servlets.ThisPage
Obtains the PrintWriter object for sending the page contents as a character string.
grayButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
grayButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
greenButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
greenButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton

H

handlerClass - Variable in class bradleyross.library.database.DatabaseProperties
Name of the handler class for the database.
handlerClass - Variable in class bradleyross.library.debugging.SQLExample
 
harmonic - Variable in class bradleyross.sound.BeeperPanel
 
hasDirectories(File) - Method in class bradleyross.library.helpers.DirWalker
Indicates if a directory contains subdirectories.
hasFiles(File) - Method in class bradleyross.library.helpers.DirWalker
Indicates whether a directory contains files.
hasInvalidParameters() - Method in class bradleyross.library.database.DatabaseProperties
Determine whether parameters for constructor were valid.
hasNext() - Method in class bradleyross.library.helpers.DirWalker.DirIterator
Determines if there are more items in the list.
hasNext() - Method in class bradleyross.library.helpers.DirWalker
Indicates whether there are more files in the list.
hasNext() - Method in class bradleyross.library.helpers.DirWalker.Level
 
hasNext() - Method in class bradleyross.library.helpers.DirWalker.LocalIterator
 
heightCurrent - Variable in class bradleyross.common.communicationsWindow
This is the height in pixels returned by the TextArea.getMinimumSize method for a TextArea block rowsCurrent rows in height.
heightLarger - Variable in class bradleyross.common.communicationsWindow
This is the height in pixels returned by the TextArea.getMinimumSize method for a TextArea block rowsLarger rows in height.
heightSmaller - Variable in class bradleyross.common.communicationsWindow
This is the height in pixels returned by the TextArea.getMinimumSize method for a TextArea block rowsSmaller rows in height.
helper - Static variable in class bradleyross.library.debugging.SQLExample
 
helper - Variable in class bradleyross.library.helpers.ExceptionHelper.Tester
 
helpers - Class in bradleyross.opensource.jackcess
Static methods that are designed to aid in the use of the Jackcess software to read MDB files.
helpers() - Constructor for class bradleyross.opensource.jackcess.helpers
There are no constructors for this method since all of the methods are static.
HtmlHelpers - Class in bradleyross.library.helpers
Common procedures for use with HTML document.
HtmlHelpers() - Constructor for class bradleyross.library.helpers.HtmlHelpers
 
httpHelper - Class in bradleyross.common
Provide a set of methods that will help in processing the contents of web pages.
httpHelper() - Constructor for class bradleyross.common.httpHelper
 

I

ignorableWhitespace(char[], int, int) - Method in class bradleyross.common.XmlParser.MyHandler
Called when ignorable whitespace is encountered.
ignorableWhitespace(char[], int, int) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called when ignorable whitespace is encountered.
IMAGE - Static variable in class bradleyross.library.applets.Concentration.Tile
Indicates that image to be matched is shown,
image1 - Variable in class bradleyross.library.applets.Concentration
 
image2 - Variable in class bradleyross.library.applets.Concentration
 
imageList - Variable in class bradleyross.library.applets.Concentration
Vector object containing the images to be placed on the tiles.
imageListString - Variable in class bradleyross.library.applets.Concentration
String containing the list of images.
imageListUrl - Variable in class bradleyross.library.applets.Concentration
URL name to be used to obtain the list of image URL's.
imageLocation - Variable in class bradleyross.library.applets.Concentration.ImageInstance
URL indicating the location of the image for the tile.
imageNumber - Variable in class bradleyross.library.applets.Concentration.Tile
Pointer to a member of the imageList vector.
imageRoot - Variable in class bradleyross.library.applets.Concentration
Root of directory or URL containing images.
in - Variable in class bradleyross.common.communicationsWindow
 
INFO - Static variable in class bradleyross.library.helpers.ExceptionHelper
 
info(String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for info messages.
info(String) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for info messages.
info(List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for info messages.
info(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for info messages.
info(String[], Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for info messages.
info(String[]) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for info messages.
infoMessages - Variable in class bradleyross.j2ee.servlets.ShowSchema
List of informative messages generated by this application.
init(FilterConfig) - Method in class bradleyross.j2ee.filters.ExampleFilter
 
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.CsvWriter
Called by the servlet container when the servlet object is first placed in service.
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
 
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.FileSample
 
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.firstServlet
 
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.GetFile
Run when object is created for processing calls to servlet.
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.GetWebPage
Run when object is created for processing calls to servlet.
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.Servlet
Called when initializing the object for handling HTTP transactions.
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.ServletSample
 
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.ShowSchema
Initializes object for use with servlets.
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.TestSpreadsheetHelpers
 
init(ServletConfig) - Method in class bradleyross.j2ee.servlets.UploadServlet
Called when object for handling HTTP request is created.
init() - Method in class bradleyross.library.applets.ColorsSample
Initialize the applet.
init() - Method in class bradleyross.library.applets.Concentration
Executed when being called as applet.
init() - Method in class bradleyross.library.applets.ScrollbarSample
The init method is called when the applet is started.
init() - Method in class bradleyross.library.applets.WebSample
Initialize the applet.
init() - Method in class bradleyross.sound.Beeper
 
init() - Method in class bradleyross.sound.ToneGenerator
Executed when class is called as an Java applet.
INITIAL - Static variable in class bradleyross.library.applets.Concentration.Tile
Indicates that "card back" is shown.
initial - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
Set to false after first directory has been retrieved using the next method.
initialized - Variable in class bradleyross.common.communicationsWindow
Set to true when the objects in the window have been initialized.
initialOption() - Method in class bradleyross.j2ee.servlets.PulldownList
Used to generate initial option in select tag.
innerTest(String) - Static method in class bradleyross.j2ee.servlets.Servlet
Internal debugging aid for checking parseEscapeDate.
input - Variable in class bradleyross.j2ee.servlets.ThisPage
Input stream from HTTP request.
insertRow(String, String[], Object...) - Method in class bradleyross.library.database.DatabaseProperties
Deprecated. 
insertRowWithKeys(String, String[], int, Object...) - Method in class bradleyross.library.database.DatabaseProperties
Insert rows in a table where there is more than one column in the primary key.
instance - Variable in class bradleyross.library.applets.Concentration.ImageInstance
Image to be displayed as part of game.
instanceNumber - Variable in class bradleyross.j2ee.servlets.GetFile
Identifies this instance of the servlet.
instanceNumber - Variable in class bradleyross.j2ee.servlets.GetWebPage
Identifies this instance of the servlet.
internalList - Variable in class bradleyross.common.processList
 
internalParse(Vector<String>, InputSource, int) - Method in class bradleyross.common.XmlParser
 
internalParse(Vector<String>, InputSource, String, int) - Method in class bradleyross.common.XmlParser
 
internalParse(Vector<String>, InputSource, int) - Method in class bradleyross.opensource.xerces.XmlParser
 
internalParse(Vector<String>, InputSource, String, int) - Method in class bradleyross.opensource.xerces.XmlParser
 
invalidParameters - Variable in class bradleyross.library.database.DatabaseProperties
If the parameters supplied for instantiating the object are invalid, this field should be set to true.
isAlphanumericOnly(String) - Static method in class bradleyross.library.helpers.StringHelpers
Returns true if and only if all of the characters in the string are alphanumeric.
isCaseSensitive() - Method in class bradleyross.common.processList
Getter for caseSensitive.
isChanged - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
True indicates that value of column has been changed.
isConnected - Variable in class bradleyross.library.database.DatabaseProperties
Flag indicating whether database has been connected.
isDigitsOnly(String) - Static method in class bradleyross.library.helpers.StringHelpers
Returns true if the string is only composed of numeric digits.
isIncluded(DatabaseProperties, String, String, String) - Method in class bradleyross.j2ee.servlets.ShowSchema
Determines whether an item in the database is to be included in the reports.
isNull - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
True indicates that the value contains a null;
isValid - Variable in class bradleyross.j2ee.servlets.ShowSchema
True if servlet was correctly instantiated.
items - Variable in class bradleyross.common.XmlParser
Vector containing strings or lists of tags in document
items - Variable in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Contains the various elements from the requesting form.
items - Variable in class bradleyross.opensource.xerces.XmlParser
Vector containing strings or lists of tags in document
itemStateChanged(ItemEvent) - Method in class bradleyross.library.applets.ScrollbarSample.secondListener
This method is executed by the system whenever the value in the pull-down menu.

L

lastCell(String) - Method in class bradleyross.j2ee.servlets.firstServlet
 
latestCounter - Static variable in class bradleyross.library.applets.Concentration
This is the latest id number to be used with one of the tiles.
layout - Variable in class bradleyross.common.communicationsWindow
 
layout - Variable in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
layout - Variable in class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
layout - Variable in class bradleyross.demonstrations.SwingDemo.MainPage
 
layout - Variable in class bradleyross.library.applets.Concentration
 
length - Variable in class bradleyross.library.helpers.DirWalker.Level
Number of directories to be processed.
level1() - Method in class bradleyross.library.helpers.ExceptionHelper.Tester
 
level2() - Method in class bradleyross.library.helpers.ExceptionHelper.Tester
 
level3() - Method in class bradleyross.library.helpers.ExceptionHelper.Tester
 
levels - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
Array of Level objects representing the levels in the tree search.
lightGrayButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
lightGrayButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
limit - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
 
lineSeparator - Variable in class bradleyross.j2ee.servlets.GetFile
Character string indicating end of line.
lineSeparator - Variable in class bradleyross.j2ee.servlets.GetWebPage
Character string indicating end of line.
lineSplitterCommas(String) - Static method in class bradleyross.library.helpers.FileHelpers
Split a line into tokens using commas as the field separators.
lineSplitterSpaces(String) - Static method in class bradleyross.library.helpers.FileHelpers
Split a line into tokens using spaces as the field separators.
listAllTerms() - Method in class bradleyross.library.database.DatabaseExtras
 
listFiles - Class in bradleyross.demonstrations
Lists files in current directory
listFiles() - Constructor for class bradleyross.demonstrations.listFiles
 
listPairs() - Method in class bradleyross.common.processList
Diagnostic method for printing contents of list.
listProcedures() - Method in class bradleyross.library.database.ShowObjects
 
listResultSet(ResultSet) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Prints the contents of a result set.
LISTTAGS - Static variable in class bradleyross.common.XmlParser
Option for listing tags in document.
listTags(Vector<String>, String) - Method in class bradleyross.common.XmlParser
List tags contained in an XML document.
listTags(String) - Method in class bradleyross.common.XmlParser
List strings contained in document.
listTags(File) - Method in class bradleyross.common.XmlParser
This method lists tags contained in an XML document.
listTags(Vector<String>, File) - Method in class bradleyross.common.XmlParser
This method lists tags contained in an XML document.
LISTTAGS - Static variable in class bradleyross.opensource.xerces.XmlParser
Option for listing tags in document.
listTags(Vector<String>, String) - Method in class bradleyross.opensource.xerces.XmlParser
List tags contained in an XML document.
listTags(String) - Method in class bradleyross.opensource.xerces.XmlParser
List strings contained in document.
listTags(File) - Method in class bradleyross.opensource.xerces.XmlParser
This method lists tags contained in an XML document.
listTags(Vector<String>, File) - Method in class bradleyross.opensource.xerces.XmlParser
This method lists tags contained in an XML document.
listUrl - Variable in class bradleyross.library.applets.WebSample
 
listUrlArray - Variable in class bradleyross.library.applets.WebSample
 
listViews() - Method in class bradleyross.library.database.ShowObjects
 
loadByteArray(DatabaseProperties, PreparedStatement, UploadServlet.ThisPage, int, String, boolean, int) - Method in class bradleyross.j2ee.servlets.UploadServlet
Utility method for moving the contents of one of the parts into a prepared statement as a string object.
loadByteArray(DatabaseProperties, PreparedStatement, UploadServlet.ThisPage, int, String, boolean) - Method in class bradleyross.j2ee.servlets.UploadServlet
Utility method for moving the contents of one of the parts into a prepared statement as a string object.
loadByteArray(DatabaseProperties, PreparedStatement, UploadServlet.ThisPage, int, String) - Method in class bradleyross.j2ee.servlets.UploadServlet
Utility method for moving the contents of one of the parts into a prepared statement as a string object.
loadChar(PreparedStatement, int, String) - Method in class bradleyross.j2ee.servlets.Servlet
Utility method for setting parameters in Prepared Statements.
loadVarchar(PreparedStatement, int, String) - Method in class bradleyross.j2ee.servlets.Servlet
Utility method for setting parameters in Prepared Statements.
log - Variable in class bradleyross.j2ee.servlets.ShowSchema
 
logBuffer - Variable in class bradleyross.common.communicationsWindow
 
logException(int, List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
 
logException(int, String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
 
logFile - Variable in class bradleyross.common.communicationsWindow
 
logFile - Variable in class bradleyross.j2ee.servlets.GetFile
Name of log file.
logFile - Variable in class bradleyross.j2ee.servlets.GetWebPage
Name of log file.
logFileActive - Variable in class bradleyross.common.communicationsWindow
Determines whether messages are written to the log file.
logFileActive - Variable in class bradleyross.j2ee.servlets.GetFile
Send messages to log file if true.
logFileActive - Variable in class bradleyross.j2ee.servlets.GetWebPage
If true, place messages in log file.
logFileName - Variable in class bradleyross.common.communicationsWindow
 
logger - Variable in class bradleyross.j2ee.filters.ExampleFilter
 
logger - Variable in class bradleyross.j2ee.listeners.SampleListener
 
logger - Variable in class bradleyross.j2ee.servlets.DatabaseExceptions
 
logger - Variable in class bradleyross.j2ee.servlets.ShowSchema
 
logger - Static variable in class bradleyross.library.debugging.SQLExample
 
LoginBean - Class in bradleyross.j2ee.beans
Sample bean for login information.
LoginBean() - Constructor for class bradleyross.j2ee.beans.LoginBean
This constructor reads the HTTP request parameter name and places it in the user name field of the form.
logMessage(String) - Method in class bradleyross.library.applets.Concentration
Displays messages if debugLevel is greater than 0.
logWriter - Variable in class bradleyross.common.communicationsWindow
Used for writing the communicated text to a log file.
loop(int) - Method in class bradleyross.sound.BeeperPanel
 
loopSound(boolean) - Method in class bradleyross.sound.BeeperPanel
Loops the current Clip until a commence false is passed.

M

magentaButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
magentaButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
main(String[]) - Static method in class bradleyross.common.processList
Test driver
main(String[]) - Static method in class bradleyross.demonstrations.Address
 
main(String[]) - Static method in class bradleyross.demonstrations.ArrayDemos
 
main(String[]) - Static method in class bradleyross.demonstrations.getTags
 
main(String[]) - Static method in class bradleyross.demonstrations.listFiles
 
main(String[]) - Static method in class bradleyross.demonstrations.parseFile
 
main(String[]) - Static method in class bradleyross.demonstrations.showTimeZones
 
main(String[]) - Static method in class bradleyross.demonstrations.SwingDemo
 
main(String[]) - Static method in class bradleyross.demonstrations.TestMail
 
main(String[]) - Static method in class bradleyross.demonstrations.WriteToFile
 
main(String[]) - Static method in class bradleyross.j2ee.servlets.CodecInfo
Test driver.
main(String[]) - Static method in class bradleyross.j2ee.servlets.FileSample
 
main(String[]) - Static method in class bradleyross.j2ee.servlets.GetFile
This provides an error message if it is attempted to run this class as a Java application rather than a Java servlet.
main(String[]) - Static method in class bradleyross.j2ee.servlets.GetWebPage
This provides an error message if it is attempted to run this class as a Java application rather than a Java servlet.
main(String[]) - Static method in class bradleyross.j2ee.servlets.Servlet
This was inserted for testing of some of the internal static methods and is only for debugging purposes.
main(String[]) - Static method in class bradleyross.library.database.ExtrasRegistration
Test driver
main(String[]) - Static method in class bradleyross.library.debugging.SQLExample
 
main(String[]) - Static method in class bradleyross.library.helpers.CalendarHelpers
 
main(String[]) - Static method in class bradleyross.library.helpers.DateHelpers
Test driver for class.
main(String[]) - Static method in class bradleyross.library.helpers.DirWalker
Test driver.
main(String[]) - Static method in class bradleyross.library.helpers.ExceptionHelper
Test driver.
main(String[]) - Static method in class bradleyross.library.helpers.FileHelpers
This is a test driver to check out the copyFile method.
main(String[]) - Static method in class bradleyross.library.helpers.GenericPrinter
Test driver.
main(String[]) - Static method in class bradleyross.library.helpers.HtmlHelpers
Main driver for test cases.
main(String[]) - Static method in class bradleyross.library.helpers.RandomHelpers
Test driver
main(String[]) - Static method in class bradleyross.library.helpers.ServletHelpers
Test driver.
main(String[]) - Static method in class bradleyross.library.helpers.StringHelpers
Test driver.
main(String[]) - Static method in class bradleyross.library.helpers.tests.TestCopyFile
 
main(String[]) - Static method in class bradleyross.library.helpers.tests.TestSpreadsheetHelpers
Main driver
main(String[]) - Static method in class bradleyross.library.helpers.tests.TestWebTable
 
main(String[]) - Static method in class bradleyross.local.databases.DatabaseConnection
 
main(String[]) - Static method in class bradleyross.opensource.jackcess.thirdTest
 
main(String[]) - Static method in class bradleyross.opensource.jfreechart.First
Create and display the chart.
main(String[]) - Static method in class bradleyross.opensource.jfreechart.TimeSeriesExample
 
main(String[]) - Static method in class bradleyross.opensource.jfreechart.TimeSeriesExample2
 
main(String[]) - Static method in class bradleyross.opensource.jfreechart.XYChartExample
Creates and displays the chart.
main(String[]) - Static method in class bradleyross.opensource.xerces.RunXmlParser
 
main(String[]) - Static method in class bradleyross.sound.Beeper
 
main(String[]) - Static method in class bradleyross.sound.ToneGenerator
Executed when class is called as a Java application.
mainPanel - Variable in class bradleyross.library.applets.Concentration
Not sure if this is still used.
makeConnection() - Method in class bradleyross.j2ee.servlets.CsvWriter
Obtain the database connection information.
makeConnection() - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Obtain the database connection information.
matchValues(String, String) - Static method in class bradleyross.j2ee.servlets.Servlet
Utility to aid in creating option lists for pull-down menus.
maxCount - Variable in class bradleyross.library.helpers.DirWalker
Maximum number of files to be returned.
message - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
String to be placed in CSV file as the first line in the file.
message - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
String to be placed in CSV file as the first line in the file.
message - Static variable in class bradleyross.library.applets.ColorsSample
 
message - Static variable in class bradleyross.library.applets.WebSample
 
messageList - Variable in class bradleyross.j2ee.servlets.ThisPage
A list of warning or error messages that will appear on the web page generated by the servlet.
meta - Variable in class bradleyross.library.database.ShowProperties
Object containing information on the database.
mime - Variable in class bradleyross.j2ee.servlets.UploadServlet.Contents
MIME code for the data in the part.
mimeType - Variable in class bradleyross.j2ee.servlets.ThisPage
Contains the MIME code for the document to be displayed.
mode - Variable in class bradleyross.common.XmlParser
Indicates mode of parsing operation.
mode - Variable in class bradleyross.common.XmlParser.MyHandler
Indicates type of search to be carried out.
mode - Variable in class bradleyross.j2ee.servlets.ThisPage
Indicates the mode of operation.
mode - Variable in class bradleyross.opensource.xerces.XmlParser
Indicates mode of parsing operation.
mode - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
Indicates type of search to be carried out.
MONOSPACE - Static variable in interface bradleyross.library.helpers.TableWriterInterface
Text is composed of fixed width characters.
mouseClicked(MouseEvent) - Method in class bradleyross.library.applets.Concentration.GamePanel
Executed when tile is clicked.
mouseEntered(MouseEvent) - Method in class bradleyross.library.applets.Concentration.GamePanel
Required for implementing MouseListener interface.
mouseExited(MouseEvent) - Method in class bradleyross.library.applets.Concentration.GamePanel
Required for implementing MouseListener interface.
mousePressed(MouseEvent) - Method in class bradleyross.library.applets.Concentration.GamePanel
Required for implementing MouseListener interface.
mouseReleased(MouseEvent) - Method in class bradleyross.library.applets.Concentration.GamePanel
Required for implementing MouseListener interface.
multipleRequest(String, String[], String, String) - Method in class bradleyross.j2ee.servlets.PulldownList
Generate the HTML code for a SELECT tag that allows multiple values to be selected.
multipleRequest(String) - Method in class bradleyross.j2ee.servlets.PulldownList
Generate the HTML code for a SELECT tag that allows multiple values to be selected.
multipleRequest(String, String[]) - Method in class bradleyross.j2ee.servlets.PulldownList
Generate the HTML code for a SELECT tag that allows multiple values to be selected.
myFrame - Variable in class bradleyross.common.communicationsWindow
Object for the frame in which the application is displayed.
myPanel - Variable in class bradleyross.common.communicationsWindow
The myPanel panel provides a place to attach key listeners.
MySQL - Class in bradleyross.library.database
Subclass of DatabaseExtras for the MySQL database management program.
MySQL() - Constructor for class bradleyross.library.database.MySQL
 

N

name - Variable in class bradleyross.common.processList.namePair
 
name - Variable in class bradleyross.j2ee.servlets.UploadServlet.Contents
Name of the part.
name - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
Name of column.
newRow() - Method in interface bradleyross.library.helpers.TableWriterInterface
 
newWorksheet(String, ResultSet) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Use the contents of a ResultSet to create an Excel spreadsheet.
newWorksheet(String, ResultSet, String) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Use the contents of a ResultSet to create an Excel spreadsheet.
newWorksheet(String, ResultSet, String, int) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Use the contents of a ResultSet to create an Excel worksheet.
newWorksheet(String, File) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Use the contents of a file to create an Excel worksheet.
newWorksheet(String, String) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Use the contents of a String object to create an Excel spreadsheet.
newWorksheet(String, BufferedReader) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Use java.io.Reader object to create an Excel worksheet.
next() - Method in class bradleyross.library.helpers.DirWalker.DirIterator
Returns the next item in the list.
next() - Method in class bradleyross.library.helpers.DirWalker.Level
 
next() - Method in class bradleyross.library.helpers.DirWalker.LocalIterator
 
next() - Method in class bradleyross.library.helpers.DirWalker
Returns next file in list.
nextDir - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
 
nf2 - Variable in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Format as a two digit number with leading zeroes.
nf4 - Variable in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Format as a four digit number with leading zeroes.
nf5 - Variable in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Format as a five digit number with leading zeroes.
nf6 - Variable in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Format as a six digit number with leading zeroes.
nf8 - Variable in class bradleyross.j2ee.servlets.UploadServlet.Formatters
Format as a eight digit number with leading zeroes.
NORMAL - Static variable in class bradleyross.j2ee.servlets.ThisPage
Indicates that the document should be displayed in the browser if possible.
NORMAL - Static variable in interface bradleyross.library.helpers.TableInterface
Indicates normal formatting.
NORMAL - Static variable in interface bradleyross.library.helpers.TableWriterInterface
Indicates normal formatting.
NotSupportedException - Exception in bradleyross.library
Indicates that a method is not supported for the existing environment.
NotSupportedException() - Constructor for exception bradleyross.library.NotSupportedException
Creates an exception where the message and cause are set to null.
NotSupportedException(String) - Constructor for exception bradleyross.library.NotSupportedException
Creates an exception where the message is specified but the cause is set to null.
NotSupportedException(Throwable) - Constructor for exception bradleyross.library.NotSupportedException
Creates an exception where the cause is specified but the message is set to null.
NotSupportedException(String, Throwable) - Constructor for exception bradleyross.library.NotSupportedException
Creates an exception where both the message and cause are specified.
NumberPage - Class in bradleyross.j2ee.servlets
Returns a JPEG image containing a number.
NumberPage() - Constructor for class bradleyross.j2ee.servlets.NumberPage
 
numberRemaining - Variable in class bradleyross.library.applets.Concentration
Number of tiles remaining that have yet to be matched
numberShowing - Variable in class bradleyross.library.applets.Concentration
Number of tiles currently displaying picture.
numCols - Variable in class bradleyross.library.helpers.SpreadsheetHelpers
Number of columns in the current spreadsheet.
numRows - Variable in class bradleyross.library.helpers.SpreadsheetHelpers
Running count of the number of rows in the current spreadsheet.

O

object - Variable in class bradleyross.library.database.ExtrasRegistration.Item
DatabaseExtras object for handling the database specific properties.
objectClass - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
Code from java.sql.Types that is associated with this column.
objectID - Variable in class bradleyross.j2ee.beans.ControlledObject
A character string identifying the object.
OctetStream - Class in bradleyross.j2ee.servlets
Send a response as an application/octet-stream MIME type.
OctetStream() - Constructor for class bradleyross.j2ee.servlets.OctetStream
 
option - Variable in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
Oracle - Class in bradleyross.library.database
Subclass of DatabaseExtras for the Oracle database server.
Oracle() - Constructor for class bradleyross.library.database.Oracle
 
orangeButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
orangeButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
outerDebugLevel - Variable in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Controls amount of diagnostic messages
output - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Object representing the output to the HTTP response.
output - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Object representing the output to the HTTP response.
output - Variable in class bradleyross.library.helpers.WebTable
 
outputFilename - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
File name to be used when creating file.
outputFilename - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
File name to be used when creating file.
outputStream - Variable in class bradleyross.j2ee.servlets.ThisPage
Object for sending information to HTTP response as a binary stream.

P

padLeft(String, int) - Static method in class bradleyross.library.helpers.StringHelpers
Pads a string with blanks to the left so that it has a specified size.
padRight(String, int) - Static method in class bradleyross.library.helpers.StringHelpers
Pads a string with blanks to the right so that it has a specified size.
paint(Graphics) - Method in class bradleyross.library.applets.ColorsSample
The paint method is called whenever it is necessary to redraw the contents of the applet.
paint(Graphics) - Method in class bradleyross.library.applets.Concentration.Tile
Draws on tile depending on status.
paint(Graphics) - Method in class bradleyross.library.applets.ScrollbarSample
Method to be executed when repainting the window.
paintComponents(Graphics) - Method in class bradleyross.library.applets.Concentration.GamePanel
Allows tracking and manipulation of paintComponents calls.
param - Variable in class bradleyross.j2ee.beans.RequestProperties
Implicit Object.
paramAnn - Variable in class bradleyross.j2ee.beans.RequestProperties
 
paramXml - Variable in class bradleyross.j2ee.beans.RequestProperties
Reference to implicit object.
parse(String, ParsePosition) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
Not used in this class.
parseEscapeDate(String) - Static method in class bradleyross.j2ee.servlets.Servlet
Break a java.sql.Date escape format date into a set of string objects for the year, month, and day portions.
parseFile - Class in bradleyross.demonstrations
Reads a file containing an XML document and searches for strings having a given sequence of tags.
parseFile() - Constructor for class bradleyross.demonstrations.parseFile
 
parseLine(String) - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Parses header lines in an individual part of a multipart form.
parseString(Vector<String>, String, String) - Method in class bradleyross.common.XmlParser
This method parses an XML document for strings
parseString(String, String) - Method in class bradleyross.common.XmlParser
This method parses an XML document for strings
parseString(File, String) - Method in class bradleyross.common.XmlParser
This method parses an XML document for strings
parseString(Vector<String>, File, String) - Method in class bradleyross.common.XmlParser
This method parses an XML document for strings
parseString(Vector<String>, String, String) - Method in class bradleyross.opensource.xerces.XmlParser
This method parses an XML document for strings
parseString(String, String) - Method in class bradleyross.opensource.xerces.XmlParser
This method parses an XML document for strings
parseString(File, String) - Method in class bradleyross.opensource.xerces.XmlParser
This method parses an XML document for strings
parseString(Vector<String>, File, String) - Method in class bradleyross.opensource.xerces.XmlParser
This method parses an XML document for strings
password - Variable in class bradleyross.j2ee.beans.LoginBean
User login password.
password - Variable in class bradleyross.library.database.DatabaseProperties
The password to be used for accessing the database server.
password - Variable in class bradleyross.library.debugging.SQLExample
 
pinkButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
pinkButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
portNumber - Variable in class bradleyross.library.database.DatabaseProperties
Port number of the database connection.
portNumber - Variable in class bradleyross.library.debugging.SQLExample
 
position - Variable in class bradleyross.library.helpers.DirWalker.Level
Index of last element fetched using next().
position - Variable in class bradleyross.library.helpers.DirWalker.LocalIterator
 
Postgres - Class in bradleyross.library.database
Subclass of DatabaseExtras for the Postgres database server.
Postgres() - Constructor for class bradleyross.library.database.Postgres
 
power(int) - Static method in class bradleyross.library.helpers.FileHelpers
Calculates 2 to the power i as a helper in determining timings for some of the operations.
prefixTableName(int, String) - Method in class bradleyross.library.database.DatabaseProperties
Prefixes a table name with a value that was set as part of the database connection.
prefixTableName(String) - Method in class bradleyross.library.database.DatabaseProperties
Prefixes a table name with a value that was set as part of the database connection.
prepareStatement(String) - Method in class bradleyross.library.database.DatabaseProperties
Generate a prepared statement for this database.
print(String) - Method in class bradleyross.library.helpers.GenericPrinter
Print string.
print(char) - Method in class bradleyross.library.helpers.GenericPrinter
Print a character.
print(char[]) - Method in class bradleyross.library.helpers.GenericPrinter
Print an array of characters.
print(int) - Method in class bradleyross.library.helpers.GenericPrinter
Print an integer value.
print(long) - Method in class bradleyross.library.helpers.GenericPrinter
Print a long integer value.
print(boolean) - Method in class bradleyross.library.helpers.GenericPrinter
Print a boolean value.
print(double) - Method in class bradleyross.library.helpers.GenericPrinter
Print a double-precision floating-point number.
print(float) - Method in class bradleyross.library.helpers.GenericPrinter
Print a floating-point number.
printAttributes(Attributes) - Method in class bradleyross.common.XmlParser.MyHandler
 
printAttributes(Attributes) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
printer - Variable in class bradleyross.j2ee.servlets.ThisPage
This is the printer object that will be used by servlet code.
printHeader(CsvWriter.Instance) - Method in class bradleyross.j2ee.servlets.CsvWriter
Will print header line for CSV file.
printHeader() - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Will print header line for CSV file.
printInfo(PrintWriter) - Method in class bradleyross.j2ee.servlets.CodecInfo
Display information on image reader and writer codecs.
printInfo(PrintStream) - Method in class bradleyross.library.database.ShowProperties
Sends information on the database to the object.
printInfo(PrintWriter) - Method in class bradleyross.library.database.ShowProperties
Sends information on the database to the object.
printInfo(GenericPrinter) - Method in class bradleyross.library.database.ShowProperties
Sends information on the database to the object.
printInfo() - Method in class bradleyross.library.database.ShowProperties
Sends information on the database to System.out.
printJustified(String) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(String, int) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(PrintStream, String) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(PrintWriter, String) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(GenericPrinter, String) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(PrintStream, String, int) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(PrintWriter, String, int) - Static method in class bradleyross.library.helpers.StringHelpers
 
printJustified(GenericPrinter, String, int) - Static method in class bradleyross.library.helpers.StringHelpers
Send a string to an output device, inserting line breaks at the first space after a specified number of characters on the line.
printLine(CsvWriter.Instance) - Method in class bradleyross.j2ee.servlets.CsvWriter
Will print one line of CSV file.
printLine() - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Will print one line of CSV file.
printList(List<String>, PrintStream) - Method in class bradleyross.library.helpers.ExceptionHelper
Internal debugging aid for printing list of strings.
printList(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
 
println(String) - Method in class bradleyross.library.helpers.GenericPrinter
Print string and then terminate the line.
println(char) - Method in class bradleyross.library.helpers.GenericPrinter
Print a character and terminate the line.
println(char[]) - Method in class bradleyross.library.helpers.GenericPrinter
Print an array of characters and then terminate the line.
println() - Method in class bradleyross.library.helpers.GenericPrinter
Terminate the line.
println(int) - Method in class bradleyross.library.helpers.GenericPrinter
Print an integer value and then terminate the line.
println(long) - Method in class bradleyross.library.helpers.GenericPrinter
Print a long integer value and then terminate the line.
println(boolean) - Method in class bradleyross.library.helpers.GenericPrinter
Print a boolean value and then terminate the line.
println(double) - Method in class bradleyross.library.helpers.GenericPrinter
Print a double-precision floating-point number and then terminate the line.
println(float) - Method in class bradleyross.library.helpers.GenericPrinter
Print a floating-point number and then terminate the line.
printObject(Object) - Static method in class bradleyross.opensource.jackcess.helpers
Prints an object that may belong to one of several classes.
printReader(ImageReader, PrintWriter) - Method in class bradleyross.j2ee.servlets.CodecInfo
Show information on an ImageReader codec.
printResultSet(ResultSet) - Method in class bradleyross.common.sqlHelper
Print ResultSet generated by SQL query.
printResultSet(ResultSet, OutputStream) - Method in class bradleyross.common.sqlHelper
Print ResultSet generated by SQL query.
printResultSet(ResultSet, PrintStream) - Method in class bradleyross.common.sqlHelper
Print ResultSet generated by SQL query.
printRow(Map<String, Object>, Table) - Static method in class bradleyross.opensource.jackcess.thirdTest
 
printText(String) - Method in class bradleyross.common.XmlParser.MyHandler
 
printText(String, String) - Method in class bradleyross.common.XmlParser.MyHandler
 
printText(String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
printText(String, String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
printWriter(ImageWriter, PrintWriter) - Method in class bradleyross.j2ee.servlets.CodecInfo
Show information on an ImageWriter codec.
ProblemFound(Exception, GenericPrinter, String) - Method in class bradleyross.j2ee.servlets.ShowSchema
Place error message on web page if exception is encountered.
processDatabaseInformation(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate a page containing information about the database system.
processDescribeTable(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate a web page describing the layout of a table.
processingInstruction(String, String) - Method in class bradleyross.common.XmlParser.MyHandler
 
processingInstruction(String, String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
processInput(LineNumberReader) - Method in class bradleyross.common.processList
Parse a text file to create the name/value pairs.
processKey(KeyEvent) - Method in class bradleyross.common.communicationsWindow
This function is called whenever a key is pressed.
processList - Class in bradleyross.common
Create and access a list of name/value pairs.
processList() - Constructor for class bradleyross.common.processList
 
processList.namePair - Class in bradleyross.common
Internal class for name/value pairs.
processList.namePair(String, String) - Constructor for class bradleyross.common.processList.namePair
 
processListProcedures(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate the list of procedures in the database.
processListTables(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate the list of tables in the database.
processListViews(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate the list of views in the database.
processor(Servlet.ThisPage) - Method in class bradleyross.j2ee.servlets.DownloadItem
This method retrieves the item to be downloaded.
processor(Servlet.ThisPage) - Method in class bradleyross.j2ee.servlets.EchoBack
 
processor(Servlet.ThisPage) - Method in class bradleyross.j2ee.servlets.Servlet
Class specific processing for this class.
processor(UploadServlet.ThisPage) - Method in class bradleyross.j2ee.servlets.UploadServlet
This method generates the web page based on the contents of the request packet.
processRootPage(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate the root page for schema information for the database.
processTable(Table) - Static method in class bradleyross.opensource.jackcess.thirdTest
 
processUDTInformation(DatabaseProperties, GenericPrinter, HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
Generate the list of user defined types for the database system.
PulldownList - Class in bradleyross.j2ee.servlets
Generate the code for a pull-down list to be placed in a web page.
PulldownList() - Constructor for class bradleyross.j2ee.servlets.PulldownList
 
pw - Variable in class bradleyross.common.communicationsWindow
 

R

RandomHelpers - Class in bradleyross.library.helpers
A set of methods to provide assistance in generating random number patterns.
RandomHelpers() - Constructor for class bradleyross.library.helpers.RandomHelpers
Since all of the methods are static, the constructor should never be used.
randomize() - Method in class bradleyross.library.applets.Concentration.GamePanel
Randomize order of tiles and reset to initial conditions.
rangeModel - Variable in class bradleyross.library.applets.Concentration.secondPanel
Object containing bounds and values for vertical scroll bar.
readerCodecs - Variable in class bradleyross.j2ee.servlets.CodecInfo
List of ImageReader objects.
readHttpPage(String, int, String) - Method in class bradleyross.common.httpHelper
Copy the contents of a web page into a String object
readPart(ServletInputStream, UploadServlet.ThisPage, String) - Method in class bradleyross.j2ee.servlets.UploadServlet
Obtain the byte array for this part of the request.
readTextFile(String) - Static method in class bradleyross.library.helpers.FileHelpers
Reads the contents of a text file into a String object given the name of the file.
readTextFile(URL) - Static method in class bradleyross.library.helpers.FileHelpers
Read the contents referenced by a URL into a String object.
readTimeout - Static variable in class bradleyross.library.helpers.FileHelpers
Length of time allowed for read operations.
redButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
redButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
redirectAddress - Variable in class bradleyross.j2ee.servlets.ThisPage
Address to be used for redirecting servlet.
redirectAddress - Variable in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Address to be used for redirecting servlet upon completion.
refCalendar - Variable in class bradleyross.library.helpers.CalendarHelpers
 
register(DatabaseExtras) - Static method in class bradleyross.library.database.ExtrasRegistration
This method is called by the DatabaseExtras objects when they are instantiated.
registrationList - Static variable in class bradleyross.library.database.ExtrasRegistration
This table contains the registration information for the various DatabaseExtras objects.
remove() - Method in class bradleyross.library.helpers.DirWalker.DirIterator
This method is an optional method that is not implemented for this class.
remove() - Method in class bradleyross.library.helpers.DirWalker.Level
 
remove() - Method in class bradleyross.library.helpers.DirWalker.LocalIterator
 
remove() - Method in class bradleyross.library.helpers.DirWalker
This is an optional method that is not implemented for this class.
repaint() - Method in class bradleyross.library.applets.Concentration.GamePanel
Allows tracking and manipulation of requests to repaint panel.
repaint() - Method in class bradleyross.library.applets.Concentration.Tile
This class allows requests to repaint the tile to be tracked.
request - Variable in class bradleyross.j2ee.beans.RequestProperties
Implicit object.
request - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Object containing HTTP request.
request - Variable in class bradleyross.j2ee.servlets.ThisPage
Request object.
RequestProperties - Class in bradleyross.j2ee.beans
Request scoped sample bean.
RequestProperties() - Constructor for class bradleyross.j2ee.beans.RequestProperties
 
resetButton - Variable in class bradleyross.library.applets.Concentration.secondPanel
Button used to reset game by randomizing positions of tiles and showing card backs for all squares.
response - Variable in class bradleyross.j2ee.beans.RequestProperties
Implicit object.
response - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Object used for preparing HTTP response.
response - Variable in class bradleyross.j2ee.servlets.ThisPage
Response object.
REVEALED - Static variable in class bradleyross.library.applets.Concentration.Tile
Indicates that card has been removed after being matched.
reward() - Method in class bradleyross.library.applets.Concentration.GamePanel
Actions upon winning game.
rollback() - Method in class bradleyross.library.database.DatabaseProperties
Execute a rollback statement for the SQL connection.
root - Variable in class bradleyross.library.helpers.DirWalker.DirIterator
 
root - Variable in class bradleyross.library.helpers.DirWalker
Root directory of directory structure.
rootDirectory1 - Variable in class bradleyross.library.database.ShowObjects
 
rootDirectory2 - Variable in class bradleyross.library.database.ShowObjects
 
rootUrl - Variable in class bradleyross.library.applets.WebSample
 
rowCount - Variable in class bradleyross.library.helpers.WebTable
 
rowsCurrent - Variable in class bradleyross.common.communicationsWindow
 
rowsLarger - Variable in class bradleyross.common.communicationsWindow
 
rowsSmaller - Variable in class bradleyross.common.communicationsWindow
Used to determine the number of rows that should be in the TextArea objects when the height of TextArea objects is made slightly smaller.
rs - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Object containing the result set.
rs - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Object containing the result set.
rsmd - Variable in class bradleyross.j2ee.servlets.CsvWriter.Instance
Object containing meta data on result set.
rsmd - Variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
Object containing meta data on result set.
run() - Method in class bradleyross.demonstrations.ArrayDemos
 
run() - Method in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
run() - Method in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
run() - Method in class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
run() - Method in class bradleyross.demonstrations.SwingDemo.MainPage
Sets up a group of buttons using the GridLayout class.
run() - Method in class bradleyross.library.debugging.SQLExample
 
run() - Method in class bradleyross.library.helpers.ExceptionHelper.Tester
 
run2() - Method in class bradleyross.demonstrations.SwingDemo
 
runningInstanceNumber - Static variable in class bradleyross.j2ee.servlets.GetFile
Keeps track of how many instances of this servlet have been opened by the application server.
runningInstanceNumber - Static variable in class bradleyross.j2ee.servlets.GetWebPage
Keeps track of how many instances of this servlet have been opened by the application server.
runningServiceNumber - Variable in class bradleyross.j2ee.servlets.GetFile
Keeps track of the different instances of the service method that are running.
runningServiceNumber - Variable in class bradleyross.j2ee.servlets.GetWebPage
Keeps track of the different instances of the service method that are running.
RunXmlParser - Class in bradleyross.opensource.xerces
This is the demonstration driver for the class XmlParser.
RunXmlParser() - Constructor for class bradleyross.opensource.xerces.RunXmlParser
 

S

SampleListener - Class in bradleyross.j2ee.listeners
Demonstration listener.
SampleListener() - Constructor for class bradleyross.j2ee.listeners.SampleListener
 
sampleRate - Variable in class bradleyross.sound.BeeperPanel
 
SANSSERIF - Static variable in interface bradleyross.library.helpers.TableWriterInterface
 
schema - Variable in class bradleyross.library.database.ShowObjects
 
screen1 - Variable in class bradleyross.library.applets.ScrollbarSample
Object representing the partial circle which is to be drawn.
scrollBar - Variable in class bradleyross.library.applets.Concentration.secondPanel
Vertical scroll bar for the scrolling pane.
ScrollbarSample - Class in bradleyross.library.applets
Demonstrates the behavior of a scrollbar in an applet.
ScrollbarSample() - Constructor for class bradleyross.library.applets.ScrollbarSample
 
ScrollbarSample.secondListener - Class in bradleyross.library.applets
This class is used to listen to the pull-down menu used to select the color of the object being drawn.
ScrollbarSample.secondListener(Choice) - Constructor for class bradleyross.library.applets.ScrollbarSample.secondListener
 
scrollPane - Variable in class bradleyross.library.applets.Concentration.secondPanel
Scrolling area containing the text area.
SEARCH - Static variable in class bradleyross.common.XmlParser
Option for searching for strings with specified tags.
SEARCH - Static variable in class bradleyross.opensource.xerces.XmlParser
Option for searching for strings with specified tags.
searchString - Variable in class bradleyross.common.XmlParser.MyHandler
 
searchString - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
secondLocation - Variable in class bradleyross.library.applets.Concentration.ImageInstance
Index in Concentration.tileList of second location of image.
secondShowing - Variable in class bradleyross.library.applets.Concentration
Index in tileList of second tile displaying picture.
sendButton - Variable in class bradleyross.common.communicationsWindow
The sendButton Button object causes the material in the lower window to be sent over the communication line.
sendBytes(URL, byte[]) - Static method in class bradleyross.library.helpers.FileHelpers
Write the contents of a byte array to a URL as a binary data stream.
sendBytes(URL, File) - Static method in class bradleyross.library.helpers.FileHelpers
Write the contents of a file to a URL, passing the data as a byte stream (binary data).
sendBytes(File, InputStream) - Static method in class bradleyross.library.helpers.FileHelpers
Send the contents of an InputStream to a File.
sendContents() - Method in class bradleyross.j2ee.servlets.ThisPage
Send the contents of the StringWriter object to the response object.
sendMessage() - Method in class bradleyross.common.communicationsWindow
This method is called when the Send button is depressed on the form or the user depresses the Return key on the keyboard.
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.CsvWriter
Provided for compliance with Serializable interface.
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
 
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.DownloadItem
Added to satisfy serializable interface.
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.FileSample
 
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.firstServlet
 
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.GetFile
ID number to satisfy SERIALIZABLE interface.
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.GetWebPage
ID number to satisfy SERIALIZABLE interface.
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.Servlet
Added to satisfy Serializable interface.
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.ServletSample
 
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.TestSpreadsheetHelpers
Inserted in order to satisfy serializable interface
serialVersionUID - Static variable in class bradleyross.j2ee.servlets.UploadServlet
Dummy id to satisfy serializable interface
serialVersionUID - Static variable in class bradleyross.j2ee.tags.DefaultTag
Inserted to satisfy Serializable interface.
serialVersionUID - Static variable in class bradleyross.library.applets.ColorsSample.colorSet
 
serialVersionUID - Static variable in class bradleyross.library.applets.ColorsSample
 
serialVersionUID - Static variable in class bradleyross.library.applets.Concentration.GamePanel
For compliance with Serializable interface,
serialVersionUID - Static variable in class bradleyross.library.applets.Concentration.secondPanel
Dummy field to satisfy Serializable interface.
serialVersionUID - Static variable in class bradleyross.library.applets.Concentration
Provided for compliance with Serializable interface.
serialVersionUID - Static variable in class bradleyross.library.applets.Concentration.Tile
Value to satisfy Serializable interface.
serialVersionUID - Static variable in class bradleyross.library.applets.ScrollbarSample
 
serialVersionUID - Static variable in class bradleyross.library.applets.WebSample.colorSet
 
serialVersionUID - Static variable in class bradleyross.library.applets.WebSample
Inserted to satisfy Serializable interface.
serialVersionUID - Static variable in exception bradleyross.library.NotSupportedException
Included to satisfy Serializable interface
serialVersionUID - Static variable in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
Default entry to satisfy serializable interface.
SERIF - Static variable in interface bradleyross.library.helpers.TableWriterInterface
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.CodecInfo
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.CsvWriter
Called by servlet container when an HTTP transaction requests a response from the server.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.csvWriter2
Deprecated.
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.DownloadItem
This method is called by the application server to service the HTTP transaction.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.FileSample
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.firstServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.GetFile
Processes request to a servlet.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.GetWebPage
Processes request to a servlet.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.NumberPage
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.OctetStream
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.Servlet
Carries out processing for a HTTP transaction.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ServletSample
 
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.ShowSchema
This is the method that is executed each time a request is made for the web page.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.TestSpreadsheetHelpers
Creates the web page.
service(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.j2ee.servlets.UploadServlet
Process the call to the servlet.
Servlet - Class in bradleyross.j2ee.servlets
Superclass for servlets.
Servlet() - Constructor for class bradleyross.j2ee.servlets.Servlet
Inserted for debugging;
Servlet.ThisPage - Class in bradleyross.j2ee.servlets
This class is placed here so that the programmer can subclass either Servlet.ThisPage or bradleyross.library.servlets.ThisPage.
Servlet.ThisPage() - Constructor for class bradleyross.j2ee.servlets.Servlet.ThisPage
Constructor provided to allow subclassing.
Servlet.ThisPage(HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class bradleyross.j2ee.servlets.Servlet.ThisPage
Initializes the object with information about the HTTP transaction.
ServletHelpers - Class in bradleyross.library.helpers
General purpose helpers for use in creating servlets.
ServletHelpers(DatabaseProperties) - Constructor for class bradleyross.library.helpers.ServletHelpers
 
ServletSample - Class in bradleyross.j2ee.servlets
Sample servlet that displays a dummy page.
ServletSample() - Constructor for class bradleyross.j2ee.servlets.ServletSample
 
session - Variable in class bradleyross.j2ee.beans.RequestProperties
Implicit object.
sessionBean - Variable in class bradleyross.j2ee.beans.LoginBean
I believe that the ManagedProperty annotation in this method will cause the sessionProperties bean to be created at the same time as the loginBean.
SessionInformation - Class in bradleyross.j2ee.servlets
The purpose of this case is to encapsulate information related to the session.
SessionInformation() - Constructor for class bradleyross.j2ee.servlets.SessionInformation
 
SessionProperties - Class in bradleyross.j2ee.beans
This bean covers the session properties for the application.
SessionProperties() - Constructor for class bradleyross.j2ee.beans.SessionProperties
 
setAccountName(String) - Method in class bradleyross.library.database.DatabaseProperties
Setter for accountName.
setAddHarmonic(boolean) - Method in class bradleyross.sound.BeeperPanel
 
setAdminAccess(boolean) - Method in class bradleyross.j2ee.servlets.SessionInformation
Set the value of adminAccess.
setAlarmState(int) - Method in class bradleyross.j2ee.beans.ControlledObject
 
setAlign(String) - Method in class bradleyross.j2ee.tags.CenterTag
Used by the servlet generated by the application server to set the value of the attribute align for the custom tag.
setAppletMode(boolean) - Method in class bradleyross.library.applets.Concentration
Setter for applietMode.
setAuthorized(boolean) - Method in class bradleyross.j2ee.beans.SessionProperties
 
setAutoCommit(boolean) - Method in class bradleyross.library.database.DatabaseProperties
Set autoCommit flag
setCaseSensitive(boolean) - Method in class bradleyross.common.processList
Setter for caseSensitive.
setChar(PreparedStatement, int, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a CHAR column in a prepared statement.
setChar(PreparedStatement, int, String, boolean) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a CHAR column in a prepared statement.
setChar(PreparedStatement, int, ResultSet, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a CHAR column in a prepared statement.
setChar(PreparedStatement, int, ResultSet, String, boolean) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a CHAR column in a prepared statement.
setClassName(String) - Method in class bradleyross.j2ee.tags.CenterTag
Used by the application server to set the value of the variable className when it is encountered as an attribute in the custom tags.
setClassName(String) - Method in class bradleyross.j2ee.tags.ConvertToComment
 
setColumnCount(int) - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Sets number of columns in result set.
setColumnCount(int) - Method in interface bradleyross.library.helpers.TableInterface
 
setColumnCount(int) - Method in class bradleyross.library.helpers.WebTable
 
setCombinedTime(long) - Static method in class bradleyross.library.helpers.FileHelpers
Setter for combinedTimeout
setConnectionString(String) - Method in class bradleyross.library.database.DatabaseProperties
Specify the connection string to be used.
setConnectTimeout(int) - Static method in class bradleyross.library.helpers.FileHelpers
Setter for connectTimeout.
setContents(byte[]) - Method in class bradleyross.j2ee.servlets.ThisPage
Set the byte array to be used to display the downloaded item.
setContents(byte[]) - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
Connect the byte array to the object.
setCookie(Map<String, String>) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setDatabase(DatabaseProperties) - Method in class bradleyross.j2ee.servlets.ThisPage
Set the object containing database connection properties.
setDatabase(DatabaseProperties) - Method in class bradleyross.library.database.TableHelper
 
setDatabaseAccount(String) - Method in class bradleyross.j2ee.servlets.SessionInformation
Set the value of databaseAccount.
setDatabaseExtras(DatabaseExtras) - Method in class bradleyross.library.database.DatabaseProperties
Set value of extras.
setDatabaseInstance() - Method in class bradleyross.library.database.DatabaseInstance
 
setDatabaseInstance(String) - Method in class bradleyross.library.database.DatabaseInstance
 
setDatabaseInstance(String, String) - Method in class bradleyross.library.database.DatabaseInstance
 
setDatabaseInstance() - Method in class bradleyross.library.database.DatabaseProperties
Internal program for setting up connection using default database and account.
setDatabaseInstance(String) - Method in class bradleyross.library.database.DatabaseProperties
Internal program for setting up connection using specified database with a default account for the database.
setDatabaseInstance(String, String) - Method in class bradleyross.library.database.DatabaseProperties
Internal program for setting up connection with a specified database and account name.
setDatabaseInstance() - Method in class bradleyross.local.databases.DatabaseConnection
This method specifies a default database and database account.
setDatabaseInstance(String) - Method in class bradleyross.local.databases.DatabaseConnection
This method specifies a default database account to be used for each database.
setDatabaseInstance(String, String) - Method in class bradleyross.local.databases.DatabaseConnection
 
setDatabasePassword(String) - Method in class bradleyross.j2ee.servlets.SessionInformation
Set the value of databasePassword.
setDatabaseProperties(DatabaseProperties) - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
 
setDateFormat(SimpleDateFormat) - Method in interface bradleyross.library.helpers.TableWriterInterface
 
setDateRange(Servlet.ThisPage) - Method in class bradleyross.j2ee.servlets.Servlet
Obtain date range from HTTP request.
setDebugLevel(int) - Method in class bradleyross.common.communicationsWindow
This method is used to control the amount of diagnostic messages generated.
setDebugLevel(int) - Method in class bradleyross.common.httpHelper
Setter for debugLevel.
setDebugLevel(int) - Method in class bradleyross.common.processList
Setter for debug level.
setDebugLevel(int) - Method in class bradleyross.common.sqlHelper
Set amount of diagnostic messages to be printed.
setDebugLevel(int) - Method in class bradleyross.common.XmlParser
Determine amount of diagnostic output.
setDebugLevel(int) - Method in class bradleyross.j2ee.servlets.ThisPage
Sets value of debugLevel
setDebugLevel(int) - Method in class bradleyross.library.applets.Concentration
Setter for debugLevel.
setDebugLevel(int) - Method in class bradleyross.library.database.DatabaseProperties
Set the amount of diagnostic messages.
setDebugLevel(int) - Method in class bradleyross.library.helpers.CalendarHelpers
Setter for debugLevel
setDebugLevel(int) - Method in class bradleyross.library.helpers.DirWalker
Setter for DirWalker.debugLevel property.
setDebugLevel(int) - Static method in class bradleyross.library.helpers.FileHelpers
Setter for debugLevel
setDebugLevel(int) - Method in class bradleyross.library.helpers.RandomHelpers
Setter for debugLevel
setDebugLevel(int) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Set amount of diagnostic messages to be printed.
setDebugLevel(int) - Method in interface bradleyross.library.helpers.TableInterface
 
setDebugLevel(int) - Method in class bradleyross.library.helpers.WebTable
 
setDebugLevel(int) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
 
setDebugLevel(int) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Setter for outerDebugLevel.
setDebugLevel(int) - Method in class bradleyross.opensource.xerces.XmlParser
Determine amount of diagnostic output.
setDefaultCatalog(String) - Method in class bradleyross.library.database.DatabaseProperties
Sets value of defaultCatalog.
setDefaultSchema(String) - Method in class bradleyross.library.database.DatabaseProperties
Sets value of defaultSchema.
setDescLocation(URL) - Method in class bradleyross.library.applets.Concentration.ImageInstance
 
setDocumentLocator(Locator) - Method in class bradleyross.common.XmlParser.MyHandler
 
setDocumentLocator(Locator) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
setDomainName(String) - Method in class bradleyross.library.database.DatabaseProperties
Setter for domainName
setEndDate(Date) - Method in class bradleyross.j2ee.servlets.ThisPage
Set end date of date range.
setEndOfPacket(boolean) - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Sets value of endOfPacket.
setExceptionProcessor(ExceptionProcessor) - Method in class bradleyross.library.helpers.ExceptionHelper
setFacesContext(FacesContext) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setFileName(String) - Method in class bradleyross.j2ee.servlets.ThisPage
Set the filename associated with the item to be downloaded.
setFirstLocation(int) - Method in class bradleyross.library.applets.Concentration.ImageInstance
Setter for firstLocation.
setFloat(PreparedStatement, int, Float) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a FLOAT column in a prepared statement.
setFloat(PreparedStatement, int, ResultSet, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a FLOAT column in a prepared statement.
setFrequencyLabel() - Method in class bradleyross.sound.BeeperPanel
Sets label to current frequency settings.
setHandlerClass(String) - Method in class bradleyross.library.database.DatabaseProperties
Set the class name to be used for the handler class.
setImage(BufferedImage) - Method in class bradleyross.library.applets.Concentration.ImageInstance
Setter for image.
setImageLocation(URL) - Method in class bradleyross.library.applets.Concentration.ImageInstance
 
setImageNumber(int) - Method in class bradleyross.library.applets.Concentration.Tile
Setter for imageNumber.
setInteger(PreparedStatement, int, Integer) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a INTEGER column in a prepared statement.
setInteger(PreparedStatement, int, ResultSet, Integer) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a INTEGER column in a prepared statement.
setIntegerFormat(NumberFormat) - Method in interface bradleyross.library.helpers.TableWriterInterface
 
setInvalidParameters(boolean) - Method in class bradleyross.library.database.DatabaseProperties
Set value of invalidParameters to indicate that constructor is not valid.
setMaxCount(int) - Method in class bradleyross.library.helpers.DirWalker
Setter for DirWalker.maxCount property.
setMimeType(String) - Method in class bradleyross.j2ee.servlets.ThisPage
Set the MIME code for the document.
setMNTickMarks(JFreeChart) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Set up the time tick marks and text items for the charts so that the time axis has letters indicating noon and midnight as well as the day of week, day of month and month.
setMNTickMarks(JFreeChart, Date, Date) - Method in class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Set up the time tick marks and text items for the charts so that the time axis has letters indicating noon and midnight as well as the day of week, day of month and month.
setMode(int) - Method in class bradleyross.j2ee.servlets.ThisPage
Set the mode of operation
setName(String) - Method in class bradleyross.library.database.TableHelper.ColumnStatus
 
setNumberFormat(NumberFormat) - Method in interface bradleyross.library.helpers.TableWriterInterface
 
setOutput(GenericPrinter) - Method in interface bradleyross.library.helpers.TableInterface
 
setOutput(GenericPrinter) - Method in class bradleyross.library.helpers.WebTable
 
setOutputFilename(String) - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
 
setPageContext(PageContext) - Method in class bradleyross.j2ee.tags.CenterTag
 
setPageContext(PageContext) - Method in class bradleyross.j2ee.tags.DefaultTag
 
setParam(Map<String, String>) - Method in class bradleyross.j2ee.beans.RequestProperties
Setter for RequestProperties.param managed bean.
setParamAnn(Map<String, String>) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setParamXml(Map<String, String>) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setPassword(String) - Method in class bradleyross.j2ee.beans.LoginBean
 
setPassword(String) - Method in class bradleyross.library.database.DatabaseProperties
Sets the password to be used for the connection when it is desired to avoid placing the value in the program.
setPortNumber(int) - Method in class bradleyross.library.database.DatabaseProperties
Setter for port number
setReadTimeout(int) - Static method in class bradleyross.library.helpers.FileHelpers
Setter for readTimeout.
setRedirectAddress(String) - Method in class bradleyross.j2ee.servlets.ThisPage
Set redirectAddress.
setRedirectAddress(String) - Method in class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Set the URL for redirecting the servlet upon completion.
setRequest(HttpServletRequest) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setResponse(HttpServletResponse) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setResultSet(ResultSet) - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Setter for rs.
setResultSetMetaData(ResultSetMetaData) - Method in class bradleyross.j2ee.servlets.CsvWriter.Instance
Setter for rsmd.
setSampleRate(int) - Method in class bradleyross.sound.BeeperPanel
Sets the sample rate to one of the four allowable rates.
setSecondLocation(int) - Method in class bradleyross.library.applets.Concentration.ImageInstance
Setter for secondLocation
setSession(HttpSession) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setSessionBean(SessionProperties) - Method in class bradleyross.j2ee.beans.LoginBean
 
setSource(String) - Method in class bradleyross.j2ee.tags.DefaultTag
 
setStartDate(Date) - Method in class bradleyross.j2ee.servlets.ThisPage
Set start date of date range.
setStatus(int) - Method in class bradleyross.library.applets.Concentration.Tile
Setter for status.
setStatusState(int) - Method in class bradleyross.j2ee.beans.ControlledObject
 
setStyle(String) - Method in class bradleyross.j2ee.tags.CenterTag
Used by the application server to set the value of the variable style when it is encountered as an attribute in the custom tags.
setSystemName(String) - Method in class bradleyross.library.database.DatabaseProperties
Setter for systemName.
setTest1(String) - Method in class bradleyross.j2ee.beans.RequestProperties
 
setText(JTextArea) - Method in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
setText(JTextArea, int) - Method in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
setText(JTextArea) - Method in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
setText(JTextArea, int) - Method in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
setTimeout(int) - Method in class bradleyross.library.helpers.FileHelpers
Deprecated. 
setType(int) - Method in class bradleyross.library.database.TableHelper.ColumnStatus
 
setup() - Method in class bradleyross.library.database.DatabaseExtras
Sets up database specific objects.
setup() - Method in class bradleyross.library.database.DB2
 
setup() - Method in class bradleyross.library.database.MySQL
 
setup() - Method in class bradleyross.library.database.Oracle
 
setup() - Method in class bradleyross.library.database.Postgres
 
setup() - Method in class bradleyross.library.database.SQLServer
 
setUpSound() - Method in class bradleyross.sound.BeeperPanel
Generate the tone and inform the user of settings.
setUserName(String) - Method in class bradleyross.j2ee.beans.LoginBean
 
setUserName(String) - Method in class bradleyross.j2ee.beans.SessionProperties
 
setValues(CsvWriter.Instance) - Method in class bradleyross.j2ee.servlets.CsvWriter
Sets values in Instance object.
setVarchar(PreparedStatement, int, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a VARCHAR column in a prepared statement.
setVarchar(PreparedStatement, int, String, boolean) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a VARCHAR column in a prepared statement.
setVarchar(PreparedStatement, int, ResultSet, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a VARCHAR column in a prepared statement.
setVarchar(PreparedStatement, int, ResultSet, String, boolean) - Static method in class bradleyross.library.helpers.ServletHelpers
Set a VARCHAR column in a prepared statement.
showAttributes() - Method in class bradleyross.library.database.DatabaseProperties
Return attributes of the connection properties
ShowObjects - Class in bradleyross.library.database
Quick and dirty program to make files out of procedures and views in the database.
ShowObjects(DatabaseProperties) - Constructor for class bradleyross.library.database.ShowObjects
 
showParameters(HttpServletRequest) - Static method in class bradleyross.library.helpers.ServletHelpers
Place information on the parameters in the body of the servlet.
ShowProperties - Class in bradleyross.library.database
Displays information about database.
ShowProperties(Connection) - Constructor for class bradleyross.library.database.ShowProperties
Constructor using java.sql.Connection object.
ShowProperties(DatabaseProperties) - Constructor for class bradleyross.library.database.ShowProperties
Constructor using my database class.
showProperties(URLConnection) - Static method in class bradleyross.library.helpers.FileHelpers
Send properties for connection to System.out
showResultSet(GenericPrinter, ResultSet) - Method in class bradleyross.j2ee.servlets.ShowSchema
Displays a result set as an HTML table.
ShowSchema - Class in bradleyross.j2ee.servlets
Servlet for showing database schema information using DatabaseMetaData.
ShowSchema() - Constructor for class bradleyross.j2ee.servlets.ShowSchema
Default constructor.
ShowSchema(String, String, String) - Constructor for class bradleyross.j2ee.servlets.ShowSchema
Constructor to allow the methods to be used by a stand-alone application.
showTimeZones - Class in bradleyross.demonstrations
Listing of time zones in Java
showTimeZones() - Constructor for class bradleyross.demonstrations.showTimeZones
 
singleRequest(String, String, String, String) - Method in class bradleyross.j2ee.servlets.PulldownList
Generate the HTML code for a SELECT tag that allows a single value to be selected.
singleRequest(String) - Method in class bradleyross.j2ee.servlets.PulldownList
Generate the HTML code for a SELECT tag that allows a single value to be selected.
singleRequest(String, String) - Method in class bradleyross.j2ee.servlets.PulldownList
Generate the HTML code for a SELECT tag that allows a single value to be selected.
skippedEntity(String) - Method in class bradleyross.common.XmlParser.MyHandler
 
skippedEntity(String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
sleeper(int) - Method in class bradleyross.library.applets.Concentration
Causes thread for a number of milliseconds
slf4jLog(int, String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
 
slf4jLogger - Variable in class bradleyross.library.helpers.ExceptionHelper
 
sock - Variable in class bradleyross.common.communicationsWindow
 
source - Variable in class bradleyross.j2ee.tags.DefaultTag
 
specialFix(Date) - Method in class bradleyross.library.helpers.CalendarHelpers
Deprecated. 
splitLines(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
 
splitLines(List<String>, int) - Method in class bradleyross.library.helpers.ExceptionHelper
 
splitLines(String) - Method in class bradleyross.library.helpers.ExceptionHelper
 
SpreadsheetHelpers - Class in bradleyross.library.helpers
Generates an Excel XML workbook.
SpreadsheetHelpers() - Constructor for class bradleyross.library.helpers.SpreadsheetHelpers
 
SQLExample - Class in bradleyross.library.debugging
 
SQLExample() - Constructor for class bradleyross.library.debugging.SQLExample
 
sqlHelper - Class in bradleyross.common
Provide a set of classes to help with the processing of SQL statements.
sqlHelper() - Constructor for class bradleyross.common.sqlHelper
 
SQLServer - Class in bradleyross.library.database
Subclass of DatabaseExtras for the SQLServer database manager by Microsoft.
SQLServer() - Constructor for class bradleyross.library.database.SQLServer
 
start(Socket) - Method in class bradleyross.common.communicationsWindow
This is the main method for creating the communications window and setting up the communications stream.
startDate - Variable in class bradleyross.j2ee.servlets.ThisPage
Starting date of date range.
startDocument() - Method in class bradleyross.common.XmlParser.MyHandler
Called by the parser when the start of the document is encountered.
startDocument() - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called by the parser when the start of the document is encountered.
startElement(String, String, String, Attributes) - Method in class bradleyross.common.XmlParser.MyHandler
Called when a start tag is encountered.
startElement(String, String, String, Attributes) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called when a start tag is encountered.
starter(Servlet.ThisPage) - Method in class bradleyross.j2ee.servlets.Servlet
Processing before calling processor method.
starter(UploadServlet.ThisPage) - Method in class bradleyross.j2ee.servlets.UploadServlet
Perform common operations on the contents of the request packet before running the main program.
startOfDay(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the start of a day containing a specified time
startOfHour(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the start of an hour containing a specified time
startOfMinute(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the start of a minute containing a specified time
startOfMonth(Date) - Static method in class bradleyross.library.helpers.DateHelpers
Return the start of a month containing a specified time
startPrefixMapping(String, String) - Method in class bradleyross.common.XmlParser.MyHandler
Called when prefix mapping is started.
startPrefixMapping(String, String) - Method in class bradleyross.opensource.xerces.XmlParser.MyHandler
Called when prefix mapping is started.
startRow() - Method in class bradleyross.library.helpers.WebTable
 
startSheet() - Method in interface bradleyross.library.helpers.TableWriterInterface
 
startTable() - Method in interface bradleyross.library.helpers.TableInterface
 
startTable() - Method in class bradleyross.library.helpers.WebTable
 
startWorkbook() - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Returns the character string that should appear at the start of the workbook.
startWorksheet(String, int, int) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
Generate the XML text to appear at the start of a spreadsheet within the workbook.
StatesJson - Class in bradleyross.library.json
 
StatesJson() - Constructor for class bradleyross.library.json.StatesJson
 
status - Variable in class bradleyross.library.applets.Concentration.Tile
Indicate current status of the tile.
statusState - Variable in class bradleyross.j2ee.beans.ControlledObject
A value indicating the status of the object.
stop() - Method in class bradleyross.library.applets.Concentration
Remove the debugging window if debugLevel was greater than 0.
stop() - Method in class bradleyross.sound.Beeper
 
stream - Variable in class bradleyross.library.helpers.GenericPrinter
PrintStream object.
streamReader - Variable in class bradleyross.common.communicationsWindow
 
StringHelpers - Class in bradleyross.library.helpers
Classes for manipulating strings.
StringHelpers() - Constructor for class bradleyross.library.helpers.StringHelpers
 
stringToFile(String, String) - Method in class bradleyross.library.helpers.SpreadsheetHelpers
This method constructs a new file containing the contents of a String object.
stringWriter - Variable in class bradleyross.j2ee.servlets.ThisPage
Used internally to store information for page.
stripEOL(String) - Method in class bradleyross.j2ee.servlets.UploadServlet
Strips end of line characters from a character string.
style - Variable in class bradleyross.j2ee.tags.CenterTag
Value of the attribute style for the custom tag.
SwingDemo - Class in bradleyross.demonstrations
Provides a demonstration of several features of the Swing methods.
SwingDemo() - Constructor for class bradleyross.demonstrations.SwingDemo
 
SwingDemo.BorderDemo - Class in bradleyross.demonstrations
This provides a demonstration of the BorderLayout class.}
SwingDemo.BorderDemo() - Constructor for class bradleyross.demonstrations.SwingDemo.BorderDemo
 
SwingDemo.BorderDemo(int) - Constructor for class bradleyross.demonstrations.SwingDemo.BorderDemo
 
SwingDemo.FlowDemo - Class in bradleyross.demonstrations
This provides a demonstration of the FlowLayout class.}
SwingDemo.FlowDemo() - Constructor for class bradleyross.demonstrations.SwingDemo.FlowDemo
 
SwingDemo.FlowDemo(int) - Constructor for class bradleyross.demonstrations.SwingDemo.FlowDemo
 
SwingDemo.GridBagDemo - Class in bradleyross.demonstrations
This provides a demonstration of the GridBagLayout class.
SwingDemo.GridBagDemo() - Constructor for class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
SwingDemo.MainPage - Class in bradleyross.demonstrations
Creates the main Swing page using the GridLayout class.
SwingDemo.MainPage() - Constructor for class bradleyross.demonstrations.SwingDemo.MainPage
 
SwingDemo.MainPage.Listener - Class in bradleyross.demonstrations
 
SwingDemo.MainPage.Listener() - Constructor for class bradleyross.demonstrations.SwingDemo.MainPage.Listener
 
systemDescription - Variable in class bradleyross.library.database.DatabaseProperties
Optional field containing a human readable description of the database.
systemName - Variable in class bradleyross.library.database.DatabaseProperties
This is the name of the system identifier to identify the database in database systems that can support multiple databases.

T

TableDataInterface - Interface in bradleyross.library.helpers
Describes methods required to generate data set and specify how it will be formatted as either a spreadsheet or a web table.
TableHelper - Class in bradleyross.library.database
Superclass for handling interactions with a database table.
TableHelper(DatabaseProperties, String, String, String) - Constructor for class bradleyross.library.database.TableHelper
 
TableHelper.ColumnStatus - Class in bradleyross.library.database
Encapsulates information on a column in the table.
TableHelper.ColumnStatus(String, int) - Constructor for class bradleyross.library.database.TableHelper.ColumnStatus
 
TableInterface - Interface in bradleyross.library.helpers
 
tableNamePrefixes - Variable in class bradleyross.library.database.DatabaseProperties
Set of prefixes for table names
TableWriterInterface - Interface in bradleyross.library.helpers
Methods required to generate the table representation described using TableDataInterface.
tags - Variable in class bradleyross.common.XmlParser.MyHandler
 
tags - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
tempRead1(String) - Method in class bradleyross.library.applets.Concentration
Processes an image.
terminateRequest - Variable in class bradleyross.j2ee.servlets.ThisPage
Cancel processing if set to true.
terms - Variable in class bradleyross.library.database.DatabaseExtras
Contains mapping of database specific terms to their code values.
test(String) - Static method in class bradleyross.library.helpers.HtmlHelpers
Test driver for process of escaping strings;
test1 - Variable in class bradleyross.j2ee.beans.RequestProperties
Managed bean property for the name parameter in the HTTP call.
test1(File) - Method in class bradleyross.library.helpers.DirWalker
Test program for Level class.
test2(File) - Method in class bradleyross.library.helpers.DirWalker
Test iterator for DirWalker class.
TestCopyFile - Class in bradleyross.library.helpers.tests
Test driver for bradleyross.library.helpers.FileHelpers.copyFile(String,String).
TestCopyFile() - Constructor for class bradleyross.library.helpers.tests.TestCopyFile
 
TestMail - Class in bradleyross.demonstrations
Demonstration of sending mail using Java.
TestMail() - Constructor for class bradleyross.demonstrations.TestMail
 
TestSpreadsheetHelpers - Class in bradleyross.j2ee.servlets
Test servlet for bradleyross.library.helpers.SpreadsheetHelpers.
TestSpreadsheetHelpers() - Constructor for class bradleyross.j2ee.servlets.TestSpreadsheetHelpers
 
TestSpreadsheetHelpers - Class in bradleyross.library.helpers.tests
Test driver for bradleyross.library.helpers.SpreadsheetHelpers.
TestSpreadsheetHelpers() - Constructor for class bradleyross.library.helpers.tests.TestSpreadsheetHelpers
 
testValue - Variable in class bradleyross.common.XmlParser.MyHandler
 
testValue - Variable in class bradleyross.j2ee.beans.SessionProperties
 
testValue - Variable in class bradleyross.opensource.xerces.XmlParser.MyHandler
 
TestWebTable - Class in bradleyross.library.helpers.tests
 
TestWebTable() - Constructor for class bradleyross.library.helpers.tests.TestWebTable
 
textBlock - Variable in class bradleyross.library.applets.Concentration.secondPanel
Used for debugging messages.
thirdTest - Class in bradleyross.opensource.jackcess
Reads an MDB file using the Microsoft Access 2000 format and displays information concerning its layout and contents.
thirdTest() - Constructor for class bradleyross.opensource.jackcess.thirdTest
 
ThisPage - Class in bradleyross.j2ee.servlets
Used by code for servlets to pass information about a specific HTTP request.
ThisPage() - Constructor for class bradleyross.j2ee.servlets.ThisPage
Default constructor added to allow subclassing.
ThisPage(HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class bradleyross.j2ee.servlets.ThisPage
 
thumbnail(String, String, int, int) - Static method in class bradleyross.library.helpers.FileHelpers
Create a file containing a thumbnail image from another file.
thumbnail(File, File, int, int) - Static method in class bradleyross.library.helpers.FileHelpers
Create a file containing a thumbnail image from another file.
thumbnail(String, String, int) - Static method in class bradleyross.library.helpers.FileHelpers
Makes file with thumbnail image
thumbnail(String, String) - Static method in class bradleyross.library.helpers.FileHelpers
Makes file with thumbnail image
TickUnitCollection - Class in bradleyross.opensource.jfreechart.helpers
Create a new collection of tick units.
TickUnitCollection(int) - Constructor for class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Constructor allowing extra debugging aids.
TickUnitCollection() - Constructor for class bradleyross.opensource.jfreechart.helpers.TickUnitCollection
Default constructor.
TickUnitCollection.MNFormat - Class in bradleyross.opensource.jfreechart.helpers
java.text.DateFormat class required to satisfy the formatting requirements of the JFreeChart package.
TickUnitCollection.MNFormat() - Constructor for class bradleyross.opensource.jfreechart.helpers.TickUnitCollection.MNFormat
 
tileList - Variable in class bradleyross.library.applets.Concentration
Array of the tiles on the game panel.
tilesHeight - Variable in class bradleyross.library.applets.Concentration
Number of tiles vertically.
tilesWidth - Variable in class bradleyross.library.applets.Concentration
Number of tiles horizontally.
timeout - Static variable in class bradleyross.library.helpers.FileHelpers
Deprecated. 
TimeSeriesExample - Class in bradleyross.opensource.jfreechart
Shows a parameter varying over time with calls giving the time and the value of the parameter.
TimeSeriesExample() - Constructor for class bradleyross.opensource.jfreechart.TimeSeriesExample
 
TimeSeriesExample2 - Class in bradleyross.opensource.jfreechart
Shows a parameter varying over time.
TimeSeriesExample2() - Constructor for class bradleyross.opensource.jfreechart.TimeSeriesExample2
 
title - Variable in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
title - Variable in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
title - Variable in class bradleyross.demonstrations.SwingDemo.GridBagDemo
 
ToneGenerator - Class in bradleyross.sound
 
ToneGenerator() - Constructor for class bradleyross.sound.ToneGenerator
 
ToneGenerator.ControlPanel - Class in bradleyross.sound
This is the control panel for the tone generator.
ToneGenerator.ControlPanel() - Constructor for class bradleyross.sound.ToneGenerator.ControlPanel
 
ToneGenerator.FrequencySelector - Class in bradleyross.sound
 
ToneGenerator.FrequencySelector() - Constructor for class bradleyross.sound.ToneGenerator.FrequencySelector
 
topWindow - Variable in class bradleyross.common.communicationsWindow
The topWindow TextArea holds the information sent from the other end of the connection.
toString() - Method in class bradleyross.j2ee.servlets.UploadServlet.Contents
 
TRACE - Static variable in class bradleyross.library.helpers.ExceptionHelper
 
trace(String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for trace messages.
trace(String) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for trace messages.
trace(List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for trace messages.
trace(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for trace messages.
trace(String[], Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for trace messages.
trace(String[]) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for trace messages.
transferEncoding - Variable in class bradleyross.j2ee.servlets.UploadServlet.Contents
Content transfer encoding method for the element of the transaction.
type - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
Data type as defined by java.sql.Types.

U

underlying - Variable in class bradleyross.library.helpers.GenericPrinter
PrintStream, PrintWriter, or StringWriter object that was used in the constructor.
unescape(String) - Static method in class bradleyross.library.helpers.HtmlHelpers
Reverse the escaping of the control characters to get the original string.
UNKNOWN - Static variable in class bradleyross.library.applets.Concentration.Tile
Indicates that status of card is unknown.
UploadServlet - Class in bradleyross.j2ee.servlets
Start of servlet for testing techniques for uploads.
UploadServlet() - Constructor for class bradleyross.j2ee.servlets.UploadServlet
 
UploadServlet.Contents - Class in bradleyross.j2ee.servlets
Contains information on the contents of a single part of a multipart form.
UploadServlet.Contents() - Constructor for class bradleyross.j2ee.servlets.UploadServlet.Contents
 
UploadServlet.Formatters - Class in bradleyross.j2ee.servlets
Methods for formatting integers.
UploadServlet.Formatters() - Constructor for class bradleyross.j2ee.servlets.UploadServlet.Formatters
 
UploadServlet.ThisPage - Class in bradleyross.j2ee.servlets
Contains information relating to a single HTTP request.
UploadServlet.ThisPage(HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class bradleyross.j2ee.servlets.UploadServlet.ThisPage
Constructor for object, setting the input and output streams so that the element can be processed.
url - Variable in class bradleyross.library.applets.WebSample
 
userName - Variable in class bradleyross.j2ee.beans.LoginBean
User name.
userName - Variable in class bradleyross.j2ee.beans.SessionProperties
Account name for user.

V

valid - Variable in class bradleyross.j2ee.servlets.GetFile
Servlet has a valid configuration when true.
valid - Variable in class bradleyross.j2ee.servlets.GetWebPage
Servlet has a valid configuration when true.
valid - Variable in class bradleyross.library.database.ShowProperties
True indicates that the class was able to successfully obtain a DatabaseMetaData object.
validTerms - Variable in class bradleyross.library.database.DatabaseExtras
Array containing valid codes for database specific terms.
value - Variable in class bradleyross.common.processList.namePair
 
value - Variable in class bradleyross.demonstrations.SwingDemo.BorderDemo
 
value - Variable in class bradleyross.demonstrations.SwingDemo.FlowDemo
 
value - Variable in class bradleyross.j2ee.servlets.UploadServlet.Contents
The byte array containing the data for this part.
value - Variable in class bradleyross.library.database.TableHelper.ColumnStatus
Value of the column.
valueWithDefault(String, String) - Static method in class bradleyross.library.helpers.ServletHelpers
Returns a default value if the examined value is null.

W

WARN - Static variable in class bradleyross.library.helpers.ExceptionHelper
 
warn(String, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for warn messages.
warn(String) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for warn messages.
warn(List<String>, Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for warn messages.
warn(List<String>) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for warn messages.
warn(String[], Exception) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for warn messages.
warn(String[]) - Method in class bradleyross.library.helpers.ExceptionHelper
Helper method for warn messages.
WebSample - Class in bradleyross.library.applets
Demonstrates using a Java applet to display web pages in windows on the browser.
WebSample() - Constructor for class bradleyross.library.applets.WebSample
 
WebSample.colorSet - Class in bradleyross.library.applets
The inner class colorSet represents the buttons in the panel which the user sees.
WebSample.colorSet() - Constructor for class bradleyross.library.applets.WebSample.colorSet
This is the constructor for the colorSet class which defines the buttons.
WebTable - Class in bradleyross.library.helpers
 
WebTable() - Constructor for class bradleyross.library.helpers.WebTable
 
whiteButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
whiteButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
widthCurrent - Variable in class bradleyross.common.communicationsWindow
The width of the TextArea objects in pixels when they are colsCurrent columns wide.
widthLarger - Variable in class bradleyross.common.communicationsWindow
The width of the TextArea objects in pixels when they are colsLarger columns wide.
widthSmaller - Variable in class bradleyross.common.communicationsWindow
The width of the TextArea objects in pixels when they are colsSmaller columns wide.
windowName - Variable in class bradleyross.common.communicationsWindow
 
windowNumber - Static variable in class bradleyross.common.communicationsWindow
 
windowResizer() - Method in class bradleyross.common.communicationsWindow
This method is called when the window is resized.
works(HttpServletRequest, HttpServletResponse) - Method in class bradleyross.library.json.StatesJson
Generate output.
write(int) - Method in class bradleyross.library.helpers.GenericPrinter
Place a byte containing the specified value to the stream.
writeMessage(String) - Method in class bradleyross.library.applets.Concentration.secondPanel
Add a message to the text area and move the scroll bar to the bottom of the scrolling area.
writer - Variable in class bradleyross.j2ee.servlets.ThisPage
PrintWriter object for response.
writer - Variable in class bradleyross.library.helpers.GenericPrinter
PrintWriter object.
writerCodecs - Variable in class bradleyross.j2ee.servlets.CodecInfo
List of ImageWriter objects.
writeShort(OutputStream, int) - Static method in class bradleyross.j2ee.servlets.OctetStream
 
WriteToFile - Class in bradleyross.demonstrations
Provides a quick demonstration of writing to a file.
WriteToFile() - Constructor for class bradleyross.demonstrations.WriteToFile
 

X

XmlParser - Class in bradleyross.common
The purpose of this class is to provide a set of tools for parsing XML documents.
XmlParser() - Constructor for class bradleyross.common.XmlParser
 
XmlParser - Class in bradleyross.opensource.xerces
The purpose of this class is to provide a set of tools for parsing XML documents.
XmlParser() - Constructor for class bradleyross.opensource.xerces.XmlParser
 
XmlParser.MyHandler - Class in bradleyross.common
This class provides the means of responding to the Xerces parser from the Apache Xerces parser.
XmlParser.MyHandler(int, String) - Constructor for class bradleyross.common.XmlParser.MyHandler
Constructor defining actions taken during parsing.
XmlParser.MyHandler - Class in bradleyross.opensource.xerces
This class provides the means of responding to the Xerces parser from the Apache Xerces parser.
XmlParser.MyHandler(int, String) - Constructor for class bradleyross.opensource.xerces.XmlParser.MyHandler
Constructor defining actions taken during parsing.
XYChartExample - Class in bradleyross.opensource.jfreechart
Example of generating XY chart.
XYChartExample() - Constructor for class bradleyross.opensource.jfreechart.XYChartExample
 

Y

yellowButton - Variable in class bradleyross.library.applets.ColorsSample.colorSet
See the description of blackButton
yellowButton - Variable in class bradleyross.library.applets.WebSample.colorSet
See the description of blackButton
A B C D E F G H I L M N O P R S T U V W X Y