A C D E G I J L M N P R S T U W

A

addLayoutComponent(String, Component) - Method in class sophware.awt.RowColumnLayout
Adds the specified component with the specified name to the layout.

C

CENTER - Static variable in class sophware.print.Printer
Anchor component in the center
ConnectionPool - class sophware.sql.ConnectionPool.
ConnectionPool maintains a pool of database connetions to the given database URL.
ConnectionPool(String, String, String, int) - Constructor for class sophware.sql.ConnectionPool
Creates new connection pool.
clearWarnings() - Method in class sophware.sql.ThreadSafeConnection
 
close() - Method in class sophware.sql.ThreadSafeConnection
 
commit() - Method in class sophware.sql.ThreadSafeConnection
 
createStatement() - Method in class sophware.sql.ThreadSafeConnection
 
createStatement(int, int) - Method in class sophware.sql.ThreadSafeConnection
 
createStatement(int, int, int) - Method in class sophware.sql.ThreadSafeConnection
 

D

dispose() - Method in class sophware.awt.WaitDialog
Disposes of the WaitDialog
dispose() - Method in class sophware.sql.ConnectionPool
Closes all available connections.

E

EAST - Static variable in class sophware.print.Printer
Anchor component right justified centered vertically

G

getAutoCommit() - Method in class sophware.sql.ThreadSafeConnection
 
getCatalog() - Method in class sophware.sql.ThreadSafeConnection
 
getConnection() - Method in class sophware.sql.ConnectionPool
Checks out a connection from the pool.
getConnection(long) - Method in class sophware.sql.ConnectionPool
Checks out a connection from the pool.
getDefaultAnchor() - Method in class sophware.print.Printer
Gets the default anchor position
getDefaultMaxHeight() - Method in class sophware.print.Printer
Returns the default maximum height (in pages).
getDefaultMaxWidth() - Method in class sophware.print.Printer
Returns the default width (in pages).
getDefaultOrientation() - Method in class sophware.print.Printer
Get the default page orientation
getDefaultPaperHeight() - Method in class sophware.print.Printer
Gets the default paper height (in inches).
getDefaultPaperWidth() - Method in class sophware.print.Printer
Gets the default paper width (in inches).
getDefaultTextScale() - Method in class sophware.print.Printer
Get default scaling for text components.
getFrame(Component) - Static method in class sophware.awt.SEToolkit
Gets the frame containing the given Component.
getHoldability() - Method in class sophware.sql.ThreadSafeConnection
 
getIdleCount() - Method in class sophware.sql.ConnectionPool
Get the number of connections currently idle
getImage(String) - Static method in class sophware.awt.SEToolkit
Loads an image from a file in the user's CLASSPATH
getMetaData() - Method in class sophware.sql.ThreadSafeConnection
 
getPrintTarget() - Method in class sophware.print.JPrintButton
gets the the Component to be printed
getPrintTarget() - Method in class sophware.print.JPrintMenuItem
gets the Component to be printed.
getPrinter() - Method in class sophware.print.JPrintButton
returns the Printer associated with this button.
getPrinter() - Method in class sophware.print.JPrintMenuItem
returns the Printer associated with this menu item.
getSize() - Method in class sophware.sql.ConnectionPool
Get the number of connections in the pool
getTransactionIsolation() - Method in class sophware.sql.ThreadSafeConnection
 
getTypeMap() - Method in class sophware.sql.ThreadSafeConnection
 
getWaitTime() - Method in class sophware.sql.ThreadSafeConnection
Get the maximum wait time.
getWarnings() - Method in class sophware.sql.ThreadSafeConnection
 

I

isAutoOrientEnabled() - Method in class sophware.print.Printer
Indicates whether or not automatic page orientation is enabled whether or not automatic orientation adjustments are enabled
isClosed() - Method in class sophware.sql.ThreadSafeConnection
 
isDefaultTextFormatingEnabled() - Method in class sophware.print.Printer
Indicates whether or not text formating is enabled whether or not text formating is enabled
isFormatedAsText(Component) - Method in class sophware.print.Printer
Indicates whether or not the given component will be formatted as text.
isNativePageSetupEnabled() - Method in class sophware.print.Printer
Indicates whether or not the native page setup Dialog is enabled.
isNativePrinterSetupEnabled() - Method in class sophware.print.Printer
Indicates whether or not the native Printer Setup Dialog is enabled.
isPageSetupEnabled() - Method in class sophware.print.Printer
Indicates whether or not the Page Setup Dialog is enabled.
isReadOnly() - Method in class sophware.sql.ThreadSafeConnection
 

J

JPrintButton - class sophware.print.JPrintButton.
JPrintButton uses the Printer class to provide print functionality to an application.
JPrintButton() - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the default label Print and default print target of the Frame containing it.
JPrintButton(String) - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the given label and default print target of the Frame containing it.
JPrintButton(String, Component) - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the given label and print target.
JPrintButton(Icon) - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the given icon and default print target of the Frame containing it.
JPrintButton(Icon, Component) - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the given icon and print target.
JPrintButton(Component) - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the default label Print and given print target.
JPrintButton(String, Icon, Component) - Constructor for class sophware.print.JPrintButton
JPrintButton creates a button with the given label, icon and print target.
JPrintMenuItem - class sophware.print.JPrintMenuItem.
JPrintMenuItem uses the Printer class to provide print functionality to an application.
JPrintMenuItem() - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the default label Print and default print target of the Frame containing it.
JPrintMenuItem(Action) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the default label Print and default print target of the Frame containing it from the Action provided.
JPrintMenuItem(String) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the given label and default print target of the Frame containing it.
JPrintMenuItem(String, int) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the given label and default print target of the Frame containing it with the given mnemonic.
JPrintMenuItem(String, Component) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the given label and print target.
JPrintMenuItem(Icon) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the given icon and default print target of the Frame containing it.
JPrintMenuItem(Icon, Component) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the given icon and print target.
JPrintMenuItem(Component) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the default label Print and given print target.
JPrintMenuItem(String, Icon, Component) - Constructor for class sophware.print.JPrintMenuItem
JPrintMenuItem creates a menu item with the given label, icon and print target.

L

layoutContainer(Container) - Method in class sophware.awt.RowColumnLayout
Lays out the container in the specified panel.

M

minimumLayoutSize(Container) - Method in class sophware.awt.RowColumnLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.

N

NORTH - Static variable in class sophware.print.Printer
Anchor component to the top of the page centered
NORTHEAST - Static variable in class sophware.print.Printer
Anchor component to the top of the page right justified
NORTHWEST - Static variable in class sophware.print.Printer
Anchor component to the top of the page left justified
nativeSQL(String) - Method in class sophware.sql.ThreadSafeConnection
 

P

Printer - class sophware.print.Printer.
Printer offers an easy to use interface to print any graphical component.
Printer() - Constructor for class sophware.print.Printer
Constructs a new Printer instance With the default constructor, none of the setup dialogs can be used unless a Frame is supplied on a subsequent call to print
Printer(Frame) - Constructor for class sophware.print.Printer
Constructs a new Printer instance
preferredLayoutSize(Container) - Method in class sophware.awt.RowColumnLayout
Returns the preferred dimensions for this layout given the components int the specified panel.
prepareCall(String) - Method in class sophware.sql.ThreadSafeConnection
 
prepareCall(String, int, int) - Method in class sophware.sql.ThreadSafeConnection
 
prepareCall(String, int, int, int) - Method in class sophware.sql.ThreadSafeConnection
 
prepareStatement(String) - Method in class sophware.sql.ThreadSafeConnection
 
prepareStatement(String, int, int) - Method in class sophware.sql.ThreadSafeConnection
 
prepareStatement(String, int, int, int) - Method in class sophware.sql.ThreadSafeConnection
 
prepareStatement(String, int) - Method in class sophware.sql.ThreadSafeConnection
 
prepareStatement(String, int[]) - Method in class sophware.sql.ThreadSafeConnection
 
prepareStatement(String, String[]) - Method in class sophware.sql.ThreadSafeConnection
 
print(Component) - Method in class sophware.print.Printer
Print the given component.
print(Component, int) - Method in class sophware.print.Printer
Print the given number of copies of the given component.
print(Frame, Component, int) - Method in class sophware.print.Printer
Print the given number of copies of the given component using the given base Frame.

R

RowColumnLayout - class sophware.awt.RowColumnLayout.
RowColumnLayout is a layout manager for a container that lays its components in rows and columns.
RowColumnLayout(int, int) - Constructor for class sophware.awt.RowColumnLayout
Creates a row column layout with the specified rows and columns.
RowColumnLayout(int, int, int, int) - Constructor for class sophware.awt.RowColumnLayout
Creates a row column layout with the specified rows and columns.
RowColumnLayout(int, int, int, int, boolean, boolean) - Constructor for class sophware.awt.RowColumnLayout
Creates a row column layout with the specified rows, columns, horizontal gap, and vertical gap.
releaseSavepoint(Savepoint) - Method in class sophware.sql.ThreadSafeConnection
 
removeLayoutComponent(Component) - Method in class sophware.awt.RowColumnLayout
Removes the specified component from the layout.
restoreDefaults() - Method in class sophware.print.Printer
Restore printer values to their defaults.
returnConnection(Connection) - Method in class sophware.sql.ConnectionPool
Checks in a connection to the pool.
rollback() - Method in class sophware.sql.ThreadSafeConnection
 
rollback(Savepoint) - Method in class sophware.sql.ThreadSafeConnection
 

S

SEToolkit - class sophware.awt.SEToolkit.
SETookit is a collection of static utility methods.
SEToolkit() - Constructor for class sophware.awt.SEToolkit
 
SOUTH - Static variable in class sophware.print.Printer
Anchor component to the bottom and centered
SOUTHEAST - Static variable in class sophware.print.Printer
Anchor component to the bottom right justified
SOUTHWEST - Static variable in class sophware.print.Printer
Anchor component to the bottom left justified
setAutoCommit(boolean) - Method in class sophware.sql.ThreadSafeConnection
 
setAutoOrientEnabled(boolean) - Method in class sophware.print.Printer
Enables and disables automatic orientation changes.
setCatalog(String) - Method in class sophware.sql.ThreadSafeConnection
 
setDefaultAnchor(int) - Method in class sophware.print.Printer
Sets the default position of how the component should be placed within the page or pages.
setDefaultMargins(double, double, double, double) - Method in class sophware.print.Printer
Sets the default margins (in inches) for subsequent calls to print().
setDefaultMaxHeight(int) - Method in class sophware.print.Printer
Sets the default maximum height (in pages) of a print request.
setDefaultMaxWidth(int) - Method in class sophware.print.Printer
Sets the default maximum width (in pages) of a print request.
setDefaultOrientation(int) - Method in class sophware.print.Printer
Sets the default page orientation for subsequent calls to print().
setDefaultPaperSize(double, double) - Method in class sophware.print.Printer
Sets the default paper size (in inches).
setDefaultTextFormatingEnabled(boolean) - Method in class sophware.print.Printer
Enables and disables text formating on text components.
setDefaultTextScale(double) - Method in class sophware.print.Printer
Set default scaling for text components.
setHoldability(int) - Method in class sophware.sql.ThreadSafeConnection
 
setNativePageSetupEnabled(boolean) - Method in class sophware.print.Printer
Enables or disables the native Page Setup Dialog The native Page Setup Dialog is a platform specific dialog.
setNativePrinterSetupEnabled(boolean) - Method in class sophware.print.Printer
Enables or disables the native printer Setup Dialog.
setPageSetupEnabled(boolean) - Method in class sophware.print.Printer
Enables or disables the class Page Setup Dialog
setPrintTarget(Component) - Method in class sophware.print.JPrintButton
Identifies the Component that is to be printed.
setPrintTarget(Component) - Method in class sophware.print.JPrintMenuItem
sets the the Component to be printed.
setReadOnly(boolean) - Method in class sophware.sql.ThreadSafeConnection
 
setSavepoint() - Method in class sophware.sql.ThreadSafeConnection
 
setSavepoint(String) - Method in class sophware.sql.ThreadSafeConnection
 
setTransactionIsolation(int) - Method in class sophware.sql.ThreadSafeConnection
 
setTypeMap(Map) - Method in class sophware.sql.ThreadSafeConnection
 
setWaitTime(long) - Method in class sophware.sql.ThreadSafeConnection
Set the maximum wait time.
sophware.awt - package sophware.awt
 
sophware.print - package sophware.print
 
sophware.sql - package sophware.sql
 

T

ThreadSafeConnection - class sophware.sql.ThreadSafeConnection.
ThreadSafeConnection is a thread safe implementation of the Connection interface.
ThreadSafeConnection(Connection) - Constructor for class sophware.sql.ThreadSafeConnection
Constructs a new ThreadSafeConnection instance
ThreadSafeConnection(Connection, int) - Constructor for class sophware.sql.ThreadSafeConnection
Constructs a new ThreadSafeConnection instance with the given wait time limit.
toString() - Method in class sophware.awt.RowColumnLayout
Returns the String representation of this RowColumnLayout's values.

U

UNLIMITED_PAGES - Static variable in class sophware.print.Printer
Value for unlimited number of pages
updateMessage(String) - Method in class sophware.awt.WaitDialog
Update the message presented to the user

W

WEST - Static variable in class sophware.print.Printer
Anchor component left justified centered vertically
WaitDialog - class sophware.awt.WaitDialog.
WaitDialog is popup dialog (Window really) that is designed to pacify the user as they wait for long running operations that may take place in the main application thread.
WaitDialog(Frame) - Constructor for class sophware.awt.WaitDialog
Construct a WaitDialog
WaitDialog(Frame, String) - Constructor for class sophware.awt.WaitDialog
Construct a WaitDialog
WaitDialog(Frame, String, Color, Color) - Constructor for class sophware.awt.WaitDialog
Construct a WaitDialog

A C D E G I J L M N P R S T U W