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

A

ASCENDING - Static variable in class org.dmonix.util.ArrayHandler
 
ASCIIHandler - class org.dmonix.util.ASCIIHandler.
Utility for converting ASCII values to various number formats and vice versa.
ASCIIHandler() - Constructor for class org.dmonix.util.ASCIIHandler
 
AcceptAllFileFilter - class org.dmonix.io.filters.AcceptAllFileFilter.
Deprecated. use AcceptAllFilter
AcceptAllFileFilter() - Constructor for class org.dmonix.io.filters.AcceptAllFileFilter
Deprecated.  
AcceptAllFileNameFilter - class org.dmonix.io.filters.AcceptAllFileNameFilter.
Deprecated. use AcceptAllFilter
AcceptAllFileNameFilter() - Constructor for class org.dmonix.io.filters.AcceptAllFileNameFilter
Deprecated.  
AcceptAllFilter - class org.dmonix.io.filters.AcceptAllFilter.
Simple filter that accepts all files.
AcceptAllFilter() - Constructor for class org.dmonix.io.filters.AcceptAllFilter
 
ArrayHandler - class org.dmonix.util.ArrayHandler.
Title: ArrayHandler Description: The class provides functions for different operations on arrays Copyright: Copyright (c) Company:
ArrayHandler() - Constructor for class org.dmonix.util.ArrayHandler
 
accept(File) - Method in class org.dmonix.io.filters.AcceptAllFileFilter
Deprecated. Always returns true.
accept(File, String) - Method in class org.dmonix.io.filters.AcceptAllFileNameFilter
Deprecated. Always returns true.
accept(File) - Method in class org.dmonix.io.filters.AcceptAllFilter
Always returns true.
accept(File, String) - Method in class org.dmonix.io.filters.AcceptAllFilter
Always returns true.
accept(File) - Method in class org.dmonix.io.filters.DirectoryFilter
The method checks if the input file is a directory or not.
accept(File, String) - Method in class org.dmonix.io.filters.RegExpFilter
The method will match the absolute file path towards the regular expression pattern.
accept(File) - Method in class org.dmonix.io.filters.RegExpFilter
The method will match the absolute file path towards the regular expression pattern.
acceptsURL(String) - Method in class org.dmonix.jdbc.DMConnectionDriver
 
actionPerformed(ActionEvent) - Method in class org.dmonix.gui.StandardAction
 
actionPerformed(ActionEvent) - Method in class org.dmonix.gui.frames.BaseFrame.ActionLooknFeel
 
actionPerformed(ActionEvent) - Method in class org.dmonix.gui.frames.BaseFrame.BaseFrame_menuItemAbout_actionAdapter
 
add(String, Hashtable) - Method in class org.dmonix.util.print.SimplePrintableObject
Adds a row heading and rows from the data in the hashtable.
addAnchor(Element, String, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a hyper link.
addBR() - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <BR/> to the document body.
addBR(Element) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <BR/> to the provided element.
addData(String, int, Color) - Method in class org.dmonix.util.image.imageobjects.ColumnChartImageObject
 
addData(int, int) - Method in class org.dmonix.util.image.imageobjects.GraphImageObject
Add data to a specific graph.
addElement(Object) - Method in class org.dmonix.gui.models.SortableListModel
Adds the specified component to the end of this list.
addElement(byte[], byte) - Static method in class org.dmonix.util.ArrayHandler
Add an item to the end of the supplied array
addElement(int[], int) - Static method in class org.dmonix.util.ArrayHandler
Add an item to the end of the supplied array
addElement(String[], String) - Static method in class org.dmonix.util.ArrayHandler
Add an item to the end of the supplied array
addElement(Element, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a new element.
addElement(Element, String, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a new element.
addElement(Element, String, ClassAttribute) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a new element.
addElement(Element, String, ClassAttribute, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a new element.
addElementAt(byte[], byte, int) - Static method in class org.dmonix.util.ArrayHandler
Add an item at the specific index of the supplied array
addElementAt(int[], int, int) - Static method in class org.dmonix.util.ArrayHandler
Add an item at the specific index of the supplied array
addElementAt(String[], String, int) - Static method in class org.dmonix.util.ArrayHandler
Add an item at the specific index of the supplied array
addElementToBody(String) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a new element to the document body.
addElementToBody(String, ClassAttribute) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a new element to the document body.
addErrorPattern(Pattern, String) - Method in class org.dmonix.gui.TextField
Add an error pattern to use when validating this field and a message to use if it don't match.
addErrorPattern(String, String) - Method in class org.dmonix.gui.TextField
Add an error pattern to use when validating this field and a message to use if it don't match.
addFile(File, File) - Method in class org.dmonix.util.zip.ZipWriter
Add a new file entry to the existing zip file.
addFile(File) - Method in class org.dmonix.util.zip.ZipWriter
Add a new file entry to the existing zip file.
addFile(String) - Method in class org.dmonix.util.zip.ZipWriter
Add a new file entry to the existing zip file
The method will add the file to zip file with no information on the original files source path.
addFile(File, File, String) - Method in class org.dmonix.util.zip.ZipWriter
Add a new file entry to the existing zip file.
addFile(File, String) - Method in class org.dmonix.util.zip.ZipWriter
Add a new file entry to the existing zip file.
addFile(String, String) - Method in class org.dmonix.util.zip.ZipWriter
Add a new file entry to the existing zip file
The method will implicitly perform an addZipEntry and a closeZipEntry.
addFiles(File[]) - Method in class org.dmonix.util.zip.ZipWriter
Add an array of files to the existing zip file.
addGraph(int, Color) - Method in class org.dmonix.util.image.imageobjects.GraphImageObject
Add a new graph to the image.
addHR() - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <HR/> to the document body.
addHR(Element) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <HR/> to the provided element.
addHeading(String) - Method in class org.dmonix.util.print.SimplePrintableObject
Add a row heading.
addIMG(Element, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <IMG/> to the document body.
addIMG(Element, String, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <IMG/> to the document body.
addListDataListener(ListDataListener) - Method in class org.dmonix.gui.models.SortableListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListener(ObjectInputStreamListener) - Method in class org.dmonix.io.ObjectInputStreamMonitor
Adds a listener.
addMetaTag() - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <META/> to the document head.
addMetaTag(String, String) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <META/> to the document head.
addMetaTagForNoCache() - Method in class org.dmonix.xml.html.HTMLGenerator
Add the meta tags for no cache.
addMouseListenerToHeaderInTable(JTable) - Method in class org.dmonix.table.TableSorter
 
addNode(String, JPanel) - Method in class org.dmonix.gui.frames.HelpFrame
 
addRow(Vector) - Method in class org.dmonix.table.TableModel
Add a row
addRow(String, boolean) - Method in class org.dmonix.util.print.SimplePrintableObject
Add a row.
addRow(String, String) - Method in class org.dmonix.util.print.SimplePrintableObject
Add a row.
addTD() - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <TD/> to the document body.
addTD(Element) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <TD/> to the provided element.
addTD(Element, ClassAttribute) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <TD CLASS="[classAttribute]"/> to the provided element.
addTR() - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <TR/> to the document body.
addTR(Element) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <TR/> to the provided element.
addTable(Element) - Method in class org.dmonix.xml.html.HTMLGenerator
Adds a <TABLE/> to the provided element.
addTable(Element, ClassAttribute) - Method in class org.dmonix.xml.html.HTMLGenerator
Add a table element.
addThread(Runnable) - Method in class org.dmonix.thread.ThreadPool
Adds a new thread to the pool.
addZipEntry(String) - Method in class org.dmonix.util.zip.ZipWriter
Creates a new entry in the ZIP file.
addZipEntry(String, String) - Method in class org.dmonix.util.zip.ZipWriter
Creates a new entry in the ZIP file.
appendChildElement(Document, Element, String, String) - Static method in class org.dmonix.xml.XMLUtil
Append a child element with a single text node to the given element.
appendChildElement(Document, Element, String) - Static method in class org.dmonix.xml.XMLUtil
Append a child element to the given element.
appendChildElement(Document, String, String) - Static method in class org.dmonix.xml.XMLUtil
Append an element with a text node to the given document root.
ascending - Variable in class org.dmonix.table.TableSorter
 
asciiToBin(String) - Static method in class org.dmonix.util.ASCIIHandler
Convert a ASCII string to a binary string
asciiToDec(String) - Static method in class org.dmonix.util.ASCIIHandler
Convert a ASCII string to a decimal string
asciiToHex(String) - Static method in class org.dmonix.util.ASCIIHandler
Convert a ASCII string to an hex string
asciiToOct(String) - Static method in class org.dmonix.util.ASCIIHandler
Convert a ASCII string to an octal string
attributeName - Variable in class org.dmonix.xml.html.HTMLAttribute
 
attributeValue - Variable in class org.dmonix.xml.html.HTMLAttribute
 

B

BaseFrame - class org.dmonix.gui.frames.BaseFrame.
A base frame class to be used by all swing applications.
BaseFrame() - Constructor for class org.dmonix.gui.frames.BaseFrame
 
BaseFrame.ActionLooknFeel - class org.dmonix.gui.frames.BaseFrame.ActionLooknFeel.
The "look n feel" action class.
BaseFrame.BaseFrame_menuItemAbout_actionAdapter - class org.dmonix.gui.frames.BaseFrame.BaseFrame_menuItemAbout_actionAdapter.
 
BaseFrame.BaseFrame_menuItemAbout_actionAdapter() - Constructor for class org.dmonix.gui.frames.BaseFrame.BaseFrame_menuItemAbout_actionAdapter
 
BaseImageObject - class org.dmonix.util.image.imageobjects.BaseImageObject.
The base class for all types of image objects.
BaseImageObject(int, int) - Constructor for class org.dmonix.util.image.imageobjects.BaseImageObject
Constructor [obviously].
BrowserFrame - class org.dmonix.gui.BrowserFrame.
Title: DMGUI Description: Copyright: Copyright (c) 2003 Company: dmonix.org
BrowserFrame(String, ImageIcon, String) - Constructor for class org.dmonix.gui.BrowserFrame
 
bg - Static variable in class org.dmonix.util.image.imageobjects.BaseImageObject
The background color.
binToAscii(String) - Static method in class org.dmonix.util.ASCIIHandler
Convert a bin string to ASCII
bodyNode - Variable in class org.dmonix.xml.html.HTMLGenerator
 
btnCancel - Variable in class org.dmonix.util.print.SimplePrintableObject
 
btnCancel_actionPerformed(ActionEvent) - Method in class org.dmonix.util.print.SimplePrintableObject
 
btnGroupLooknFeel - Variable in class org.dmonix.gui.frames.BaseFrame
 
btnPanel - Variable in class org.dmonix.util.print.SimplePrintableObject
 
btnPrint - Variable in class org.dmonix.util.print.SimplePrintableObject
 
btnPrint_actionPerformed(ActionEvent) - Method in class org.dmonix.util.print.SimplePrintableObject
 

C

CACHE_PATH - Static variable in class org.dmonix.util.Preferences
 
CONTENT_TYPE_PLAIN - Static variable in class org.dmonix.net.NetUtil
Content type plain set in the HTTP header.
CONTENT_TYPE_XML - Static variable in class org.dmonix.net.NetUtil
Content type XML set in the HTTP header.
ClassAttribute - class org.dmonix.xml.html.ClassAttribute.
Represents the CLASS attribute.
ClassAttribute(String) - Constructor for class org.dmonix.xml.html.ClassAttribute
 
ClassUtil - class org.dmonix.util.ClassUtil.
Miscellaneus utility methods.
ClassUtil() - Constructor for class org.dmonix.util.ClassUtil
 
ColumnChartImageObject - class org.dmonix.util.image.imageobjects.ColumnChartImageObject.
Copyright: Copyright (c) 2003 Company: dmonix.org
ColumnChartImageObject(int, int) - Constructor for class org.dmonix.util.image.imageobjects.ColumnChartImageObject
 
CreditsFrame - class org.dmonix.gui.frames.CreditsFrame.
Title: Description: Copyright: Copyright (c) 2003 Company: dmonix.org
CreditsFrame(JPanel) - Constructor for class org.dmonix.gui.frames.CreditsFrame
 
calculateXAxisNotchDistanceBasedOnObjects(int) - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
Calculate and set the distance between the X-axis notches.
calculateXAxisNotchDistanceBasedOnValue(int) - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
 
calculateYAxisNotchDistanceBasedOnObjects(int) - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
 
calculateYAxisNotchDistanceBasedOnValue(int) - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
Calculate and set the distance between the Y-axis notches.
checkModel() - Method in class org.dmonix.table.TableSorter
 
classLoader - Static variable in class org.dmonix.gui.ResourceHandler
 
clear() - Method in class org.dmonix.gui.models.SortableListModel
Removes all of the elements from this list.
clearWarnings() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
clone() - Method in class org.dmonix.cipher.DMCipherInputStream
THIS METHOD IS NOT SUPPORTED!
clone() - Method in class org.dmonix.cipher.DMCipherOutputStream
THIS METHOD IS NOT SUPPORTED!
clone() - Method in class org.dmonix.cipher.DataCipherer
THIS METHOD IS NOT SUPPORTED!
close() - Method in class org.dmonix.cipher.DMCipherInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.dmonix.cipher.DMCipherOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.dmonix.gui.SplashPanel
 
close() - Method in class org.dmonix.io.RemoveLineCommentOutputStream
 
close() - Method in class org.dmonix.jdbc.DMConnection
Returns the connection to the pool.
close() - Method in class org.dmonix.util.zip.ZipReader
Close the zip file.
close() - Method in class org.dmonix.util.zip.ZipWriter
Close the outputstream to the zip file.
closeConnections() - Method in class org.dmonix.jdbc.DMConnectionDriver
This will close and remove all connections from the pool.
closeConnections() - Method in class org.dmonix.jdbc.DMConnectionPool
This will close and remove all connections from the pool.
closeZipEntry() - Method in class org.dmonix.util.zip.ZipWriter
Closes the current zip entry.
columnNames - Variable in class org.dmonix.table.TableModel
 
commit() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
compare(Object, Object) - Method in class org.dmonix.gui.comparators.IgnoreCaseComparator
Compares the toString representation of two objects.
compare(int, int) - Method in class org.dmonix.table.TableSorter
 
compareRowsByColumn(int, int, int) - Method in class org.dmonix.table.TableSorter
 
compareTo(Object) - Method in class org.dmonix.gui.SimpleListObject
Performs a toString comparison between this object and the supplied object.
compares - Variable in class org.dmonix.table.TableSorter
 
configure(String) - Method in class org.dmonix.gui.frames.BaseFrame
This will read the config.xml file and store the properties in a static hashtable.
connect(String, Properties) - Method in class org.dmonix.jdbc.DMConnectionDriver
Gets a connection from the connection pool.
construct() - Method in class org.dmonix.util.SwingWorker
Compute the value to be returned by the get method.
copyFile(InputStream, File) - Static method in class org.dmonix.io.IOUtil
Copy a file from a source.
copyFile(File, File) - Static method in class org.dmonix.io.IOUtil
Copy a file from an other file.
copyFile(URL, File) - Static method in class org.dmonix.io.IOUtil
Copy a file from a URL.
copyFileNoException(File, File) - Static method in class org.dmonix.io.IOUtil
Copy a file from a source.
copyFileNoException(InputStream, File) - Static method in class org.dmonix.io.IOUtil
Copy a file from a source.
copyFileNoException(URL, File) - Static method in class org.dmonix.io.IOUtil
Copy a file from a URL.
copyStreams(InputStream, OutputStream) - Static method in class org.dmonix.io.IOUtil
Copy data between two streams.
copyStreams(InputStream, OutputStream, boolean, boolean) - Static method in class org.dmonix.io.IOUtil
Copy data between two streams.
copyrightPane(Component, String, String, String, String) - Static method in class org.dmonix.gui.panes.OptionPaneHandler
Display copyright information
createElement(String, ClassAttribute) - Method in class org.dmonix.xml.html.HTMLGenerator
Create a new element.
createImage(ImageObject) - Method in class org.dmonix.util.image.JpegProducer
Creates a buffered image out of an image object.
createStatement() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
createStatement(int, int, int) - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
createStatement(int, int) - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
createZipFile(File) - Static method in class org.dmonix.util.zip.ZipWriter
Creates a new ZIP file.
createZipFile(File, int) - Static method in class org.dmonix.util.zip.ZipWriter
Creates a new ZIP file.
createZipFile(String) - Static method in class org.dmonix.util.zip.ZipWriter
Creates a new ZIP file.
createZipFile(String, int) - Static method in class org.dmonix.util.zip.ZipWriter
Creates a new ZIP file.

D

DATE_FORMATS - Static variable in class org.dmonix.util.DateHandler
The built in default supported date formats.
DESCENDING - Static variable in class org.dmonix.util.ArrayHandler
 
DMCipherInputStream - class org.dmonix.cipher.DMCipherInputStream.
The base class for all ciphered input streams.
DMCipherInputStream(InputStream, String) - Constructor for class org.dmonix.cipher.DMCipherInputStream
 
DMCipherInputStreamDES - class org.dmonix.cipher.DMCipherInputStreamDES.
A ciphered input stream that uses the DES algorithm.
DMCipherInputStreamDES(InputStream, byte[]) - Constructor for class org.dmonix.cipher.DMCipherInputStreamDES
 
DMCipherInputStreamPBE - class org.dmonix.cipher.DMCipherInputStreamPBE.
A ciphered input stream that uses the PBEWithMD5AndDES algorithm.
DMCipherInputStreamPBE(InputStream, char[]) - Constructor for class org.dmonix.cipher.DMCipherInputStreamPBE
A ciphered input stream that uses the PBEWithMD5AndDES algorithm.
DMCipherInputStreamPBE(InputStream, char[], byte[], int) - Constructor for class org.dmonix.cipher.DMCipherInputStreamPBE
A ciphered input stream that uses the PBEWithMD5AndDES algorithm.
DMCipherOutputStream - class org.dmonix.cipher.DMCipherOutputStream.
The base class for all ciphered output streams.
DMCipherOutputStream(OutputStream, String) - Constructor for class org.dmonix.cipher.DMCipherOutputStream
 
DMCipherOutputStreamDES - class org.dmonix.cipher.DMCipherOutputStreamDES.
A ciphered output stream that uses the DES algorithm.
DMCipherOutputStreamDES(OutputStream, byte[]) - Constructor for class org.dmonix.cipher.DMCipherOutputStreamDES
A ciphered output stream that uses the DES algorithm.
DMCipherOutputStreamPBE - class org.dmonix.cipher.DMCipherOutputStreamPBE.
A ciphered output stream that uses the PBEWithMD5AndDES algorithm.
DMCipherOutputStreamPBE(OutputStream, char[]) - Constructor for class org.dmonix.cipher.DMCipherOutputStreamPBE
A ciphered output stream that uses the PBEWithMD5AndDES algorithm.
DMCipherOutputStreamPBE(OutputStream, char[], byte[], int) - Constructor for class org.dmonix.cipher.DMCipherOutputStreamPBE
A ciphered output stream that uses the PBEWithMD5AndDES algorithm.
DMConnection - class org.dmonix.jdbc.DMConnection.
The class represents a JDBC connection in the connection pool.
DMConnection(Connection, DMConnectionPool) - Constructor for class org.dmonix.jdbc.DMConnection
 
DMConnectionDriver - class org.dmonix.jdbc.DMConnectionDriver.
Provides methods to load drivers and create new database connections.
DMConnectionDriver(String, String, String, String, int) - Constructor for class org.dmonix.jdbc.DMConnectionDriver
Registers a generic driver manager and creates a connection pool.
DMConnectionPool - class org.dmonix.jdbc.DMConnectionPool.
The class makes connections available to calling program in its getConnection method.
DMConnectionPool(String, String, String, int, boolean) - Constructor for class org.dmonix.jdbc.DMConnectionPool
Constructs a pool of the initial size.
DMConnectionPool(String, String, String, int) - Constructor for class org.dmonix.jdbc.DMConnectionPool
Constructs a pool of the initial size.
DMoniXLogoLabel - class org.dmonix.gui.DMoniXLogoLabel.
A special label that holds the DMoniX.org logo.
DMoniXLogoLabel(File) - Constructor for class org.dmonix.gui.DMoniXLogoLabel
Creates the logo.
DataCipherer - class org.dmonix.cipher.DataCipherer.
Utility class for encoding/decoding small amounts of data using ciphers.
DataCipherer() - Constructor for class org.dmonix.cipher.DataCipherer
 
DateHandler - class org.dmonix.util.DateHandler.
Utility class for managing dates and times.
DirectoryFilter - class org.dmonix.io.filters.DirectoryFilter.
A filter for sorting out directories only.
DirectoryFilter() - Constructor for class org.dmonix.io.filters.DirectoryFilter
 
Dos2UnixOutputStream - class org.dmonix.io.Dos2UnixOutputStream.
A filter outputstream that converts Windows formatted line breaks (#13#10 , \r\n) to Unix formatted line breaks, i.e. removing all carriage return (#10 , \n) signs.
Dos2UnixOutputStream(OutputStream) - Constructor for class org.dmonix.io.Dos2UnixOutputStream
 
dash1 - Static variable in class org.dmonix.util.image.imageobjects.BaseImageObject
 
data - Variable in class org.dmonix.gui.models.SortableListModel
 
debug() - Static method in class org.dmonix.util.SystemPropertyHandler
Prints out all System properties to System.out.
debug(PrintStream) - Static method in class org.dmonix.util.SystemPropertyHandler
Prints out all System properties.
decToAscii(String) - Static method in class org.dmonix.util.ASCIIHandler
Convert a dec string to ASCII
decodeDataDES(byte[], byte[]) - Static method in class org.dmonix.cipher.DataCipherer
Decodes the data using the DES algorithm.
decodeDataPBE(byte[], char[]) - Static method in class org.dmonix.cipher.DataCipherer
Decodes the data using the PBEWithMD5AndDES algorithm.
decodeFileDES(File, File, byte[]) - Static method in class org.dmonix.cipher.DataCipherer
Decodes a single file using the DES algorithm.
decodeFileDES(File, File, byte[]) - Static method in class org.dmonix.io.FileCipherer
Deprecated. use org.dmonix.cipher.DataCipherer
decodeFilePBE(File, File, char[]) - Static method in class org.dmonix.cipher.DataCipherer
Decodes a single file using the PBE algorithm.
decodeFilePBE(File, File, char[]) - Static method in class org.dmonix.io.FileCipherer
Deprecated. use org.dmonix.cipher.DataCipherer
deleteDirectory(File) - Static method in class org.dmonix.io.IOUtil
The method deletes a directory.
deleteFile(File) - Static method in class org.dmonix.io.IOUtil
Remove a single file.
deleteFile(String) - Static method in class org.dmonix.io.IOUtil
Remove a single file.
deleteFiles(File, FileFilter) - Static method in class org.dmonix.io.IOUtil
Recursively deletes all files in the provided path that match the filter.
deleteFiles(File, FilenameFilter) - Static method in class org.dmonix.io.IOUtil
Recursively deletes all files in the provided path that match the filter.
deleteFiles(File[]) - Static method in class org.dmonix.io.IOUtil
Remove an array of files.
destroy() - Method in class org.dmonix.jdbc.DMConnection
Permanently closes the connection and removes it from the pool.
dispose() - Method in class org.dmonix.io.ObjectInputStreamMonitor
Will stop the listener thread and dispose this object.
doc - Variable in class org.dmonix.xml.html.HTMLGenerator
 
documentToFile(Document, File) - Static method in class org.dmonix.xml.XMLUtil
Writes the document to a file.
documentToFile(Document, String) - Static method in class org.dmonix.xml.XMLUtil
Writes the document to a file.
documentToHashtable(Document) - Static method in class org.dmonix.xml.XMLUtil
Converts the input document into a Hashtable.
documentToStream(Document, OutputStream) - Static method in class org.dmonix.xml.XMLUtil
Writes the document to a given outputstream.
documentToStream(Document, OutputStream, boolean) - Static method in class org.dmonix.xml.XMLUtil
Writes the document to a given outputstream.
documentToString(Document) - Static method in class org.dmonix.xml.XMLUtil
Gets the string representation of an XML document.
documentToWriter(Document, Writer) - Static method in class org.dmonix.xml.XMLUtil
Writes the document to a given writer.
downloadFile(String, File) - Static method in class org.dmonix.net.FileDownloadManager
 
downloadFile(String, String, File) - Static method in class org.dmonix.net.FileDownloadManager
 
drawXAxis(Graphics2D, boolean, boolean, boolean) - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
Draw the X-axis line.
drawYAxis(Graphics2D, boolean, boolean, boolean) - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
Draw the Y-axis line.

E

ENCODING_ISO_8859_1 - Static variable in class org.dmonix.net.NetUtil
ISO Latin Alphabet No. 1, a.k.a.
ENCODING_US_ASCII - Static variable in class org.dmonix.net.NetUtil
Seven-bit ASCII, a.k.a.
ENCODING_UTF_16 - Static variable in class org.dmonix.net.NetUtil
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
ENCODING_UTF_16BE - Static variable in class org.dmonix.net.NetUtil
Sixteen-bit UCS Transformation Format, big-endian byte order.
ENCODING_UTF_16LE - Static variable in class org.dmonix.net.NetUtil
Sixteen-bit UCS Transformation Format, little-endian byte order.
ENCODING_UTF_8 - Static variable in class org.dmonix.net.NetUtil
Eight-bit UCS Transformation Format.
elements() - Method in class org.dmonix.gui.models.SortableListModel
List the data as an enum.
encodeDataDES(byte[], byte[]) - Static method in class org.dmonix.cipher.DataCipherer
Encodes the data using the DES algorithm.
encodeDataPBE(byte[], char[]) - Static method in class org.dmonix.cipher.DataCipherer
Encodes the data using the PBEWithMD5AndDES algorithm.
encodeFileDES(File, File, byte[]) - Static method in class org.dmonix.cipher.DataCipherer
Encodes a file using the DES algorithm
encodeFileDES(File, File, byte[]) - Static method in class org.dmonix.io.FileCipherer
Deprecated. use org.dmonix.cipher.DataCipherer
encodeFilePBE(File, File, char[]) - Static method in class org.dmonix.cipher.DataCipherer
Encodes a single file using the PBE algorithm.
encodeFilePBE(File, File, char[]) - Static method in class org.dmonix.io.FileCipherer
Deprecated. use org.dmonix.cipher.DataCipherer
encodeImage(BufferedImage, OutputStream) - Static method in class org.dmonix.util.image.JpegProducer
Encodes the buffered image to any given output stream.
encodeImage(BufferedImage, File) - Static method in class org.dmonix.util.image.JpegProducer
Encodes the buffered image to any given file.
encodeImage(ImageObject, OutputStream) - Method in class org.dmonix.util.image.JpegProducer
Encodes the image object to any given output stream.
ensureCapacity(int) - Method in class org.dmonix.gui.models.SortableListModel
Increases the capacity of this list.
error() - Method in class org.dmonix.gui.TextField
 
errorLogPane(Component) - Static method in class org.dmonix.gui.panes.OptionPaneHandler
Notify the user that an error has occurred and it has been logged to file
errorLogPane(Component, String) - Static method in class org.dmonix.gui.panes.OptionPaneHandler
Notify the user that an error has occurred and it has been logged to file
errorMessage - Variable in class org.dmonix.gui.TextField
 
errorPatterns - Variable in class org.dmonix.gui.TextField
 
execute() - Method in class org.dmonix.thread.PooledThread
Allows for this thread to execute its Runnable object once by releasing the mutex lock.
exitError(Exception) - Method in class org.dmonix.gui.frames.BaseFrame
Something has gone wrong, log the error and exit the program
exitError(String, Exception) - Method in class org.dmonix.gui.frames.BaseFrame
Something has gone wrong, log the error and exit the program
expireLease() - Method in class org.dmonix.jdbc.DMConnection
Marks the connection as free.

F

FILE_SEPARATOR - Static variable in class org.dmonix.util.SystemPropertyHandler
 
FileCipherer - class org.dmonix.io.FileCipherer.
Utility class for simple cipher/decipher of files.
FileCipherer() - Constructor for class org.dmonix.io.FileCipherer
 
FileDownloadManager - class org.dmonix.net.FileDownloadManager.
Utility for downloading files from remote servers.
FileDownloadManager() - Constructor for class org.dmonix.net.FileDownloadManager
 
FileExtensionFilter - class org.dmonix.io.filters.FileExtensionFilter.
Filters out all files with the requested extension(s).
FileExtensionFilter(String) - Constructor for class org.dmonix.io.filters.FileExtensionFilter
Creates a filter that accepts a single extension.
FileExtensionFilter(String, boolean) - Constructor for class org.dmonix.io.filters.FileExtensionFilter
Creates a filter that accepts a single extension.
FileExtensionFilter(String, String) - Constructor for class org.dmonix.io.filters.FileExtensionFilter
Creates a filter that accepts a single extension.
FileExtensionFilter(String, String, boolean) - Constructor for class org.dmonix.io.filters.FileExtensionFilter
Creates a filter that accepts a single extension.
FileExtensionFilter(String[]) - Constructor for class org.dmonix.io.filters.FileExtensionFilter
Creates a filter that accepts a list of extensions.
FileExtensionFilter(String[], boolean) - Constructor for class org.dmonix.io.filters.FileExtensionFilter
Creates a filter that accepts a list of extensions.
FileSplitter - class org.dmonix.io.FileSplitter.
Utility class for splitting files into smaller parts.
fg - Static variable in class org.dmonix.util.image.imageobjects.BaseImageObject
The foreground color.
finish() - Method in class org.dmonix.gui.frames.HelpFrame
 
finish() - Method in class org.dmonix.util.print.SimplePrintableObject
Formats the pre-view panel for printout This is done by adding an empty row to the bottom.
finished() - Method in class org.dmonix.util.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
fireEvent(int, int, int) - Method in class org.dmonix.gui.models.SortableListModel
 
flowLayout1 - Variable in class org.dmonix.util.print.SimplePrintableObject
 
flush() - Method in class org.dmonix.cipher.DMCipherOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.dmonix.io.NullOutputStream
Does nothing.

G

GRAPH_TYPE_CUBIC - Static variable in class org.dmonix.util.image.imageobjects.GraphImageObject
Uses a cubic style algorithm to connect the dots of the graph.
GRAPH_TYPE_QUAD - Static variable in class org.dmonix.util.image.imageobjects.GraphImageObject
Uses a quadratic style algorithm to connect the dots of the graph.
GraphImageObject - class org.dmonix.util.image.imageobjects.GraphImageObject.
The class will paint one or more graphs on a graphics object.
GraphImageObject(int, int) - Constructor for class org.dmonix.util.image.imageobjects.GraphImageObject
Constructor [obviously].
get() - Method in class org.dmonix.util.SwingWorker
Return the value created by the construct method.
getAbsolutePath() - Method in class org.dmonix.util.zip.ZipFileEntry
Return the entire path of the file represented by this entry
getAttributeName() - Method in class org.dmonix.xml.html.HTMLAttribute
Returns the name of the attribute.
getAttributeValue() - Method in class org.dmonix.xml.html.HTMLAttribute
Returns the value of the attribute.
getAutoCommit() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
getBodyElement() - Method in class org.dmonix.xml.html.HTMLGenerator
Get the <body> element;
getBooleanProperty(String, boolean) - Static method in class org.dmonix.xml.XMLPropertyHandler
Get the value of a Boolean property.
getBooleanProperty(String) - Static method in class org.dmonix.xml.XMLPropertyHandler
Get the value of a Boolean property.
getBounds() - Method in class org.dmonix.util.image.imageobjects.BaseImageObject
Get the rectangle for this image.
getBounds() - Method in interface org.dmonix.util.image.imageobjects.ImageObject
Returns the boundaries of the image.
getBufferedImage(File) - Static method in class org.dmonix.util.ImageLoaderUtil
Gets a BufferedImage from a file.
getBufferedImage(File, double, double) - Static method in class org.dmonix.util.ImageLoaderUtil
Gets a resized BufferedImage from a file.
getBufferedImage(File, int, int) - Static method in class org.dmonix.util.ImageLoaderUtil
Gets a resized BufferedImage from a file.
getBufferedImage() - Method in class org.dmonix.util.image.JpegProducer
Returns the current buffered image.
getBuildNumber() - Static method in class org.dmonix.gui.ResourceHandler
Get the buildnumber.
getBuildNumber() - Static method in class org.dmonix.util.Preferences
Get the build number for the program.
getBuildNumber() - Static method in class org.dmonix.util.Resources
Get the buildnumber.
getCatalog() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
getChildElementByTagName(Element, String) - Static method in class org.dmonix.xml.XMLUtil
Returns the first occurens of a child element whith a specific name.
getColumnClass(int) - Method in class org.dmonix.table.TableMap
 
getColumnClass(int) - Method in class org.dmonix.table.TableModel
 
getColumnCount() - Method in class org.dmonix.table.TableMap
 
getColumnCount() - Method in class org.dmonix.table.TableModel
Return the number of columns
getColumnName(int) - Method in class org.dmonix.table.TableMap
 
getColumnName(int) - Method in class org.dmonix.table.TableModel
Returns the name of the choosen column
getConnection() - Method in class org.dmonix.jdbc.DMConnection
Returns the connection object.
getConnection() - Method in class org.dmonix.jdbc.DMConnectionPool
The method searches for an available connection in the connection pool.
getCreateChildElementByTagName(Element, String) - Static method in class org.dmonix.xml.XMLUtil
Get the first occurence of an element with a specified name, if a element with the specified name can't be found it will be created.
getCurrentThreadCount() - Method in class org.dmonix.thread.ThreadPool
Get the current size of the pool.
getDate(long, String) - Static method in class org.dmonix.util.DateHandler
Formats the given time in milliseconds to a chosen format ex. yyyyy.MMMMM.dd kk:mm ex. yyyyy-MM-dd
getDate(String) - Static method in class org.dmonix.util.DateHandler
Parse a Date object from a date string.
getDate(String, String) - Static method in class org.dmonix.util.DateHandler
Parse a Date object from a date string.
getDaysBetweenDates(int, int, int, int, int, int) - Static method in class org.dmonix.util.DateHandler
Returns the number of days between two dates.
getDescription() - Method in class org.dmonix.io.filters.RegExpFilter
Returns the description of the currently used pattern.
getDmonixLogo() - Static method in class org.dmonix.gui.ResourceHandler
Get the dmonix logo.
getDmonixLogoBWIcon() - Static method in class org.dmonix.util.ImageLoaderUtil
Get the black and white DMoniX logo.
getDmonixLogoBWImage() - Static method in class org.dmonix.util.ImageLoaderUtil
Get the black and white DMoniX logo.
getDmonixLogoColorIcon() - Static method in class org.dmonix.util.ImageLoaderUtil
Get the color DMoniX logo.
getDmonixLogoColorImage() - Static method in class org.dmonix.util.ImageLoaderUtil
Get the color DMoniX logo.
getDocument(File) - Static method in class org.dmonix.xml.XMLUtil
Parse an XML document from a file.
getDocument(InputSource) - Static method in class org.dmonix.xml.XMLUtil
Parse an XML document from a file.
getDocument(String) - Static method in class org.dmonix.xml.XMLUtil
Parse an XML document from a file.
getDocument(URL) - Static method in class org.dmonix.xml.XMLUtil
Parse an XML document from a URL.
getDocument(InputStream) - Static method in class org.dmonix.xml.XMLUtil
Parse an XML document from an input stream.
getElement(NodeList) - Static method in class org.dmonix.xml.XMLUtil
Returns the first element if it exist and null if it does not exist.
getElement(Node, String) - Static method in class org.dmonix.xml.XMLUtil
 
getElementAt(int) - Method in class org.dmonix.gui.models.SortableListModel
Returns the component at the specified index.
getElementValue(Element, String) - Static method in class org.dmonix.xml.XMLUtil
Get the value of the element.
getElementValue(Element) - Static method in class org.dmonix.xml.XMLUtil
Get the value of the element.
getElementValue(NodeList, String) - Static method in class org.dmonix.xml.XMLUtil
Get the node value from the first element in the node list.
getElementValue(NodeList) - Static method in class org.dmonix.xml.XMLUtil
Get the node value from the first element in the node list.
getEntry(String) - Method in class org.dmonix.util.zip.ZipReader
Return the ZipEntry with the matching name
getExternalIPAddress() - Static method in class org.dmonix.net.NetUtil
The method returns the IP-address as seen by servers/clients outside the local LAN.
getFileSeparator() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property file separator.
getFirstParameterValue(Document, String) - Static method in class org.dmonix.xml.XMLUtil
Returns the value of the first <Paramter> element that has an name attribute maching the supplied parameter.
getFirstParameterValue(Element, String) - Static method in class org.dmonix.xml.XMLUtil
Returns the value of the first <Paramter> element that has an name attribute maching the supplied parameter.
getHeadElement() - Method in class org.dmonix.xml.html.HTMLGenerator
Get the <head> element;
getHoldability() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
getIcon(String, int) - Static method in class org.dmonix.gui.ResourceHandler
 
getIcon(String) - Static method in class org.dmonix.gui.ResourceHandler
 
getImage(String) - Static method in class org.dmonix.gui.ResourceHandler
Loads a URL to an image.
getImage(String, String) - Static method in class org.dmonix.util.ImageLoaderUtil
Get the image at the specified path.
getImage(String) - Static method in class org.dmonix.util.Resources
Deprecated. use org.dmonix.util.IamgeLoaderUtil
getImage() - Method in class org.dmonix.util.image.JpegProducer
Deprecated.  
getImageIcon(String) - Static method in class org.dmonix.gui.ResourceHandler
Loads a URL to an ImageIcon
getImageIcon(String, String) - Static method in class org.dmonix.util.ImageLoaderUtil
Get the image icon at the specified path.
getImageIcon(String) - Static method in class org.dmonix.util.Resources
Deprecated. use org.dmonix.util.IamgeLoaderUtil
getInitialThreadCount() - Method in class org.dmonix.thread.ThreadPool
Get the initial size of the pool.
getInstance() - Static method in class org.dmonix.net.ssl.SSLCertificateAccepter
Get an instance of the SSLCertificateAccepter.
getJavaHome() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java home.
getJavaLibPath() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java lib path.
getJavaRuntimeName() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java runtime name.
getJavaRuntimeVersion() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java runtime version.
getJavaVMVendor() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java VM vendor.
getJavaVMVersion() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java VM version.
getJavaVendorUrl() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java vendor url.
getJavaVersion() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Java version.
getLastUse() - Method in class org.dmonix.jdbc.DMConnection
Returns the time when this connection was last used.
getLineCount(File) - Static method in class org.dmonix.io.FileSplitter
 
getLineSeparator() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property line separator.
getMajorVersion() - Method in class org.dmonix.jdbc.DMConnectionDriver
Returns the MAJOR version of the driver.
getMetaData() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
getMillis(int, int, int) - Static method in class org.dmonix.util.DateHandler
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT for the given date.
getMillis(int, int, int, int, int) - Static method in class org.dmonix.util.DateHandler
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT for the given date.
getMillis(int, int, int, int, int, int) - Static method in class org.dmonix.util.DateHandler
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT for the given date.
getMillis(int, int, int, int, int, int, int) - Static method in class org.dmonix.util.DateHandler
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT for the given date.
getMinorVersion() - Method in class org.dmonix.jdbc.DMConnectionDriver
Returns the MINOR version of the driver.
getModel() - Method in class org.dmonix.table.TableMap
 
getModifiedDate(URL) - Static method in class org.dmonix.net.NetUtil
Returns the date of the last modification for the remote file.
getName() - Method in class org.dmonix.util.zip.ZipFileEntry
Return the name of the file represented by this entry
getOSName() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property OS name.
getParameters(Document, String) - Static method in class org.dmonix.xml.XMLUtil
Returns an array with all child <Parameter> elements that have a name matching the given parameter value.
getParameters(Element, String) - Static method in class org.dmonix.xml.XMLUtil
Returns an array with all child <Parameter> elements that have a name matching the given parameter value.
getParent() - Method in class org.dmonix.util.zip.ZipFileEntry
Return the parent path to the file represented by this entry
getPassword() - Method in class org.dmonix.gui.PasswordField
Get the password text.
getPathSeparator() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property Path separator.
getPattern() - Method in class org.dmonix.io.filters.RegExpFilter
Get the pattern that is used by this filter.
getProperty(String) - Method in class org.dmonix.gui.frames.BaseFrame
Get a property from the config.xml file
getProperty(String, String) - Static method in class org.dmonix.util.Preferences
 
getProperty(String) - Static method in class org.dmonix.util.SystemPropertyHandler
Get the requested system property.
getProperty(String) - Static method in class org.dmonix.xml.XMLPropertyHandler
Get the value of an property.
getProperty(String, String) - Static method in class org.dmonix.xml.XMLPropertyHandler
Get the value of an property.
getPropertyInfo(String, Properties) - Method in class org.dmonix.jdbc.DMConnectionDriver
This method does nothing.
getRatio() - Method in class org.dmonix.util.zip.ZipFileEntry
Return the ratio of the packaged entry vs. the original file.
getRelativePath(File, File) - Static method in class org.dmonix.io.IOUtil
Return the relative path between the directory and the file.
getRowCount() - Method in class org.dmonix.table.TableMap
 
getRowCount() - Method in class org.dmonix.table.TableModel
Return the number of rows
getRunningThreadCount() - Method in class org.dmonix.thread.ThreadPool
Get the amount of running/busy threads.
getSelectedButton() - Method in class org.dmonix.gui.SimpleButtonGroup
Returns the currently selected button in the group.
getSelectedItem() - Method in class org.dmonix.gui.models.SortableComboBoxModel
Returns the currently selected item
getSize() - Method in class org.dmonix.gui.models.SortableListModel
Returns the number of components in this list.
getStackTraceLoggerStream() - Static method in class org.dmonix.io.StackTraceLogger
 
getText() - Method in class org.dmonix.gui.SimpleListObject
Get the text of the object.
getThread() - Method in class org.dmonix.thread.ThreadPool
Get a thread from the pool.
getThreadRequests() - Method in class org.dmonix.thread.ThreadPool
Get the number of times a thread has been requested from the pool.
getToday(String) - Static method in class org.dmonix.util.DateHandler
Returns today in a formatted string ex. yyyy.MMMMM.dd kk:mm ex. yyyy-MM-dd
getTransactionIsolation() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
getTransformerProperty(String) - Static method in class org.dmonix.xml.XMLUtil
Gets a property for the XML transformer.
getTypeMap() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
getUseUpperCase() - Method in class org.dmonix.xml.html.HTMLGenerator
Returns if all the HTML tags are to be in upper case or not.
getUserCountry() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property user country.
getUserHome() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property user home.
getUserName() - Static method in class org.dmonix.util.SystemPropertyHandler
Get the System property user name.
getValue() - Method in class org.dmonix.gui.SimpleCheckBoxMenuItem
Gets the value parameter of the button.
getValue() - Method in class org.dmonix.gui.SimpleListObject
Get the value of the object.
getValue() - Method in class org.dmonix.gui.SimpleRadioButtonMenuItem
Gets the value parameter of the button.
getValue() - Method in class org.dmonix.util.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class org.dmonix.table.TableMap
 
getValueAt(int, int) - Method in class org.dmonix.table.TableModel
Returns the object at the specified index
getValueAt(int, int) - Method in class org.dmonix.table.TableSorter
 
getWarnings() - Method in class org.dmonix.jdbc.DMConnection
See the corresponding method on java.sql.Connection
gridBagLayoutFrame - Variable in class org.dmonix.util.print.SimplePrintableObject