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

$

$ccl_util - interface ccl.util.$ccl_util.
This interface is just the default place for general documentation for the ccl.util package.

A

AboutDialog - class ccl.swing.AboutDialog.
About dialog coupled to ccl.util.Init object which feeds it with author information etc.
AboutDialog(Frame, Init) - Constructor for class ccl.swing.AboutDialog
When this dialog gets created, it is immediately shown as well.
AboutDialog(Frame, String) - Constructor for class ccl.swing.AboutDialog
When this dialog gets created, it is immediately shown as well.
AboutDialog(Frame, String, String) - Constructor for class ccl.swing.AboutDialog
When this dialog gets created, it is immediately shown as well.
AboutDialog(MainJFrame) - Constructor for class ccl.swing.AboutDialog
When this dialog gets created, it is immediately shown as well.
accept(File) - Method in class ccl.swing.ExampleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class ccl.swing.AboutDialog
Close about dialog when OK button is pressed.
actionPerformed(ActionEvent) - Method in class ccl.swing.YesNoCancelDialog
 
actionPerformed(ActionEvent) - Method in class ccl.swing.ThreadsDialog
 
actionPerformed(ActionEvent) - Method in class ccl.swing.RunnableAction
Don't overwrite this method, implement run() instead.
actionPerformed(ActionEvent) - Method in class ccl.swing.OKCancelPanel
 
actionPerformed(ActionEvent) - Method in class ccl.swing.MessageBox
 
actionPerformed(ActionEvent) - Method in class ccl.swing.MemoryPanel
 
actionPerformed(ActionEvent) - Method in class ccl.swing.MemoryDialog
 
actionPerformed(ActionEvent) - Method in class ccl.swing.ListToListPanel
 
actionPerformed(ActionEvent) - Method in class ccl.swing.ListCancelSelector
 
actionPerformed(ActionEvent) - Method in class ccl.swing.ListEditDialog
 
actionPerformed(ActionEvent) - Method in class ccl.swing.MainJFrame
 
add_escapes(String) - Method in class ccl.jcf.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(Container, Component) - Method in class ccl.swing.AutoGridBagLayout
 
add(Object) - Method in class ccl.util.History
 
add(String, char) - Method in class ccl.swing.CCLTreeNode
 
add(Vector) - Method in class ccl.swing.CCLTreeNode
 
add(Vector, Vector) - Method in class ccl.swing.ListToListPanel
 
addEscapes(String) - Static method in class ccl.jcf.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addExtension(String) - Method in class ccl.swing.ExampleFileFilter
Adds a filetype "dot" extension to filter against.
addFirstElement(Object) - Method in class ccl.swing.DoubleListModel
Adds a new element into the first model with an empty list for the second model.
addLayoutComponent(Component, Object) - Method in class ccl.swing.AutoGridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addMouseListener(MouseListener) - Method in class ccl.swing.CCLTable
Gets forwarded to contained table.
addTest(Test) - Method in class junit.framework.TestSuite
Simulates to add a test of test suite object to this suite, but there is no functionality implemented yet.
addTest(TestCase) - Method in class junit.framework.TestSuite
Simulates to add a test case object to this suite, but there is no functionality implemented yet.
addTestSuite(Class) - Method in class junit.framework.TestSuite
Simulates to add a test suite object to this suite, but there is no functionality implemented yet.
adjustBeginLineColumn(int, int) - Method in class ccl.jcf.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
AnimationPanel - class ccl.swing.AnimationPanel.
Deprecated.  
AnimationPanel(Image, long) - Constructor for class ccl.swing.AnimationPanel
Deprecated.  
AnimationPanel(String) - Constructor for class ccl.swing.AnimationPanel
Deprecated.  
AnimationPanel(String, long) - Constructor for class ccl.swing.AnimationPanel
Deprecated.  
appendFile(String, String) - Static method in class ccl.util.FileUtil
Append string to a file content.
appendSpaces(String, int) - Static method in class ccl.util.Util
Append spaces to the end of a string.
ApplicationException - exception ccl.util.ApplicationException.
This exception just extends RuntimeException and is primarily used by Util.panicIf(boolean).
ApplicationException() - Constructor for class ccl.util.ApplicationException
Constructs an ApplicationException with no specified detail message.
ApplicationException(String) - Constructor for class ccl.util.ApplicationException
Constructs an ApplicationException.
areAllPathsAbsolute(String) - Static method in class ccl.util.FileUtil
Tests if the file represented by this File object is an absolute pathname.
ARRAY - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
ASCII_CharStream - class ccl.jcf.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class ccl.jcf.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class ccl.jcf.ASCII_CharStream
 
assert(boolean) - Method in class ccl.util.Test
Deprecated. use 'Assert' instead since as of jdk release 1.4 'assert' is a keyword.
assert(boolean) - Static method in class ccl.util.Util
Deprecated. use 'assert' keyword from jdk 1.4 or above.
assert(boolean) - Method in class junit.framework.test.AssertTestCase
Deprecated. don't use this anymore, use standard JUnit API.
Assert(boolean) - Method in class ccl.util.Test
Conducts a check that a given object fullfills a given condition.
Assert(boolean) - Static method in class ccl.util.Util
Most people are used to assertions.
assert(boolean, String) - Method in class ccl.util.Test
Deprecated. use 'Assert' instead since as of jdk release 1.4 'assert' is a keyword.
assert(boolean, String) - Method in class junit.framework.test.AssertTestCase
Deprecated. don't use this anymore, use standard JUnit API.
Assert(boolean, String) - Method in class ccl.util.Test
Conducts a check that a given object fullfills a given condition.
assert(Object) - Static method in class ccl.util.Util
Deprecated. use 'assert' keyword from jdk 1.4 or above.
Assert(Object) - Static method in class ccl.util.Util
Assert pObject is not null.
assert(String, boolean) - Method in class junit.framework.TestCase
Maps the JUnit standard assertion to Test's assertion.
assertEquals(boolean, boolean) - Method in class ccl.util.Test
Conducts a check that a given boolean equals another expected boolean value.
assertEquals(double, double, double) - Method in class ccl.util.Test
Conducts a check that a given double valud equals another expected double value inside or equal to a given delta value.
assertEquals(double, double, double, String) - Method in class ccl.util.Test
Conducts a check that a given double valud equals another expected double value inside or equal to a given delta value.
assertEquals(String, boolean, boolean) - Method in class ccl.util.Test
Conducts a check that a given boolean equals another expected boolean value.
assertEquals(String, int, int) - Method in class ccl.util.Test
Conducts a check that a given integer equals another expected integer value.
assertEquals(String, String) - Method in class ccl.util.Test
Conducts a check that a given string equals another expected string value.
assertEquals(String, String, String) - Method in class ccl.util.Test
Conducts a check that a given string equals another expected string value.
assertNotNull(Object) - Method in class ccl.util.Test
Conduct a check that a given object is not null.
assertNotNull(Object, String) - Method in class ccl.util.Test
Conduct a check that a given object is not null.
AssertTestCase - class junit.framework.test.AssertTestCase.
This class supports one of the tests from the TestCaseTest class.
AssertTestCase() - Constructor for class junit.framework.test.AssertTestCase
Default constructor.
AssertTestCase(String) - Constructor for class junit.framework.test.AssertTestCase
Default constructor expected by TestCase base class.
assertTrue(boolean) - Method in class ccl.util.Test
Conducts a check that a given object fullfills a given condition.
assertTrue(boolean, String) - Method in class ccl.util.Test
Conducts a check that a given object fullfills a given condition.
assertTrue(String, boolean) - Method in class ccl.util.Test
Conducts a check that a given object fullfills a given condition.
atob(String) - Static method in class ccl.util.Util
Converts a String to a boolean.
atod(String) - Static method in class ccl.util.Util
String to double converter.
atof(String) - Static method in class ccl.util.Util
String to float converter.
atoi(String) - Static method in class ccl.util.Util
String to int converter.
atol(String) - Static method in class ccl.util.Util
String to long converter.
AUTO_RESIZE_ALL_COLUMNS - Static variable in class ccl.swing.CCLTable
 
AUTO_RESIZE_LAST_COLUMN - Static variable in class ccl.swing.CCLTable
 
AUTO_RESIZE_NEXT_COLUMN - Static variable in class ccl.swing.CCLTable
 
AUTO_RESIZE_OFF - Static variable in class ccl.swing.CCLTable
 
AUTO_RESIZE_SUBSEQUENT_COLUMNS - Static variable in class ccl.swing.CCLTable
 
AUTO_SIZE_LAST_COLUMN_TO_FIT - Static variable in class ccl.swing.CCLTable
 
AutoGridBagLayout - class ccl.swing.AutoGridBagLayout.
This layout manager hides a lot of complexity from the GridBagLayout manager, especially through hiding the GridBagConstraints object.
AutoGridBagLayout() - Constructor for class ccl.swing.AutoGridBagLayout
 
AutoGridBagLayout(int) - Constructor for class ccl.swing.AutoGridBagLayout
 

B

back() - Method in class ccl.util.History
 
backup(int) - Method in class ccl.jcf.ASCII_CharStream
 
beginColumn - Variable in class ccl.jcf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class ccl.jcf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class ccl.jcf.ASCII_CharStream
 
BOOLEAN - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
BOOLEAN - Static variable in class ccl.util.Option
Option type boolean.
btoi(byte) - Static method in class ccl.util.Util
Deprecated. Use byteToInt(byte) instead.
bufpos - Variable in class ccl.jcf.ASCII_CharStream
 
bug(String) - Method in class ccl.util.Test
Increases the test counter as well as the bug counter by one and prints the given message.
bugIf(boolean) - Method in class ccl.util.Test
The opposite of assert.
bugIf(boolean, String) - Method in class ccl.util.Test
The opposite of assert.
bugIf(boolean, String, Throwable) - Method in class ccl.util.Test
The opposite of assert.
BusyWindow - class ccl.swing.BusyWindow.
This window displays an animated icon to show its app is busy while the user has to wait for something to finish.
BusyWindow(Frame) - Constructor for class ccl.swing.BusyWindow
 
BYTE - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
bytesToInt(byte[]) - Static method in class ccl.util.Util
Converts a byte array into an int.
byteToChar(byte) - Static method in class ccl.util.Util
Converts a byte to a char.
byteToInt(byte) - Static method in class ccl.util.Util
Converts a byte to an int.
byteToString(byte) - Static method in class ccl.util.Util
Converts a byte to a String.

C

canBack() - Method in class ccl.util.History
Philosophy is, you can't get back from first object to start status.
CANCEL - Static variable in class ccl.swing.SwingUtil
Constant for yes, no, and cancel.
canForward() - Method in class ccl.util.History
 
caretUpdate(CaretEvent) - Method in class ccl.swing.DateField
 
ccl - package ccl
 
ccl.jcf - package ccl.jcf
 
ccl.platform - package ccl.platform
 
ccl.platform.test - package ccl.platform.test
 
ccl.servlet - package ccl.servlet
 
ccl.servlet.test - package ccl.servlet.test
 
ccl.swing - package ccl.swing
 
ccl.swing.test - package ccl.swing.test
 
ccl.test - package ccl.test
 
ccl.util - package ccl.util
Contains the general purpose non gui utility and support classes like Util and FileUtil.
ccl.util.test - package ccl.util.test
Self tests for package ccl.util.
ccl.xml - package ccl.xml
 
ccl.xml.test - package ccl.xml.test
 
CCLBorder - class ccl.swing.CCLBorder.
A border used in most ccl widgets, which is similar to the border used in MS Windows.
CCLBorder() - Constructor for class ccl.swing.CCLBorder
Default constructor.
CCLBorderWindow - class ccl.swing.CCLBorderWindow.
A window with frame like a Dialog under XWindows.
CCLBorderWindow(Frame) - Constructor for class ccl.swing.CCLBorderWindow
 
CCLButtonBorder - class ccl.swing.CCLButtonBorder.
A standard button border that should look quite familiar to most people.
CCLButtonBorder() - Constructor for class ccl.swing.CCLButtonBorder
Default constructor.
CCLButtonBorderTableCellRenderer - class ccl.swing.CCLButtonBorderTableCellRenderer.
Table cell renderer used for ccl button border in a table header.
CCLButtonBorderTableCellRenderer() - Constructor for class ccl.swing.CCLButtonBorderTableCellRenderer
Default constructor.
CCLButtonBorderTableCellRenderer(Font) - Constructor for class ccl.swing.CCLButtonBorderTableCellRenderer
Constructor which allows to set the font used for the header.
CCLLineBorder - class ccl.swing.CCLLineBorder.
This class can not handle round corners, but it can handle lines with a variety of thickness for each individual line.
CCLLineBorder(Color) - Constructor for class ccl.swing.CCLLineBorder
 
CCLLineBorder(Color, Insets) - Constructor for class ccl.swing.CCLLineBorder
 
CCLLineBorder(Color, int) - Constructor for class ccl.swing.CCLLineBorder
 
CCLLineBorderTest - class ccl.swing.test.CCLLineBorderTest.
Tests class CCLLineBorder.
CCLLineBorderTest() - Constructor for class ccl.swing.test.CCLLineBorderTest
Default constructor.
CCLLineBorderTest(Test) - Constructor for class ccl.swing.test.CCLLineBorderTest
Standard constructor.
CCLScrollBarUI - class ccl.swing.CCLScrollBarUI.
 
CCLScrollBarUI() - Constructor for class ccl.swing.CCLScrollBarUI
 
CCLScrollButton - class ccl.swing.CCLScrollButton.
JButton object for Metal scrollbar arrows.
CCLScrollButton(int, int, boolean) - Constructor for class ccl.swing.CCLScrollButton
 
CCLTable - class ccl.swing.CCLTable.
A nicer looking swing table.
CCLTable(TableModel, Font) - Constructor for class ccl.swing.CCLTable
Create a ScrollableJtable based on the model.
CCLTreeNode - class ccl.swing.CCLTreeNode.
A tree note that offers more sophisticated add feature.
CCLTreeNode() - Constructor for class ccl.swing.CCLTreeNode
 
CCLTreeNode(Object) - Constructor for class ccl.swing.CCLTreeNode
 
CCLTreeNode(String, char) - Constructor for class ccl.swing.CCLTreeNode
 
CCLTreeNode(Vector) - Constructor for class ccl.swing.CCLTreeNode
 
CENTER - Static variable in class ccl.swing.AutoGridBagLayout
Put the component in the center of its display area.
CENTER - Static variable in class ccl.util.Direction
 
centerComponent(Component) - Static method in class ccl.swing.SwingUtil
 
centerComponent(Component, Component, int) - Static method in class ccl.swing.SwingUtil
 
centerLine(String, int) - Static method in class ccl.util.Util
Returns a string withe the provided content in the center and no line feed.
ChangedRequest - class ccl.servlet.ChangedRequest.
Sometimes a slightly changed HttpServletRequest object is needed with just new parameter values.
ChangedRequest(HttpServletRequest) - Constructor for class ccl.servlet.ChangedRequest
 
changedUpdate(DocumentEvent) - Method in class ccl.swing.ListEditDialog
 
CHAR - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
characters(char[], int, int) - Method in class ccl.servlet.XMLImportHandler
Gets the CDATA from the elements.
checkAccept(String, int) - Method in class ccl.util.ThreadExitSecurityManager
 
checkAccess(Thread) - Method in class ccl.util.ThreadExitSecurityManager
 
checkAccess(ThreadGroup) - Method in class ccl.util.ThreadExitSecurityManager
 
checkAwtEventQueueAccess() - Method in class ccl.util.ThreadExitSecurityManager
 
checkConnect(String, int) - Method in class ccl.util.ThreadExitSecurityManager
 
checkConnect(String, int, Object) - Method in class ccl.util.ThreadExitSecurityManager
 
checkCreateClassLoader() - Method in class ccl.util.ThreadExitSecurityManager
 
checkDelete(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkExec(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkExit(int) - Method in class ccl.util.ThreadExitSecurityManager
 
checkLink(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkListen(int) - Method in class ccl.util.ThreadExitSecurityManager
 
checkMemberAccess(Class, int) - Method in class ccl.util.ThreadExitSecurityManager
 
checkMulticast(InetAddress) - Method in class ccl.util.ThreadExitSecurityManager
 
checkMulticast(InetAddress, byte) - Method in class ccl.util.ThreadExitSecurityManager
 
checkPackageAccess(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkPackageDefinition(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkPrintJobAccess() - Method in class ccl.util.ThreadExitSecurityManager
 
checkPropertiesAccess() - Method in class ccl.util.ThreadExitSecurityManager
 
checkPropertyAccess(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkPropertyAccess(String, String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkRead(FileDescriptor) - Method in class ccl.util.ThreadExitSecurityManager
 
checkRead(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkRead(String, Object) - Method in class ccl.util.ThreadExitSecurityManager
 
checkSecurityAccess(String) - Method in class ccl.util.ThreadExitSecurityManager
 
checkSetFactory() - Method in class ccl.util.ThreadExitSecurityManager
 
checkSystemClipboardAccess() - Method in class ccl.util.ThreadExitSecurityManager
 
checkTopLevelWindow(Object) - Method in class ccl.util.ThreadExitSecurityManager
 
checkWrite(FileDescriptor) - Method in class ccl.util.ThreadExitSecurityManager
 
checkWrite(String) - Method in class ccl.util.ThreadExitSecurityManager
 
CLASS - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
ClassPathUtil - class ccl.util.ClassPathUtil.
An utility class to find files or directories related to the Java class path or inside jar archives.
ClassPathUtil() - Constructor for class ccl.util.ClassPathUtil
 
ClassPathUtilTest - class ccl.util.test.ClassPathUtilTest.
Tests for class ccl.jcf.JCFUtil.
ClassPathUtilTest() - Constructor for class ccl.util.test.ClassPathUtilTest
Default constructor.
ClassPathUtilTest(Test) - Constructor for class ccl.util.test.ClassPathUtilTest
Default constructor invoked by test framework.
clear() - Method in class ccl.swing.DateField
 
clearStreamsBuffer() - Method in class ccl.util.OutputErrorStreamManager
Clear stream output buffers.
clone() - Method in class ccl.swing.CCLTreeNode
 
clone() - Method in class ccl.util.Init
Return a copy of this object.
close() - Method in class ccl.servlet.CSV
This method just closes any open stream.
close() - Method in class ccl.servlet.HTML
This method prints a closing body and html tag.
close(HTML) - Method in class ccl.servlet.TableHelpServlet
The parent class knows how to close the html code.
close(Statement) - Static method in class ccl.util.DBUtil
Closes the given statement and the connection it belongs to.
colorToString(Color) - Method in class ccl.util.Init
 
Comparable - interface ccl.util.Comparable.
Comparable is an interface for any class possessing an element comparison method.
compare(Object, Object) - Method in interface ccl.util.Comparable
Compare two Objects with respect to ordering.
compare(String, String) - Static method in class ccl.util.Util
Deprecated. Use String.compare instead.
ComponentHierachyFrame - class ccl.swing.ComponentHierachyFrame.
Compiles only with jdk 1.2.
ComponentHierachyFrame() - Constructor for class ccl.swing.ComponentHierachyFrame
 
componentToImage(Component, Container) - Static method in class ccl.swing.GraphicsUtil
Creates an image of the component.
concat(String, char) - Static method in class ccl.util.Util
This function concatenates a String with a char.
concat(Vector) - Static method in class ccl.util.Util
This function concatenates different Strings into one String.
concat(Vector, char) - Static method in class ccl.util.Util
This function concatenates different Strings into one String.
concat(Vector, String) - Static method in class ccl.util.Util
This function concatenates different Strings into one String.
concat(Vector, Vector) - Static method in class ccl.util.Util
Create a new vector which consists of both given vectors.
concatPath(String, String) - Static method in class ccl.util.FileUtil
Concatenates a file path with the file name.
contains(String, String) - Static method in class ccl.util.Util
Deprecated. Well, String.indexOf(String) should be just fine!?
contains(Vector, String) - Static method in class ccl.util.Util
Test if a vector contains a given string.
contains(Vector, Testable) - Static method in class ccl.util.Util
Test if a vector contains an element which succeeds a given test filter.
containsMethod(Vector, String) - Static method in class junit.framework.test.TestCaseTest
Checks if a vector of method objects contains a method with a certain name.
continueOperation() - Method in class ccl.swing.OKCancelPanel
You don't wan't to close your dialog.
copy(BufferedInputStream, BufferedOutputStream) - Static method in class ccl.util.FileUtil
Copy content of an buffered input stream into an buffered output stream.
copy(InputStream, OutputStream) - Static method in class ccl.util.StreamCopier
Copy one stream to another.
copy(InputStream, OutputStream) - Static method in class ccl.util.FileUtil
Copy content of an input stream into an output stream.
copy(InputStream, OutputStream, long) - Static method in class ccl.util.StreamCopier
Copy one stream to another starting at position 'offset' (starting with 0).
copy(String, String) - Static method in class ccl.util.FileUtil
Copy file.
copy(String, String, long) - Static method in class ccl.util.FileUtil
Copy file.
copyDir(String, String) - Static method in class ccl.util.FileUtil
Like: cp -r sDir_ sDestination_ No consideration for links are in place, so be aware of possible infinite loops.
copyRecord(ResultSet, Hashtable) - Static method in class ccl.util.DBUtil
Copies all columns from one record into a hashtable.
count(String, char) - Static method in class ccl.util.Util
How many chars c_ contains the String pString_.
cp - Variable in class ccl.jcf.DumpClassToTxt
 
cp(String, String) - Static method in class ccl.util.FileUtil
Copy file.
cpRef(int) - Static method in class ccl.jcf.DumpClassToTxt
Returns an HTML hyperlink string (anchor) that has the text "#123" (123 is in place of [cpr]) and links to the anchor #cp123.
createBackupFile() - Method in class ccl.util.Init
Create a backup of the ini file.
createBackupFile(String) - Static method in class ccl.util.FileUtil
Copy the specified file to the same location and append ".bak" to its file name.
createBufferedImage(Image) - Static method in class ccl.swing.GraphicsUtil
Creates a buffered image out of the given image.
createCCLBorder() - Static method in class ccl.swing.SwingUtil
Instead of creating your own new CCLBorder object each time you want to use a CCLBorder, you can simply reuse the object returned by this method.
createCCLButtonBorder() - Static method in class ccl.swing.SwingUtil
Instead of creating your own new CCLButtonBorder object each time you want to use a CCLButtonBorder, you can simply reuse the object returned by this method.
createConnection() - Method in class ccl.servlet.TableHelpServlet
Returns the connection to find all db tables.
createConnection(DBUtil.DBConstant, String, String, String, String, String) - Static method in class ccl.util.DBUtil
Creates a database connection.
createDecreaseButton(int) - Method in class ccl.swing.CCLScrollBarUI
Returns the view that represents the decrease view.
createDefaultModel() - Method in class ccl.swing.DateField
 
createIDBConnection(String) - Static method in class ccl.util.DBUtil
Creates a instantdb database connection.
createIDBStatement(String) - Static method in class ccl.util.DBUtil
Creates a jsbc statement for the given instantdb database.
createIncreaseButton(int) - Method in class ccl.swing.CCLScrollBarUI
Returns the view that represents the increase view.
createPGConnection(String) - Static method in class ccl.util.DBUtil
Creates a PostgreSQL database connection on the local host and the current user given the database name.
createTempDir() - Static method in class ccl.util.FileUtil
Unlike 'getTempDir()' which returns something like "/tmp" this method creates a new temporary directory which has no other files inside.
createUI(JComponent) - Static method in class ccl.swing.CCLScrollBarUI
 
crop(BufferedImage, int, int, int, int) - Static method in class ccl.swing.GraphicsUtil
Creates a new buffer image by cropping out a part of the given image.
crop(Image, int, int, int, int) - Static method in class ccl.swing.GraphicsUtil
Creates a new buffer image by cropping out a part of the given image.
CSV - class ccl.servlet.CSV.
This class encapsulates printing of spread sheet csv data generated by a servlet.
CSV(HttpServletResponse) - Constructor for class ccl.servlet.CSV
All following output goes to the given HttpServletResponse object.
cToS(char) - Static method in class ccl.util.Util
A character to String converter.
curChar - Variable in class ccl.jcf.TypeDescriptorTokenManager
 
currentToken - Variable in class ccl.jcf.ParseException
This is the last token that has been consumed successfully.

D

DateField - class ccl.swing.DateField.
An gui class for retrieving a date.
DateField(String) - Constructor for class ccl.swing.DateField
 
DateFieldTest - class ccl.swing.test.DateFieldTest.
 
DateFieldTest() - Constructor for class ccl.swing.test.DateFieldTest
 
DateFieldTest(Test) - Constructor for class ccl.swing.test.DateFieldTest
 
DBUtil - class ccl.util.DBUtil.
This class provides convenience methods to access a database via jdbc.
DBUtil.DBConstant - class ccl.util.DBUtil.DBConstant.
This class is used to indicate the database currently used.
DBUtil() - Constructor for class ccl.util.DBUtil
 
debug(Class, Object) - Static method in class ccl.util.Util
If the debug mode was set with the setDebug function to true, this debug statements is equal to a printlnErr statement, otherwise it will be ignored.
debug(int) - Static method in class ccl.util.Util
If the debug mode was set with the setDebug function to true, this debug statements is equal to a printlnErr statement, otherwise it will be ignored.
debug(Object) - Static method in class ccl.util.Util
If the debug mode was set with the setDebug function to true, this debug statements is equal to a printlnErr statement, otherwise it will be ignored.
debug(Object, Object) - Static method in class ccl.util.Util
If the debug mode was set with the setDebug function to true, this debug statements is equal to a printlnErr statement, otherwise it will be ignored.
DebugServer - class ccl.servlet.DebugServer.
The debug server is a simple socket server that prints each incoming request to standard output as well as works as an echo server, just like in the Java Tutorial example.
DebugServer() - Constructor for class ccl.servlet.DebugServer
Create this object and invoke the run method if you want to start the server out of another object.
DEFAULT - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
DEFAULT_PORT - Static variable in class ccl.servlet.DebugServer
 
deinstall() - Method in class ccl.util.OutputErrorStreamManager
Uninstall special output stream in Java system and restore back original streams.
delete(String) - Static method in class ccl.util.FileUtil
Remove file on file system.
deleteRecursively(String) - Static method in class ccl.util.FileUtil
Delete file or directory.
deleteTable(Connection, String) - Static method in class ccl.util.DBUtil
Deletes the given table.
denullify(String) - Static method in class ccl.util.Util
Returns "" if the input string is null, otherwise returns the same string back.
Direction - class ccl.util.Direction.
Constant pool.
Direction(String) - Constructor for class ccl.util.Direction
 
disable_tracing() - Method in class ccl.jcf.TypeDescriptor
 
dispatchEnterKeyEvent(Component) - Static method in class ccl.swing.SwingUtil
Send enter key event to component, espacially text component.
dispatchKeyEvent(Component, char) - Static method in class ccl.swing.SwingUtil
Send characters interactively to components, espacially text components.
dispatchKeyEvent(Component, int) - Static method in class ccl.swing.SwingUtil
Send pKeyEvent_ to component, espacially text component.
doClick(JButton) - Static method in class ccl.swing.SwingUtil
Using this method you don't need to create an inner class yourself to invoke it later in awt thread.
doGet(HttpServletRequest, HttpServletResponse) - Method in class ccl.servlet.TableHelpServlet
The main servlet method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class ccl.servlet.XMLImporter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class ccl.servlet.XMLExporter
Invoked from the servlet engine to serve the database content as xml page.
Done() - Method in class ccl.jcf.ASCII_CharStream
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class ccl.servlet.XMLImporter
 
DOUBLE - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
DoubleList - class ccl.swing.DoubleList.
A DoubleList is a panel that consists of to lists which are connected through a DoubleListModel.
DoubleList(Vector, Vector, boolean) - Constructor for class ccl.swing.DoubleList
 
DoubleListCancelSelector - class ccl.swing.DoubleListCancelSelector.
 
DoubleListCancelSelector(Frame, String, Vector, Vector, boolean) - Constructor for class ccl.swing.DoubleListCancelSelector
 
DoubleListModel - class ccl.swing.DoubleListModel.
The model for the DoubleList component.
DoubleListModel(Vector, Vector) - Constructor for class ccl.swing.DoubleListModel
 
DoubleListTest - class ccl.swing.test.DoubleListTest.
 
DoubleListTest() - Constructor for class ccl.swing.test.DoubleListTest
 
DoubleListTest(Test) - Constructor for class ccl.swing.test.DoubleListTest
 
dtoa(double) - Static method in class ccl.util.Util
Converts a double to a String.
dump() - Method in class ccl.jcf.DumpClassToTxt
Dump the class previously set up at instantiation to the output stream.
DumpClassToTxt - class ccl.jcf.DumpClassToTxt.
Provides a method for documenting the low-level contents of a class file (represented by a JcfClassFile object) in a standard HTML file.
DumpClassToTxt(JcfClassFile, StringBuffer, int) - Constructor for class ccl.jcf.DumpClassToTxt
Creates a new DumpClassToTxt object with the specified source class, output stream, and dumping flags.

E

EAST - Static variable in class ccl.swing.AutoGridBagLayout
Put the component on the right side of its display area, centered vertically.
EAST - Static variable in class ccl.util.Direction
 
elements(Enum) - Static method in class ccl.util.Enum
 
enable_tracing() - Method in class ccl.jcf.TypeDescriptor
 
endColumn - Variable in class ccl.jcf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDataTableLine() - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
endElement(String, String, String) - Method in class ccl.servlet.XMLImportHandler
Gets invoked from the sax xml parser whenever an element closes.
endLine - Variable in class ccl.jcf.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine() - Method in class ccl.servlet.CSV
This method ends a row.
endLine() - Method in class ccl.swing.AutoGridBagLayout
 
endsWith(String, char) - Static method in class ccl.util.Util
Tests if this string ends with the specified character.
endsWith(String, String) - Static method in class ccl.util.Util
Tests if this string ends with the second string.
endTableLine() - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
enterSubTest(String) - Method in class junit.framework.TestCase
A workaround method to be able to use reflection to invoke the super method _enterSubTest.
Enum - class ccl.util.Enum.
Base clase to create collection of constant objects.
Enum(String) - Constructor for class ccl.util.Enum
 
enumerationToVector(Enumeration) - Static method in class ccl.util.Util
Convert an enumeration to a vector.
EOF - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
eol - Variable in class ccl.jcf.ParseException
The end of line string for this machine.
equals(BufferedImage, BufferedImage) - Static method in class ccl.swing.GraphicsUtil
Compares two images pixel by pixel.
equals(ImageIcon, ImageIcon) - Static method in class ccl.swing.GraphicsUtil
Compares two images pixel by pixel.
equals(Image, Image) - Static method in class ccl.swing.GraphicsUtil
Compares two images pixel by pixel.
equals(Object) - Method in class ccl.swing.HighlightableValue
 
equals(Vector, Vector) - Static method in class ccl.util.Util
Do the elements of two vectors at the same position equal each other?
equalsCaseless(String, String) - Static method in class ccl.util.Util
Compares two strings.
equalsFile(String, String) - Static method in class ccl.util.FileUtil
Reads two files and compares them.
equalsPath(String, String) - Static method in class ccl.util.FileUtil
Checks weather two paths point to the same object on the file system.
escape(char) - Static method in class ccl.xml.XMLUtil
If there is a suitable entity reference for this character, return it.
escape(String) - Static method in class ccl.xml.XMLUtil
Escapes a string so it may be returned as text content or attribute value.
evalEnvVariable(String) - Static method in class ccl.util.SysEnv
Replaces all env.
ExampleFileFilter - class ccl.swing.ExampleFileFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExampleFileFilter() - Constructor for class ccl.swing.ExampleFileFilter
Creates a file filter.
ExampleFileFilter(String) - Constructor for class ccl.swing.ExampleFileFilter
Creates a file filter that accepts files with the given extension.
ExampleFileFilter(String[]) - Constructor for class ccl.swing.ExampleFileFilter
Creates a file filter from the given string array.
ExampleFileFilter(String[], String) - Constructor for class ccl.swing.ExampleFileFilter
Creates a file filter from the given string array and description.
ExampleFileFilter(String, String) - Constructor for class ccl.swing.ExampleFileFilter
Creates a file filter that accepts the given file type.
exists(String) - Static method in class ccl.util.FileUtil
True if a specified object on the file system is either a file or a directory.
existsDir(String) - Static method in class ccl.util.FileUtil
Tests, if a given directory exists.
existsFile(String) - Static method in class ccl.util.FileUtil
True if a specified file exists.
exit() - Method in class ccl.swing.YesNoCancelDialog
 
exit() - Method in class ccl.swing.ListCancelSelector
 
exit() - Method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
exit() - Method in class ccl.swing.ExitJFrame
 
exit() - Method in class ccl.swing.ExitJDialog
 
Exitable - interface ccl.util.Exitable.
Invoke setExit() to indicate that execution should stop.
ExitJDialog - class ccl.swing.ExitJDialog.
Modal dialog that sets itself invisible when it gets closed.
ExitJDialog() - Constructor for class ccl.swing.ExitJDialog
 
ExitJDialog(Frame) - Constructor for class ccl.swing.ExitJDialog
 
ExitJDialog(Frame, boolean) - Constructor for class ccl.swing.ExitJDialog
 
ExitJDialog(Frame, String) - Constructor for class ccl.swing.ExitJDialog
 
ExitJDialog(Frame, String, boolean) - Constructor for class ccl.swing.ExitJDialog
 
ExitJDialog(String) - Constructor for class ccl.swing.ExitJDialog
 
ExitJFrame - class ccl.swing.ExitJFrame.
$Header: /home/clemens/src/java/ccl/src/ccl/swing/RCS/ExitJFrame.java,v 1.8 2003/05/01 16:44:16 clemens Exp clemens $
ExitJFrame() - Constructor for class ccl.swing.ExitJFrame
 
ExitJFrame(String) - Constructor for class ccl.swing.ExitJFrame
 
exitSubTest() - Method in class junit.framework.TestCase
A workaround method to be able to use reflection to invoke the super method _exitSubTest.
expectedTokenSequences - Variable in class ccl.jcf.ParseException
Each entry in this array is an array of integers.
exportCSV(HttpServletResponse, ResultSet) - Static method in class ccl.servlet.CSV
This method does not print html output but instead creates a csv file which can be used to import into a spread sheet application like Excel or StarCalc.
exportCSV(HttpServletResponse, ResultSet) - Static method in class ccl.servlet.HTML
This method does not print html output but instead creates a csv file which can be used to import into a spread sheet application like Excel or StarCalc.

F

fail() - Method in class ccl.util.Test
Increases the test counter as well as the bug counter by one.
fail(String) - Method in class ccl.util.Test
Increases the test counter as well as the bug counter by one and prints the given message.
FILE_ERROR - Static variable in class ccl.util.IniFile
Reading the ini file resulted in an error.
FileObject - class ccl.util.FileObject.
Convenience wrapper for file objects.
FileObject(String) - Constructor for class ccl.util.FileObject
 
FileUtil - class ccl.util.FileUtil.
Utility class for file operations.
FileUtilTest - class ccl.util.test.FileUtilTest.
Tests for ccl.util.FileUtil.
FileUtilTest() - Constructor for class ccl.util.test.FileUtilTest
Default test constructor.
FileUtilTest(Test) - Constructor for class ccl.util.test.FileUtilTest
Standard test constructor.
filter(Vector, Object) - Static method in class ccl.util.Util
All object in this vector which equal the bad element are not copied over to the resulting vector.
filter(Vector, Testable) - Static method in class ccl.util.Util
Create a new vector and copy all elements of the pVector_ paramter over which are accepted by the test filter.
filter(Vector, Vector) - Static method in class ccl.util.Util
All object in this vector which equal an object in the bad vector are not copied over to the resulting vector.
firstCharToLowerCase(String) - Static method in class ccl.util.Util
Returns the given string with the first char converted to lower case.
firstCharToUpperCase(String) - Static method in class ccl.util.Util
Returns the given string with the first char converted to upper case.
flags - Variable in class ccl.jcf.DumpClassToTxt
 
FLOAT - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
flush() - Method in class ccl.util.OutputErrorStreamManager.OutputErrorStream
 
formatBlock(String) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be aligned as a block.
formatBlock(String, int) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be aligned as a block.
formatBlock(String, int, int) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be aligned as a block.
formatCenter(String, int) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be centered in the middle.
formatLeft(String) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be aligned to the left side.
formatLeft(String, int) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be aligned to the left side.
formatLeft(String, int, int) - Static method in class ccl.util.Util
This method takes a string and reformats it so that each line has no more than the given length and the text will be aligned to the left side.
formatMemoryInfo() - Static method in class ccl.util.Util
Returns a message which has nicely formatted information about the current memory usage.
forward() - Method in class ccl.util.History
 
FTPUtil - class ccl.util.FTPUtil.
A wrapper of the sun.net.ftp.FtpClient class.

G

gc() - Static method in class ccl.util.Util
System.gc() does not always garanty immediate execution.
generateParseException() - Method in class ccl.jcf.TypeDescriptor
 
get(Enum, int) - Static method in class ccl.util.Enum
 
get(Enum, String) - Static method in class ccl.util.Enum
 
get(String, char) - Method in class ccl.swing.CCLTreeNode
 
get(String, String, String, String, String) - Static method in class ccl.util.FTPUtil
Download a file in binary mode.
get(Vector) - Method in class ccl.swing.CCLTreeNode
 
getAbsoluteClassFileName(String) - Method in class ccl.util.ReflectionClassLoader
 
getAbsoluteClassFileName(String, String) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
getAbsoluteClassFileName(String, String) - Static method in class ccl.util.ClassPathUtil
Finds the location in the file system of a java class file.
getAbsoluteFileName(String) - Static method in class ccl.util.FileUtil
 
getAbsolutePath(String) - Static method in class ccl.util.FileUtil
The same as getAbsoluteFileName(..).
getAbsolutePathList(String) - Static method in class ccl.util.FileUtil
Converts each path element to an aboslute path and concatenates these again using the platforms path separator character.
getAccelerator() - Method in class ccl.swing.RunnableAction
 
getApplicationDocPath() - Method in class ccl.util.Init
Return location of doc directory for this application.
getApplicationHome(Object) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
getApplicationHome(Object) - Static method in class ccl.util.ClassPathUtil
This method searches in the current classpath for the given object.
getApplicationHome(Object) - Static method in class ccl.util.FileUtil
Deprecated. use ClassPathUtil.getApplicationHome instead.
getApplicationName() - Method in class ccl.util.Init
The first char is upper case (like "Project").
getApplicationPath() - Method in class ccl.util.Init
 
getApplicationPath(String, String, String) - Static method in class ccl.util.Init
Get Application Path.
getArguments() - Method in class ccl.util.Init
 
getArgumentsElements() - Method in class ccl.util.Init
 
getAttribute(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getAttributeNames() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getAuthor() - Method in class ccl.util.Init
 
getAuthType() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getBackElement() - Method in class ccl.util.History
What the name says.
getBackground() - Method in class ccl.util.Init
 
getBaseFileName(String) - Static method in class ccl.util.FileUtil
Deprecated. use getBaseName.
getBaseName(String) - Static method in class ccl.util.FileUtil
Get the base name of a file.
getBeginColumn() - Method in class ccl.jcf.ASCII_CharStream
 
getBeginLine() - Method in class ccl.jcf.ASCII_CharStream
 
getBorderInsets(Component) - Method in class ccl.swing.CCLLineBorder
 
getBorderInsets(Component) - Method in class ccl.swing.CCLButtonBorder
Returns insets used for this border object.
getBorderInsets(Component) - Method in class ccl.swing.CCLBorder
Returns insets used for this border object.
getBorderInsets(Component, Insets) - Method in class ccl.swing.CCLLineBorder
 
getBugs() - Method in class ccl.util.Test
The total number of failures found so far.
getButtonWidth() - Method in class ccl.swing.CCLScrollButton
 
getCalendar() - Static method in class ccl.util.Util
 
getCalendar(String) - Static method in class ccl.util.Util
This is a replacement of the SimpleTimeZone.getTimeZone(String) function that additionally creates a GregorianCalendar of the given timezone.
getCancelButton() - Method in class ccl.swing.OKCancelPanel
 
getCellRect(int, int, boolean) - Method in class ccl.swing.CCLTable
 
getCharacterEncoding() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getClassFile(String) - Method in class ccl.util.ReflectionClassLoader
 
getClassFromJavaArchives(String) - Method in class ccl.util.ReflectionClassLoader
 
getClassOrJarFileName(String) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
getClassOrJarFileName(String) - Static method in class ccl.util.ClassPathUtil
Either the absolut file name and path is given back or the java archive file name which contains this class is given back.
getClassOrJarFileName(String, String) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
getClassOrJarFileName(String, String) - Static method in class ccl.util.ClassPathUtil
Either the absolut file name and path is given back or the java archive file name which contains this class is given back.
getClassPath(Object) - Static method in class ccl.util.FileUtil
Does work only when class exists outside a zip or jar file.
getClassPath(String) - Static method in class ccl.util.FileUtil
Does work only when class exists outside a zip or jar file.
getColumn() - Method in class ccl.jcf.ASCII_CharStream
Deprecated.  
getComment() - Method in class ccl.util.Test
Return a one line comment for this test.
getComponent(Container, String, int) - Static method in class ccl.swing.SwingUtil
For example: getComponent( pFrame, "name_text", 0 ); or: getComponent( pFrame, "javax.swing.JTextField", 2 );
getComponent(Container, Testable, int) - Static method in class ccl.swing.SwingUtil
 
getConnection() - Method in class ccl.servlet.XMLImporter
Creates a connection object in the class which uses this class.
getConnection() - Method in class ccl.servlet.XMLExporter
Creates a connection object in the class which uses this class.
getConstantObject() - Static method in class ccl.util.Util
Sometimes you need a dummy object just to have any value for a hashtable or so and it doesn't matter at all if we always use the same object, so here is one you can use without wasting extra memory.
getContainerDump(Container) - Static method in class ccl.swing.SwingUtil
Simliar to a stack trace a string containing the tree of awt components in the given container.
getContentLength() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getContentType() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getContextPath() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getControlDarkShadow() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getControlHighlight() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getControlShadow() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getCookies() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getDatabase() - Method in class ccl.servlet.XMLExporter
Returns a database name used for the xml to specify this database.
getDate() - Static method in class ccl.util.Util
Returns the current date as an ISO date string.
getDate(Calendar) - Static method in class ccl.util.Util
Returns the given date as an ISO date string.
getDate(Date) - Static method in class ccl.util.Util
Returns string representation of a date in standard ISO format.
getDate(String) - Static method in class ccl.util.Util
For example: 1999-11-26.
getDateHeader(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getDateTime() - Static method in class ccl.util.Util
Returns a string consisting of the iso date and time separated by a single space, e.g.
getDateTimeAndMillis() - Static method in class ccl.util.Util
Returns a string consisting of the iso date, time, and milli seconds, all concatenated without any space, colon, or dash.
getDescription() - Method in class ccl.swing.ExampleFileFilter
Returns the human readable description of this filter.
getDescription() - Method in class ccl.util.Option
 
getDiffPosition(String, String) - Static method in class ccl.util.Util
Finds out the first position (started with 0) at which two strings start to differ.
getDir(String) - Static method in class ccl.util.FileUtil
Returns the directory as a string of the given file.
getDirName(Frame, String, String) - Static method in class ccl.swing.SwingUtil
This file choose selects peer class under windows, swing file chooser on other systems.
getDirName(String) - Static method in class ccl.util.FileUtil
Equivalent to unix dirname command.
getDummyHTML() - Static method in class ccl.servlet.HTML
Create a dummy html object useful for testing.
getDump(Object) - Static method in class ccl.util.Util
This method returns a string with dump out of all its attribute fields, private as well as public fields.
getEndColumn() - Method in class ccl.jcf.ASCII_CharStream
 
getEndLine() - Method in class ccl.jcf.ASCII_CharStream
 
getExtension(File) - Method in class ccl.swing.ExampleFileFilter
Return the extension portion of the file's name .
getFileFullName() - Method in class ccl.util.FileObject
 
getFileFullName() - Method in class ccl.util.Init
 
getFileName() - Method in class ccl.util.Init
First char is upper case, the rest lower case.
getFileName(Frame, String, String) - Static method in class ccl.swing.SwingUtil
 
getFileName(Frame, String, String[], String) - Static method in class ccl.swing.SwingUtil
This file choose selects peer class under windows, swing file chooser on other systems.
getFileName(Frame, String, String, String) - Static method in class ccl.swing.SwingUtil
(This file choose selects peer class under windows, swing file chooser on other systems.
getFileName(Frame, String, String, String, String) - Static method in class ccl.swing.SwingUtil
 
getFileOrDirName(Frame, String, String) - Static method in class ccl.swing.SwingUtil
 
getFilePath() - Method in class ccl.util.Init
Deprecated.  
getFiles(String) - Static method in class ccl.util.FileUtil
Returns a Vector with all files of the given directory.
getFiles(String, String) - Static method in class ccl.util.FileUtil
Returns a Vector with all file names that are inside the specified directory.
getFiles(String, String, String) - Static method in class ccl.util.FileUtil
Returns a Vector with all file (and dir) names that are inside the specified directory.
getFilteredDirContent(String, FilenameFilter) - Static method in class ccl.util.FileUtil
Returns a Vector with all file names that are inside the specified directory.
getFirstComponent(Container, String) - Static method in class ccl.swing.SwingUtil
For example: getFirstComponent( pFrame, "name_text" ); or: getFirstComponent( pFrame, "javax.swing.JTextField" );
getFirstDayOfMonth(String) - Static method in class ccl.util.Util
Provide an iso date string and get back an iso date string which has the day set to one.
getFirstIndex() - Method in class ccl.swing.DoubleList
 
getFirstItem() - Method in class ccl.swing.DoubleList
 
getFirstList() - Method in class ccl.swing.DoubleList
 
getFirstModel() - Method in class ccl.swing.DoubleListModel
 
getFirstSelectedValue() - Method in class ccl.swing.DoubleList
Returns the first selected value, or null if the selection is empty.
getFirstVector() - Method in class ccl.swing.DoubleList
Returns a vector with the original elements from the first list.
getForeground() - Method in class ccl.util.Init
 
getGlobalTests() - Method in class ccl.util.Test
The total number of tests done so far.
getHeader(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getHeaderNames() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getHeaders(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getHelpBroker() - Method in class ccl.swing.MainJFrame
Returns the Java Help broker object.
getHelpBrokerURL() - Method in class ccl.util.Init
Return location of the help set documentation file for this application.
getHelpMessage() - Method in class ccl.util.Init
 
getHeuteSortable() - Static method in class ccl.util.Util
Deprecated.  
getHighlight() - Method in class ccl.swing.HighlightedList
 
getIDBUserTables(String) - Static method in class ccl.util.DBUtil
Gets the list of InstantDB user tables.
GetImage() - Method in class ccl.jcf.ASCII_CharStream
 
getIndexes() - Method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
getInfoHeader() - Method in class ccl.util.Init
 
getInit() - Method in class ccl.swing.MainJFrame
 
getInputStream() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getInsets() - Method in class ccl.swing.ListEditDialog
 
getInsets() - Method in class ccl.swing.CCLBorderWindow
 
getInstance() - Static method in class ccl.platform.Native
Native is a singleton class.
getInstance() - Static method in class ccl.util.Singleton
 
getIntHeader(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getJarFileName(String) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
getJarFileName(String) - Static method in class ccl.util.ClassPathUtil
Provide a classname (e.g.
getJarFileName(String, String) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
getJarFileName(String, String) - Static method in class ccl.util.ClassPathUtil
Provide a classname (e.g.
getKeyValue(String) - Method in class ccl.util.Init
 
getKeyValue(String, String) - Method in class ccl.util.Init
 
getKeyValue(String, String, String) - Static method in class ccl.util.IniFile
 
getKeyValue(String, String, String, String) - Static method in class ccl.util.IniFile
Returns the value for the given key in the given section.
getKeyValueFromString(String, String, String) - Static method in class ccl.util.IniFile
Returns the value for the given key in the given String.
getLastDayOfMonth(String) - Static method in class ccl.util.Util
Provide an iso date string and get back an iso date string with the last day in the same month.
getLeft() - Method in class ccl.swing.ListToListPanel
 
getLine() - Method in class ccl.jcf.ASCII_CharStream
Deprecated.  
getListBackground() - Method in class ccl.util.Init
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class ccl.swing.HighlightedListCellRenderer
 
getListForeground() - Method in class ccl.util.Init
 
getListHighlight() - Method in class ccl.util.Init
 
getLocale() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getLocales() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getLocalHostName() - Static method in class ccl.util.Util
Get the name of the localhost.
getLocalTests() - Method in class ccl.util.Test
 
getMainJavaPID() - Method in class ccl.platform.Native
Get process ID of the current Java main process.
getMainJavaPID() - Method in class ccl.platform.Linux
E.g.
getMaximumSize() - Method in class ccl.swing.CCLScrollButton
 
getMenuElement(MenuElement, String[]) - Static method in class ccl.swing.SwingUtil
 
getMenuSelectedForeground() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getMessage() - Method in class ccl.jcf.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class ccl.jcf.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMethod() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getMethodCallees(Frame, String, String) - Static method in class ccl.jcf.JCFUtil
Get all methods which are invoked inside a given method.
getMethods(Object) - Static method in class junit.framework.TestCase
Returns all public methods of an object.
getMinimumSize() - Method in class ccl.swing.CCLScrollButton
 
getMinimumSize() - Method in class ccl.swing.AnimationPanel
Deprecated.  
getMnemonic() - Method in class ccl.swing.RunnableAction
 
getModel() - Method in class ccl.swing.DoubleList
 
getMonth(String) - Static method in class ccl.util.Util
Returns the English name of the month of the given iso-date.
getName() - Method in class ccl.test.MainTest
Main test application name is 'ccl'.
getName() - Method in class ccl.util.Test
The application name of this test object.
getName() - Method in class ccl.util.Option
 
getName() - Method in class ccl.util.FileObject
 
getName(char) - Method in class ccl.swing.CCLTreeNode
 
getNextDay(String) - Static method in class ccl.util.Util
Provides the iso date of the next day after the given date.
getNextId(Statement, String) - Static method in class ccl.util.DBUtil
Gets the next id for a given table.
getNextToken() - Method in class ccl.jcf.TypeDescriptorTokenManager
 
getNextToken() - Method in class ccl.jcf.TypeDescriptor
 
getNumberOfDays(String, String) - Static method in class ccl.util.Util
Return the number of days between to dates.
getObjectName(Object) - Static method in class ccl.util.Util
pObject_.getClass().getName() returns the name including its package.
getOccurances(String, int) - Static method in class ccl.util.Util
Count how often a string contains a special char.
getOccurances(String, String) - Static method in class ccl.util.Util
Count how often a string is contained in another string.
getOKButton() - Method in class ccl.swing.OKCancelPanel
 
getOldFileFullName(String) - Method in class ccl.util.Init
 
getOldFilesElements() - Method in class ccl.util.Init
 
getOldFilesSize() - Method in class ccl.util.Init
 
getOptions() - Method in class ccl.util.Init
 
getPackagePath(String) - Static method in class ccl.util.FileUtil
You give it a package name and it looks with the help of the classpath on the file system if it can find a directory that relates to this package.
getPackagePath(String, String) - Static method in class ccl.util.FileUtil
You give it a package name and it looks with the help of the classpath on the file system if it can find a directory that relates to this package.
getParameter(String) - Method in class ccl.servlet.ChangedRequest
Returns a new or changed parameter if existing, otherwise this method returns the original parameter.
getParameterMap() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getParameterNames() - Method in class ccl.servlet.ChangedRequest
Returns new or changed parameter names if existing plus the rest of the unchanged names.
getParameters(String) - Static method in class ccl.jcf.JCFUtil
Convert an internal java byte code signature to a format which is more presentable to human users.
getParameterValues(String) - Method in class ccl.servlet.ChangedRequest
Returns new or changed parameter values if existing, otherwise this method returns the originals.
getPathInfo() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getPathTranslated() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getPGID(int) - Method in class ccl.platform.Linux
Get process group id for a given pid.
getPID() - Method in class ccl.platform.Native
Get process ID of the current Java program/process.
getPID() - Method in class ccl.platform.Linux
Get Process ID of the current Java program/process.
getPIDViaPOSIX() - Method in class ccl.platform.Linux
Uses native POSIX 'getpid()' to get the process ID of the current Java program/process.
getPIDViaProc() - Method in class ccl.platform.Linux
Uses the /proc system to get the process ID of the current Java program/process.
getPreferredSize() - Method in class ccl.swing.CCLScrollButton
 
getPreferredSize() - Method in class ccl.swing.BusyWindow
 
getPreferredSize() - Method in class ccl.swing.AnimationPanel
Deprecated.  
getPreviousDay(String) - Static method in class ccl.util.Util
Provides the iso date of the previous day of the given date.
getPrimary1() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getPrimary2() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getPrimary3() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getPrimaryControlDarkShadow() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getPrimaryControlHighlight() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getProjectHome() - Method in class ccl.util.Init
Returns the directory of the current projects file.
getProjectSuffixKey() - Static method in class ccl.util.Init
 
getProtocol() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getQueryString() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getReader() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRealPath(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRecursiveDir(String) - Static method in class ccl.util.FileUtil
Be aware that symbolic links might lead to infinite loops.
getRelease() - Method in class ccl.util.Init
 
getRemoteAddr() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRemoteHost() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRemoteUser() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRequestDispatcher(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRequestedSessionId() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRequestURI() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getRequestURL() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getResizeMode() - Method in class ccl.swing.CCLTable
Returns resize mode used for this table.
getResourceAsStream(Object, String) - Static method in class ccl.util.FileUtil
There is one big advantage this method has over Class.getResourceAsStream(..).
getResourceAsString(Object, String) - Static method in class ccl.util.FileUtil
There is one big advantage this method has over Class.getResourceAsStream(..).
getResourcesImage(String) - Static method in class ccl.swing.SwingUtil
 
getRight() - Method in class ccl.swing.ListToListPanel
 
getScheme() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getScreenSize() - Static method in class ccl.swing.SwingUtil
 
getSecondary1() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getSecondary2() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getSecondary3() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getSecondList() - Method in class ccl.swing.DoubleList
 
getSecondModel() - Method in class ccl.swing.DoubleListModel
 
getSecondModel(int) - Method in class ccl.swing.DoubleListModel
 
getSecondSelectedIndex() - Method in class ccl.swing.DoubleList
 
getSecondSelectedItem() - Method in class ccl.swing.DoubleList
 
getSecondSelectedItems() - Method in class ccl.swing.DoubleList
 
getSecondVector() - Method in class ccl.swing.DoubleListModel
 
getSecondVector() - Method in class ccl.swing.DoubleList
 
getSelectionModel() - Method in class ccl.swing.CCLTable
Gets forwarded to contained table.
getSeparatorBackground() - Method in class ccl.swing.MainJFrame.CCLMetalTheme
 
getServerName() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getServerPort() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getServletPath() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getSession() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getSession(boolean) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getSpaces(int) - Static method in class ccl.util.Util
Returns a String which consists only of spaces and has the lenght 'length_' or which is empty if length_ equals zero.
getStackTrace() - Static method in class ccl.util.Util
Returns a string which contains the stack trace.
getStackTrace(Throwable) - Static method in class ccl.util.Util
Returns a string which contains the stack trace.
getStandardDate(Date) - Static method in class ccl.util.Util
Deprecated. use 'getDate( Date )' instead.
getStatus() - Static method in class ccl.util.IniFile
Ini file status indicates any problems.
getStreamsBuffer() - Method in class ccl.util.OutputErrorStreamManager
Return String with content of everything which has been printed into out and err streams.
getSubDirs(String) - Static method in class ccl.util.FileUtil
Liefert einen Vector mit allen Unter-Directories zurück.
getSubTests() - Method in class junit.framework.TestSuite
Returns all sub tests.
GetSuffix(int) - Method in class ccl.jcf.ASCII_CharStream
 
getSwingHome() - Static method in class ccl.util.FileUtil
It searchs in the classpath for swingall.jar, then for swing.jar and last for com/sun/java/swing on the file system.
getTable() - Method in class ccl.swing.CCLTable
Return the JTable component that is behind this ScrollableJTable.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class ccl.swing.CCLButtonBorderTableCellRenderer
Implements TableCellRenderer interface.
getTempDir() - Static method in class ccl.util.FileUtil
Returns a temporary directory.
getTempFileName() - Static method in class ccl.util.FileUtil
Creates a path with a temp directory plus a 5 digit random file name.
getTestClass() - Method in class junit.framework.TestSuite
Returns the contained test class.
getTestClassDirectory() - Method in class ccl.util.Test
Deprecated. Use getTestDirectory instead as this method will not work well together with jar files.
getTestDirectory() - Method in class ccl.util.Test
This method returns the full path of a dedicated test directory under the application directory.
getTestMethods(Object) - Static method in class junit.framework.TestCase
Returns all methods of an object that conform to the test method convention.
getTestName(Object) - Static method in class ccl.util.Test
Given a test object it returns a string containing a name representing that test.
getTestName(String) - Static method in class ccl.util.Test
Given a test object it returns a string containing a name representing that test.
getTime(Calendar) - Static method in class ccl.util.Util
 
getTime(Date) - Static method in class ccl.util.Util
Returns the time as a string of the given date object.
getTimeWithMillis() - Static method in class ccl.util.Util
Returns the current time with milli seconds.
getTimeWithMillis(Calendar) - Static method in class ccl.util.Util
Returns the current time with milli seconds.
getTitle() - Method in class ccl.servlet.XMLImporter
Returns the title used for the html page.
getTodaySortable() - Static method in class ccl.util.Util
Deprecated. use getDate() instead.
getToken(int) - Method in class ccl.jcf.TypeDescriptor
 
getType() - Method in class ccl.util.Option
 
getUsedMemory() - Static method in class ccl.util.Util
This method returns the memory currently in use.
getUsedMemoryPercentage() - Static method in class ccl.util.Util
This method returns the percentage of used memory.
getUsedMemoryPercentage(long, long) - Static method in class ccl.util.Util
This method returns the percentage of used memory.
getUserNames() - Static method in class ccl.platform.Native
 
getUserPrincipal() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
getUserTables(Connection) - Static method in class ccl.util.DBUtil
Gets the list of user tables.
getValue() - Method in class ccl.swing.ListCancelSelector
 
getValue() - Method in class ccl.swing.ListEditDialog
 
getValue() - Method in class ccl.swing.InputCancelDialog
This method returns the input from the user.
getValue() - Static method in class ccl.util.Test
 
getValue(String) - Method in class ccl.swing.RunnableAction
 
getValue(Test) - Static method in class ccl.swing.SwingUtil
Deprecated. Test hack.
getValueOf(File, String) - Static method in class ccl.xml.XMLUtil
Return the xml value in the given xml file described by the XPath value.
getValueOf(String, String) - Static method in class ccl.xml.XMLUtil
Return the xml value in the given xml string described by the XPath value.
getValues() - Method in class ccl.swing.ListCancelSelector
 
getValues() - Method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
getValues() - Method in class ccl.swing.DoubleListCancelSelector
 
getVersion() - Method in class ccl.util.Init
 
getVersionDate() - Method in class ccl.util.Init
 
getVersionString() - Method in class ccl.util.Init
 
getVersionTime() - Method in class ccl.util.Init
 
getWindowAdapter() - Method in class ccl.swing.OKCancelPanel
 
getWindowID(String) - Static method in class ccl.platform.Linux
Get unix windows id.
getWindowID(String, int) - Static method in class ccl.platform.Linux
Get unix windows id.
getXML(File, File) - Static method in class ccl.xml.XMLUtil
Transforms a given xml content with a given xslt stylesheet file.
getXML(File, String) - Static method in class ccl.xml.XMLUtil
Transforms a given xml content with a given xslt stylesheet file.
getXML(String, File) - Static method in class ccl.xml.XMLUtil
Transforms a given xml content with a given xslt stylesheet file.
getXML(String, String) - Static method in class ccl.xml.XMLUtil
Transforms a given xml content using the given xslt stylesheet content.
gotoGrid(int, int) - Method in class ccl.swing.AutoGridBagLayout
 
GraphicsUtil - class ccl.swing.GraphicsUtil.
Support class for graphics stuff, like for example saving jpeg images.
GraphicsUtilTest - class ccl.swing.test.GraphicsUtilTest.
Tests class GraphicsUtil.
GraphicsUtilTest() - Constructor for class ccl.swing.test.GraphicsUtilTest
Default constructor.
GraphicsUtilTest(Test) - Constructor for class ccl.swing.test.GraphicsUtilTest
Standard constructor.

H

Highlightable - interface ccl.swing.Highlightable.
A list that changes item color after item was selected.
HighlightableValue - class ccl.swing.HighlightableValue.
A list that changes item color after item was selected.
HighlightableValue(Hashtable, String, String) - Constructor for class ccl.swing.HighlightableValue
 
HighlightedList - class ccl.swing.HighlightedList.
A list that changes item color after item was selected.
HighlightedList() - Constructor for class ccl.swing.HighlightedList
 
HighlightedList(ListModel) - Constructor for class ccl.swing.HighlightedList
 
HighlightedList(Vector) - Constructor for class ccl.swing.HighlightedList
 
HighlightedListCellRenderer - class ccl.swing.HighlightedListCellRenderer.
A list that changes item color after item was selected.
HighlightedListCellRenderer() - Constructor for class ccl.swing.HighlightedListCellRenderer
 
History - class ccl.util.History.
A collection class to store history objects like url objects in a web browser or commands in a shell.
History() - Constructor for class ccl.util.History
 
HTML - class ccl.servlet.HTML.
This class encapsulates printing of html code in a very basic way without any fancy output support.
HTML(HttpServletResponse) - Constructor for class ccl.servlet.HTML
All following output goes to the given HttpServletResponse object.
HTML(PrintWriter) - Constructor for class ccl.servlet.HTML
All following output goes to the given writer object.
HTML(Writer) - Constructor for class ccl.servlet.HTML
All following output goes to the given writer object.

I

image - Variable in class ccl.jcf.Token
The string image of the token.
imageUpdate(Image, int, int, int, int, int) - Method in class ccl.swing.AnimationPanel
Deprecated.  
indexOfMethod(Vector, String) - Static method in class junit.framework.test.TestCaseTest
Returns the index of a method with a given name.
indexOfNot(String, char) - Static method in class ccl.util.Util
 
indexOfNot(String, char, int) - Static method in class ccl.util.Util
 
IniFile - class ccl.util.IniFile.
This class is copyrighted by 1996 Besiex Software (Benjarmin Cabell) and distributed under the terms of the Gnu Library General Public License.
IniFile() - Constructor for class ccl.util.IniFile
 
IniFileTest - class ccl.util.test.IniFileTest.
Tests for ccl.util.IniFile.
IniFileTest() - Constructor for class ccl.util.test.IniFileTest
 
IniFileTest(Test) - Constructor for class ccl.util.test.IniFileTest
 
Init - class ccl.util.Init.
Manages the ini file and configuration stuff for an application.
Init() - Constructor for class ccl.util.Init
Used only by the Init.clone method.
Init(Exitable, String[], String) - Constructor for class ccl.util.Init
The ini file will be first looked for in package/exitable.ini and if not found in package/package.ini.
Init(Exitable, String[], String, String) - Constructor for class ccl.util.Init
If sIniFileContent_ is null for the ini file will be first looked for in package/exitable.ini and if not found in package/package.ini.
Initializable - interface ccl.util.Initializable.
Used to abstract from ccl.awt.MainFrame and ccl.swing.MainJFrame.
initialize() - Static method in class ccl.util.SysEnv
Reads the properties files passed as parameter to JVM
initialize(String) - Static method in class ccl.util.SysEnv
Reads the properties files passed as parameter to JVM
initialize(String[]) - Method in class ccl.util.Test
Process the arguments from the main class here.
initialize(String[], String) - Method in class ccl.servlet.DebugServer
This method is invoked to setup the application.
initialize(String[], String) - Method in class ccl.swing.MainJFrame
 
initialize(String[], String) - Method in interface ccl.util.Initializable
 
initialize(String, String[], String) - Method in class ccl.swing.MainJFrame
 
initialize(String, String[], String, String) - Method in class ccl.swing.MainJFrame
 
initializeDB(DBUtil.DBConstant) - Static method in class ccl.util.DBUtil
Initializes a database for either InstantDB, Sybase or whatsoever.
initializeDB(String) - Static method in class ccl.util.DBUtil
Initializes a database with the given driver.
initializeIDB() - Static method in class ccl.util.DBUtil
Initializes an InstantDB database.
initializePGDB() - Static method in class ccl.util.DBUtil
Initializes a PostgreSQL database.
initializeSybDB() - Static method in class ccl.util.DBUtil
Initializes a Sybase database.
InitTest - class ccl.util.test.InitTest.
Test cases for ccl.util.Init class.
InitTest() - Constructor for class ccl.util.test.InitTest
 
InitTest(Test) - Constructor for class ccl.util.test.InitTest
 
input(Frame, String, String, Vector) - Static method in class ccl.swing.InputCancelDialog
Creates an input dialog for a text string.
input(Frame, String, String, Vector, boolean) - Static method in class ccl.swing.InputCancelDialog
Creates an input dialog for a text string.
input(Frame, String, Vector) - Static method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
input(Frame, String, Vector, boolean) - Static method in class ccl.swing.ListCancelSelector
 
inputCancel(Frame, String) - Static method in class ccl.swing.SwingUtil
 
inputCancel(Frame, String, String) - Static method in class ccl.swing.SwingUtil
 
InputCancelDialog - class ccl.swing.InputCancelDialog.
This dialog provides a basic input facility for a line of text.
InputCancelDialog(Frame, String, String) - Constructor for class ccl.swing.InputCancelDialog
Creates an input dialog for a text string.
InputCancelDialog(Frame, String, String, Vector) - Constructor for class ccl.swing.InputCancelDialog
Creates an input dialog for a text string.
InputCancelDialog(Frame, String, String, Vector, boolean) - Constructor for class ccl.swing.InputCancelDialog
Creates an input dialog for a text string.
InputCancelDialogTest - class ccl.swing.test.InputCancelDialogTest.
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
InputCancelDialogTest() - Constructor for class ccl.swing.test.InputCancelDialogTest
 
InputCancelDialogTest(Test) - Constructor for class ccl.swing.test.InputCancelDialogTest
 
inputDoubleListCancel(Frame, String, Vector, Vector, boolean) - Static method in class ccl.swing.SwingUtil
 
inputDoubleListCancel(Frame, String, Vector, Vector, boolean, Color, Color) - Static method in class ccl.swing.SwingUtil
 
inputIndexes(Frame, String, Vector) - Static method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
inputListCancel(Frame, String, Vector) - Static method in class ccl.swing.SwingUtil
 
insert(Vector, int, int, Object, Comparable) - Static method in class ccl.util.Util
Inert a new object into a vector and keep the vector sorted.
insert(Vector, Object, Comparable) - Static method in class ccl.util.Util
Inert a new object into a vector and keep the vector sorted.
insert(Vector, Vector, int) - Static method in class ccl.util.Util
Insert at a special offset all elements of the second vector into the first vector.
insertNodeToTree(DefaultMutableTreeNode, DefaultMutableTreeNode, String, char) - Static method in class ccl.swing.SwingUtil
 
insertSecondElementAt(DefaultListModel, int) - Method in class ccl.swing.DoubleListModel
 
insertUpdate(DocumentEvent) - Method in class ccl.swing.ListEditDialog
 
install() - Method in class ccl.util.OutputErrorStreamManager
Install special output stream in Java system.
INSTANTDB - Static variable in class ccl.util.DBUtil
Constant to indicate an InstantDB database.
INT - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
INTEGER - Static variable in class ccl.util.Option
Option type integer.
interrupt() - Method in class ccl.swing.MetaJDialog
 
interrupt() - Method in class ccl.swing.MainJFrame
 
intToBytes(int) - Static method in class ccl.util.Util
Converts an int into a byte array.
intValue() - Method in class ccl.util.Enum
 
invert(Vector) - Static method in class ccl.util.Util
Create a new vector and invert the order of the elements.
invokeAndWaitIfNecessary(Runnable) - Static method in class ccl.swing.SwingUtil
If not running in an AWT thread, then invoke later.
invokeLaterIfNecessary(Runnable) - Static method in class ccl.swing.SwingUtil
If not running in an AWT thread, then invoke later.
invokeTestMethod(Method) - Method in class junit.framework.TestCase
Used to invoke the test methods.
invokeTestMethod(Method, Object) - Static method in class junit.framework.TestCase
Used to invoke the test methods.
isAbsolute(String) - Static method in class ccl.util.FileUtil
Tests if the file represented by this File object is an absolute pathname.
isAlpha(char) - Static method in class ccl.util.Util
Checks that a character is of type alpha.
isBorderOpaque() - Method in class ccl.swing.CCLButtonBorder
This border is always opaque.
isBorderOpaque() - Method in class ccl.swing.CCLBorder
This border is always opaque.
isBusy() - Method in class ccl.swing.MainJFrame
Returns true if the application is busy with some task like saving right now.
isCancel() - Method in class ccl.swing.YesNoCancelDialog
 
isDateValid() - Method in class ccl.swing.DateField
 
isDateValid(String) - Static method in class ccl.util.Util
Input format of the date is either CCYY-MM-DD or CCYYMMDD.
isDebug() - Static method in class ccl.util.Util
Returns the current debug mode.
isDigit(char) - Static method in class ccl.util.Util
Return true for digit characters.
isEmpty(String) - Static method in class ccl.util.Util
Tests, if a given String equals null or "".
isEmpty(Vector) - Static method in class ccl.util.Util
Tests, if a given Vector is null or has size 0.
isEnvEvalReqd(String) - Static method in class ccl.util.SysEnv
Tests whether the string buffer contains any envoirnment variable: syntax $(VAR_NAME)
isExitSet() - Method in class ccl.swing.MainJFrame
 
isExtensionListInDescription() - Method in class ccl.swing.ExampleFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isFileReadable(String) - Static method in class ccl.util.FileUtil
This method checks if it is save to use a file or if for example someone else is currently writing into this file.
isFileSavable(Frame, String) - Static method in class ccl.swing.SwingUtil
 
isHighlighted() - Method in class ccl.swing.HighlightableValue
 
isHighlighted() - Method in interface ccl.swing.Highlightable
 
isInAction() - Method in class ccl.swing.MetaJDialog
 
isLibLoaded() - Static method in class ccl.platform.Linux
Is the libLinux.so library really loaded?
isMandatory() - Method in class ccl.util.Option
 
isModified() - Method in class ccl.swing.MainJFrame
 
isOK() - Method in class ccl.swing.OKCancelPanel
 
isOK() - Method in class ccl.swing.OKCancelDialog
 
isOK() - Method in class ccl.swing.ListCancelSelector
 
isOK() - Method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
isOK() - Method in class ccl.swing.ListEditDialog
 
isOK() - Method in class ccl.swing.InputCancelDialog
This method indicates if the user did cancel the dialog.
isOK() - Method in class ccl.swing.DoubleListCancelSelector
 
isOKOrCancel(Frame, String) - Static method in class ccl.swing.SwingUtil
Opens a dialog and returns either true or false.
isOSLinux() - Static method in class ccl.util.Util
Returns true if the current operating system is Linux.
isOSSolaris() - Static method in class ccl.util.Util
Returns true if the current operating system is Sun Microsystem's Solaris (or SunOS).
isOSUnix() - Static method in class ccl.util.Util
Returns true if the current operating system is either Linux or Solaris.
isOSWindows() - Static method in class ccl.util.Util
Returns true if the current operating system is Microsoft Windows.
isQuitInStdin() - Static method in class ccl.util.FileUtil
Checks if the next word in the standard input stream is quit followed by a linefeed.
isRequestedSessionIdFromCookie() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
isRequestedSessionIdFromUrl() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
isRequestedSessionIdFromURL() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
isRequestedSessionIdValid() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
isSecure() - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
isSpaceLine(String) - Static method in class ccl.util.Util
Tests if a string contains only space, tab, and linefeed characters.
isSwingPackage(String) - Static method in class ccl.util.Util
Returns true if sFullPackageName_ is a swing package, either old com.sun.java.swing or new javax.swing convention.
isTest() - Static method in class ccl.util.Test
 
isTiming() - Method in class ccl.util.Test
True if timing information gets printed in addition to the standard test output.
isTrue(Boolean) - Static method in class ccl.util.Util
Boolean to boolean converter.
isUserInRole(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
isVerbose() - Method in class ccl.util.Test
Checks if each test condition handled will be visually presented with a dot on the standard output.
isVocal(char) - Static method in class ccl.util.Util
Return true if the given character can be found in the string "aeouiäöü".
isYes() - Method in class ccl.swing.YesNoCancelDialog
 
itemStateChanged(ItemEvent) - Method in class ccl.swing.ThreadsDialog
 
itemStateChanged(ItemEvent) - Method in class ccl.swing.MemoryPanel
 
itoa(int) - Static method in class ccl.util.Util
Converts an int to a String.

J

JavaDump - class ccl.jcf.JavaDump.
JavaDump 1.0 Copyright (c) 1997 Matt T.
JavaDump() - Constructor for class ccl.jcf.JavaDump
 
jcf - Variable in class ccl.jcf.DumpClassToTxt
 
JCFUtil - class ccl.jcf.JCFUtil.
An utility class to work with java byte code files.
JCFUtil() - Constructor for class ccl.jcf.JCFUtil
 
jj_nt - Variable in class ccl.jcf.TypeDescriptor
 
jjstrLiteralImages - Static variable in class ccl.jcf.TypeDescriptorTokenManager
 
junit.framework - package junit.framework
Redirects tests written for the JUnit API to the CCL library test framework.
junit.framework.test - package junit.framework.test
 
jwhich(String, String) - Static method in class ccl.jcf.JCFUtil
Deprecated. see ccl.util.ClassPathUtil.
jwhich(String, String) - Static method in class ccl.util.ClassPathUtil
Like which for unix, finds the location of a given java class,
e.g.

K

KEY_ERROR - Static variable in class ccl.util.IniFile
Reading the ini file resulted in an error when parsing for a key.
kind - Variable in class ccl.jcf.Token
An integer that describes the kind of this token.

L

lastIndexOf(Segment, int) - Static method in class ccl.swing.SwingUtil
Like String.lastIndexOf() but working on Segment instead of String.
lastIndexOf(Segment, int, int) - Static method in class ccl.swing.SwingUtil
Like String.lastIndexOf() but working on Segment instead of String.
lexStateNames - Static variable in class ccl.jcf.TypeDescriptorTokenManager
 
Linux - class ccl.platform.Linux.
Linux native methods are invoked in this class.
Linux() - Constructor for class ccl.platform.Linux
This is a singleton class.
ListCancelMultiSelector - class ccl.swing.ListCancelMultiSelector.
Deprecated. Use ListCancelSelector with multi select flag.
ListCancelMultiSelector(Frame, String, Vector) - Constructor for class ccl.swing.ListCancelMultiSelector
Deprecated.  
ListCancelMultiSelector(Frame, String, Vector, Vector) - Constructor for class ccl.swing.ListCancelMultiSelector
Deprecated.  
ListCancelSelector - class ccl.swing.ListCancelSelector.
Select items from a list or cancel.
ListCancelSelector(Frame, String, Vector) - Constructor for class ccl.swing.ListCancelSelector
 
ListCancelSelector(Frame, String, Vector, boolean) - Constructor for class ccl.swing.ListCancelSelector
 
ListCancelSelector(String, Vector) - Constructor for class ccl.swing.ListCancelSelector
 
ListEditDialog - class ccl.swing.ListEditDialog.
Appropriate for selecting CLASSPATH's for example.
ListEditDialog(Frame, String, Vector) - Constructor for class ccl.swing.ListEditDialog
 
ListEditDialog(Frame, String, Vector, boolean) - Constructor for class ccl.swing.ListEditDialog
 
ListToListPanel - class ccl.swing.ListToListPanel.
Selector which lets more items from one list to another.
ListToListPanel(String, String, int) - Constructor for class ccl.swing.ListToListPanel
 
ListToListPanel(String, String, Vector, Vector, int) - Constructor for class ccl.swing.ListToListPanel
 
loadClass(String, boolean) - Method in class ccl.util.ReflectionClassLoader
Gets invoked from ClassLoader's loadClass(String) method.
loadClassFile(String) - Method in class ccl.util.ReflectionClassLoader
 
loadClassFile(ZipFile, ZipEntry) - Method in class ccl.util.ReflectionClassLoader
 
loadImage(String) - Static method in class ccl.swing.SwingUtil
 
LONG - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
ltoa(long) - Static method in class ccl.util.Util
Converts an long to a String.
ltod(long) - Static method in class ccl.util.Util
A long to double converter.
ltrim(String) - Static method in class ccl.util.Util
Removes space, carriage, linefeed, and tab chars at the right side of a string.

M

Main - class ccl.Main.
This class does nothing else except offering a static main routine and therefore one fix starting point for the whole ccl library.
main(String[]) - Static method in class ccl.Main
Ccl is a library.
main(String[]) - Static method in class ccl.jcf.JavaDump
 
main(String[]) - Static method in class ccl.platform.test.NativeTest
 
main(String[]) - Static method in class ccl.servlet.DebugServer
 
main(String[]) - Static method in class ccl.servlet.test.XMLImportHandlerTest
 
main(String[]) - Static method in class ccl.swing.DateField
 
main(String[]) - Static method in class ccl.swing.test.CCLLineBorderTest
Main method if test class should be run individually.
main(String[]) - Static method in class ccl.swing.test.GraphicsUtilTest
Main method if test class should be run individually.
main(String[]) - Static method in class ccl.swing.test.InputCancelDialogTest
 
main(String[]) - Static method in class ccl.swing.test.SwingUtilTest
 
main(String[]) - Static method in class ccl.swing.test.DoubleListTest
 
main(String[]) - Static method in class ccl.swing.test.DateFieldTest
 
main(String[]) - Static method in class ccl.test.MainTest
You can start this test class directly with this method.
main(String[]) - Static method in class ccl.util.FTPUtil
This method provides a service similar to url_get or wget.
main(String[]) - Static method in class ccl.util.test.UtilPackageTest
The main method of this class in case you want to execute the tests of it stand alone without the other test classes.
main(String[]) - Static method in class ccl.util.test.StreamCopierTest
 
main(String[]) - Static method in class ccl.util.test.ClassPathUtilTest
Main method you can use to invoke the tests in this class alone.
main(String[]) - Static method in class ccl.util.test.OutputErrorStreamManagerTest
 
main(String[]) - Static method in class ccl.util.test.TestTest
Use this main class if you want to run the self test of this class alone, otherwise use ccl.Main -check.
main(String[]) - Static method in class ccl.util.test.SysEnvTest
 
main(String[]) - Static method in class ccl.util.test.SToLAndConcatTest
 
main(String[]) - Static method in class ccl.util.test.SingletonTest
 
main(String[]) - Static method in class ccl.util.test.UtilTest
The main method of this class in case you want to execute the tests of it stand alone without the other test classes.
main(String[]) - Static method in class ccl.util.test.InitTest
Start init test standalone.
main(String[]) - Static method in class ccl.util.test.IniFileTest
 
main(String[]) - Static method in class ccl.util.test.FileUtilTest
 
main(String[]) - Static method in class ccl.xml.test.XMLUtilTest
This is the static main method which can be used if this test class should be executed stand alone.
main(String[]) - Static method in class junit.framework.test.TestCaseTest
Main method if you want to execute just this test class alone.
Main(String[], String) - Constructor for class ccl.Main
The static main routine creates this object which then triggers on demand the self tests.
MainJFrame - class ccl.swing.MainJFrame.
MainJFrame can be used to inherit you applications main frame class from, which would act as a controller and view of your application.
MainJFrame.CCLMetalTheme - class ccl.swing.MainJFrame.CCLMetalTheme.
A class representing a swing theme used by default for the ccl library.
MainJFrame.CCLMetalTheme(Color) - Constructor for class ccl.swing.MainJFrame.CCLMetalTheme
 
MainJFrame() - Constructor for class ccl.swing.MainJFrame
 
MainJFrame(String) - Constructor for class ccl.swing.MainJFrame
 
MainJFrame(String[], String) - Constructor for class ccl.swing.MainJFrame
 
MainJFrame(String, String[], String) - Constructor for class ccl.swing.MainJFrame
 
MainJFrame(String, String[], String, String) - Constructor for class ccl.swing.MainJFrame
 
MainJMenuBar - class ccl.swing.MainJMenuBar.
A convenience class to create application menus in an easy way.
MainJMenuBar(Vector, MainJFrame) - Constructor for class ccl.swing.MainJMenuBar
Creates a custom menu bar object which gets its menu item descriptions from a collection of name strings or runnable action objects.
MainTest - class ccl.test.MainTest.
Insert your test code into the _doIt method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
MainTest() - Constructor for class ccl.test.MainTest
 
MainTest(Test) - Constructor for class ccl.test.MainTest
 
makeThisFileOld() - Method in class ccl.util.Init
This method stores the actual file in the old file vector, no saving or anything else like removing double fils.
map(Vector, Transformable) - Static method in class ccl.util.Util
Convert each element of the vector by a transformation object.
max(Dimension, Dimension) - Static method in class ccl.swing.SwingUtil
 
max(int, int) - Static method in class ccl.util.Util
Deprecated.  
max(long, long) - Static method in class ccl.util.Util
Deprecated.  
maximizeWindow(Window) - Static method in class ccl.swing.SwingUtil
 
maximizeWindow(Window, float) - Static method in class ccl.swing.SwingUtil
 
md(String) - Static method in class ccl.util.FileUtil
Creates the specified directory and if necessary any parent directories.
MemoryDialog - class ccl.swing.MemoryDialog.
Dialog with memory information.
MemoryDialog() - Constructor for class ccl.swing.MemoryDialog
 
MemoryDialog(Frame) - Constructor for class ccl.swing.MemoryDialog
 
MemoryPanel - class ccl.swing.MemoryPanel.
Panel with memory information.
MemoryPanel() - Constructor for class ccl.swing.MemoryPanel
 
MessageBox - class ccl.swing.MessageBox.
 
MessageBox.LocalFocusManager - class ccl.swing.MessageBox.LocalFocusManager.
 
MessageBox.LocalFocusManager() - Constructor for class ccl.swing.MessageBox.LocalFocusManager
 
MessageBox(Frame, String) - Constructor for class ccl.swing.MessageBox
 
MessageBox(Frame, String, boolean) - Constructor for class ccl.swing.MessageBox
 
MessageBox(Frame, String, boolean, Direction) - Constructor for class ccl.swing.MessageBox
 
MessageBox(String) - Constructor for class ccl.swing.MessageBox
 
MessageBox(String, boolean) - Constructor for class ccl.swing.MessageBox
 
MetaJDialog - class ccl.swing.MetaJDialog.
Allows to start Dialogs out of this modal dialog.
MetaJDialog(Frame) - Constructor for class ccl.swing.MetaJDialog
 
MetaJDialog(Frame, String) - Constructor for class ccl.swing.MetaJDialog
 
min(int, int) - Static method in class ccl.util.Util
Deprecated.  
mkdir(String) - Static method in class ccl.util.FileUtil
Creates the specified directory and if necessary any parent directories.
mouseClicked(MouseEvent) - Method in class ccl.swing.DoubleList
 
mouseEntered(MouseEvent) - Method in class ccl.swing.DoubleList
 
mouseExited(MouseEvent) - Method in class ccl.swing.DoubleList
 
mousePressed(MouseEvent) - Method in class ccl.swing.DoubleList
 
mouseReleased(MouseEvent) - Method in class ccl.swing.DoubleList
 
move(String, String) - Static method in class ccl.util.FileUtil
Renames or moves a file.
moveWindow(String, int, int) - Static method in class ccl.platform.Linux
Moves an X window.
multiplyChar(char, int) - Static method in class ccl.util.Util
Create a string by concatenating one char several times.
multiplyChar(String, int) - Static method in class ccl.util.Util
Create a string by concatenating one string several times.
mv(String, String) - Static method in class ccl.util.FileUtil
Renames or moves a file.

N

Native - class ccl.platform.Native.
This is the base class to invoke some native methods.
Native() - Constructor for class ccl.platform.Native
Native is a singleton class.
NativeTest - class ccl.platform.test.NativeTest.
Tests 'getPID()' on Linux.
NativeTest() - Constructor for class ccl.platform.test.NativeTest
 
NativeTest(Test) - Constructor for class ccl.platform.test.NativeTest
 
newFile() - Method in class ccl.swing.MainJFrame
 
newToken(int) - Static method in class ccl.jcf.Token
Returns a new Token object, by default.
next - Variable in class ccl.jcf.Token
A reference to the next regular (non-special) token from the input stream.
nextLine() - Method in class ccl.swing.AutoGridBagLayout
 
NO - Static variable in class ccl.swing.SwingUtil
Constant for yes, no, and cancel.
normalizeFileName(String) - Static method in class ccl.util.FileUtil
This method returns an absolute (canonical) file name.
normalizeFileName(String, String) - Static method in class ccl.util.FileUtil
This method returns an absolute (canonical) file name.
NORT - Static variable in class ccl.util.Direction
 
NORTH - Static variable in class ccl.swing.AutoGridBagLayout
Put the component at the top of its display area, centered horizontally.
NORTHEAST - Static variable in class ccl.swing.AutoGridBagLayout
Put the component at the top-right corner of its display area.
NORTHEAST - Static variable in class ccl.util.Direction
 
NORTHWEST - Static variable in class ccl.swing.AutoGridBagLayout
Put the component at the top-left corner of its display area.
NORTHWEST - Static variable in class ccl.util.Direction
 
NullOutputStream - class ccl.util.NullOutputStream.
Like /dev/null.
NullOutputStream() - Constructor for class ccl.util.NullOutputStream
 

O

O_CONSTANT - Static variable in class ccl.util.Util
This could be also private and instead you would have to use getConstantObject(), but yet you have the choice.
objectsToVector(Object[]) - Static method in class ccl.util.Util
Convert an array of objects to a vector.
OK - Static variable in class ccl.util.IniFile
Indicates that reading the ini file worked fine.
OKCancelDialog - class ccl.swing.OKCancelDialog.
$Id: OKCancelDialog.java,v 1.6 2003/05/01 16:44:25 clemens Exp clemens $
OKCancelDialog(Frame, String) - Constructor for class ccl.swing.OKCancelDialog
 
OKCancelDialog(String) - Constructor for class ccl.swing.OKCancelDialog
 
OKCancelFocusManager - class ccl.swing.OKCancelFocusManager.
For an example how to use this see OKCancelPanel.
OKCancelFocusManager(JButton, JButton) - Constructor for class ccl.swing.OKCancelFocusManager
 
OKCancelPanel - class ccl.swing.OKCancelPanel.
A panel with OK and Cancel button for use in dialogs.
OKCancelPanel(Window) - Constructor for class ccl.swing.OKCancelPanel
 
OKCancelPanel(Window, boolean) - Constructor for class ccl.swing.OKCancelPanel
 
OKCancelPanel(Window, int) - Constructor for class ccl.swing.OKCancelPanel
 
OKCancelPanel(Window, int, boolean) - Constructor for class ccl.swing.OKCancelPanel
 
OMIT_ALLATTRIBUTES - Static variable in class ccl.jcf.DumpClassToTxt
 
OMIT_CLASSDESC - Static variable in class ccl.jcf.DumpClassToTxt
 
OMIT_CONSTPOOL - Static variable in class ccl.jcf.DumpClassToTxt
If specified as part of a bit mask, each flag prevents the dumping of the respective class file component.
OMIT_EXTRAATTRIBUTES - Static variable in class ccl.jcf.DumpClassToTxt
 
OMIT_FIELDS - Static variable in class ccl.jcf.DumpClassToTxt
 
OMIT_INTERFACES - Static variable in class ccl.jcf.DumpClassToTxt
 
OMIT_METHODS - Static variable in class ccl.jcf.DumpClassToTxt
 
open() - Method in class ccl.swing.MainJFrame
Interactively open new file/project.
open(String) - Method in class ccl.swing.MainJFrame
If you overwrite this method, it should invoke super.open( filename ) at the end.
openFile(String) - Static method in class ccl.util.FileUtil
Get a DataInputStream for a specified file.
openOldProject(String) - Method in class ccl.swing.MainJFrame
 
openOutputFile(String) - Static method in class ccl.util.FileUtil
Get a DataOutputStream for a specified file.
Option - class ccl.util.Option.
Used by the Init class.
Option(String, String) - Constructor for class ccl.util.Option
 
output - Variable in class ccl.jcf.DumpClassToTxt
 
OutputErrorStreamManager - class ccl.util.OutputErrorStreamManager.
Replace std out and err with special stream and let listeners register themselves for every occuring message to print out stuff into a dialog e.g.
OutputErrorStreamManager.OutputErrorStream - class ccl.util.OutputErrorStreamManager.OutputErrorStream.
Special stream which hooks into out or err stream.
OutputErrorStreamManager.OutputErrorStream(PrintStream) - Constructor for class ccl.util.OutputErrorStreamManager.OutputErrorStream
 
OutputErrorStreamManager() - Constructor for class ccl.util.OutputErrorStreamManager
Create manager, but do not intall it.
OutputErrorStreamManagerTest - class ccl.util.test.OutputErrorStreamManagerTest.
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
OutputErrorStreamManagerTest() - Constructor for class ccl.util.test.OutputErrorStreamManagerTest
 
OutputErrorStreamManagerTest(Test) - Constructor for class ccl.util.test.OutputErrorStreamManagerTest
 

P

paddWith(int, int, char) - Static method in class ccl.util.Util
Fill a string with a given char for alignment purposes.
paddWith(String, int, char) - Static method in class ccl.util.Util
Fill a string with a given char for alignment purposes.
paddWithSpace(double, int) - Static method in class ccl.util.Util
Fill a string with space chars for alignment purposes.
paddWithSpace(int, int) - Static method in class ccl.util.Util
Fill a string with space chars for alignment purposes.
paddWithSpace(long, int) - Static method in class ccl.util.Util
Fill a string with space chars for alignment purposes.
paddWithSpace(String, int) - Static method in class ccl.util.Util
Fill a string with space chars for alignment purposes.
paddWithZero(int, int) - Static method in class ccl.util.Util
Fill a string with zero chars for alignment purposes.
paddWithZero(long, int) - Static method in class ccl.util.Util
Fill a string with zero chars for alignment purposes.
paddWithZero(String, int) - Static method in class ccl.util.Util
Fill a string with zero chars for alignment purposes.
paint(Graphics) - Method in class ccl.swing.CCLScrollButton
 
paint(Graphics) - Method in class ccl.swing.SplitPane
 
paint(Graphics) - Method in class ccl.swing.CCLBorderWindow
 
paint(Graphics) - Method in class ccl.swing.AnimationPanel
Deprecated.  
paintBorder(Component, Graphics, int, int, int, int) - Method in class ccl.swing.CCLLineBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class ccl.swing.CCLButtonBorder
Active painting of the border.
paintBorder(Component, Graphics, int, int, int, int) - Method in class ccl.swing.CCLBorder
Active painting of the border.
panicIf(boolean) - Static method in class ccl.util.Util
panicIf <=> not assert.
panicIf(boolean, String) - Static method in class ccl.util.Util
panicIf <=> not assert.
parse() - Method in class ccl.jcf.TypeDescriptor
 
parse(Connection, String) - Static method in class ccl.servlet.XMLImportHandler
This method creates an instance of this parser and pipes the specified file through it.
ParseException - exception ccl.jcf.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class ccl.jcf.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class ccl.jcf.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class ccl.jcf.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
POSTGRESQL - Static variable in class ccl.util.DBUtil
Constant to indicate a PostgreSQL database.
pressOKButton(Window) - Static method in class ccl.swing.SwingUtil
Might return earlier than the action has finished.
print(char) - Static method in class ccl.util.Util
Prints out a char to System.out.
print(Object) - Static method in class ccl.util.Util
Prints out the object to System.out.
print(String) - Method in class ccl.jcf.DumpClassToTxt
Print a text fragment.
print(String) - Method in class ccl.servlet.HTML
This method prints the given string unfiltered as html without any html formatting.
print(String) - Static method in class ccl.util.Util
Prints out a String to System.out.
printAndWaitUntilQuit() - Static method in class ccl.util.FileUtil
Prints a user message and reads standard input until someone types 'quit' and <enter>.
printAttributes(JcfAttributeCollection) - Method in class ccl.jcf.DumpClassToTxt
Print an attribute collection.
printBR() - Method in class ccl.servlet.HTML
Prints a
tag.
printBR(String) - Method in class ccl.servlet.HTML
Prints the text and adds a
tag.
printConstantPool() - Method in class ccl.jcf.DumpClassToTxt
Print the constant pool (e.g.
printDataTableHeader(String) - Method in class ccl.servlet.HTML
Add header entry to table.
printDataTableHeader(String, String) - Method in class ccl.servlet.HTML
Add header entry to table.
printDataTableHeader(String, String, int) - Method in class ccl.servlet.HTML
Add header entry to table.
printDataTableStart(String, String) - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
printDataTableValue(String) - Method in class ccl.servlet.HTML
Add value entry to table.
printDataTableValue(String, String) - Method in class ccl.servlet.HTML
Add value entry to table.
printDataTableValue(String, String, int) - Method in class ccl.servlet.HTML
Add value entry to table.
printErr(char) - Static method in class ccl.util.Util
Prints out a char to System.err.
printErr(Object) - Static method in class ccl.util.Util
Prints out the object to System.err.
printErr(String) - Static method in class ccl.util.Util
Prints out a String to System.err.
printEscaped(char) - Static method in class ccl.servlet.XMLExporter
Deprecated. Use ccl.xml.XMLUtil.escaped(char) instead.
printEscaped(String) - Static method in class ccl.servlet.XMLExporter
Deprecated. Use ccl.xml.XMLUtil.escaped(String) instead.
printFormularHidden(String, String) - Method in class ccl.servlet.HTML
This method prints an input tag with hidden data.
printFormularOperationMode() - Method in class ccl.servlet.HTML
Let the user select if the formular entry should be use in "add", "change", or "delete" mode.
printFormularSelection(String, String, String[], String) - Method in class ccl.servlet.HTML
This method prints a formular select tag with the given values.
printFormularSelection(String, String, String[], String[]) - Method in class ccl.servlet.HTML
This method prints a formular select tag with the given values.
printFormularSelection(String, String, String[], String[], String) - Method in class ccl.servlet.HTML
This method prints a formular select tag with the given values.
printFormularSelection(String, String, String, String, Statement) - Method in class ccl.servlet.HTML
This method prints a formular select tag.
printFormularSelection(String, String, Vector, Vector, String) - Method in class ccl.servlet.HTML
This method prints a formular select tag with the given values.
printFormularStart(String, String) - Method in class ccl.servlet.HTML
This method prints the start tag of an html formular.
printFormularSubmit() - Method in class ccl.servlet.HTML
This method prints a submit button for use in an html formular.
printFormularSubmit(String) - Method in class ccl.servlet.HTML
This method prints a submit button for use in an html formular.
printFormularTextArea(String, String, String) - Method in class ccl.servlet.HTML
Adds a text area to the formular.
printFormularTextInput(String, String) - Method in class ccl.servlet.HTML
This method prints a text input tag.
printFormularTextInput(String, String, String) - Method in class ccl.servlet.HTML
This method prints a text input tag.
printFormularTextInput(String, String, String, int) - Method in class ccl.servlet.HTML
This method prints a text input tag.
printHelpMessage() - Method in class ccl.util.Init
 
printLink(String, String) - Method in class ccl.servlet.HTML
Prints an html link to the page.
println() - Method in class ccl.jcf.DumpClassToTxt
Print an empty line.
println() - Static method in class ccl.util.Util
Same as print('\n').
println(Exception) - Static method in class ccl.util.Util
Prints out the exception, its stack trace, and the current thread to System.out! Unlike using System.out directly this method makes sure the content gets flushed out immediately.
println(Object) - Static method in class ccl.util.Util
Prints out the object to System.out together with a new line.
println(String) - Method in class ccl.jcf.DumpClassToTxt
Print a line.
println(String) - Method in class ccl.servlet.HTML
This method prints the given string unfiltered as html without any html formatting.
println(String) - Static method in class ccl.util.Util
Prints out a String to System.out together with a new line.
printlnErr() - Static method in class ccl.util.Util
The same as println, except output goes to std err.
printlnErr(Class, Object) - Static method in class ccl.util.Util
Prints out a String with a prefix of the oClass_ class name to System.err.
printlnErr(Exception) - Static method in class ccl.util.Util
Prints out an error report for an exception to System.err.
printlnErr(Object) - Static method in class ccl.util.Util
Prints out the object to System.err.
printlnErr(Object, Object) - Static method in class ccl.util.Util
Prints out a String with a prefix of the oClass_ class name to System.err.
printlnErr(String) - Static method in class ccl.util.Util
The same as println, except output goes to std err.
printMembers(JcfMemberCollection, String) - Method in class ccl.jcf.DumpClassToTxt
Print descriptions of all members in the collection.
printP() - Method in class ccl.servlet.HTML
Prints a
printP(String) - Method in class ccl.servlet.HTML
Prints the text and adds a
printResult() - Method in class ccl.util.Test
Prints a summary of all tests to standard output.
printResult(Test) - Static method in class ccl.util.Test
Prints a summary of all tests to standard output.
printResultSet(String, String, ResultSet) - Method in class ccl.servlet.HTML
Prints the content of a jdbc result set via a data table.
printTableEnd() - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
printTableStart() - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
printTableValue(String) - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
printTableValue(String, String) - Method in class ccl.servlet.HTML
Table methods provide a service where the user can just add new value entries to the table, specify when a line is finished etc.
printTitle(HTML) - Method in class ccl.servlet.TableHelpServlet
The parent class knows how to print its title.
printTitle(String) - Method in class ccl.servlet.HTML
This method prints a title, closes the html head section, starts the body section, and prints an h1 section with the same text as the title.
printTitle(String, String) - Method in class ccl.servlet.HTML
This method prints a title, closes the html head section, starts the body section, and prints an h1 section with the same text as the title.
printTitle(String, String, String) - Method in class ccl.servlet.HTML
This method prints a title, closes the html head section, starts the body section, and prints an h1 section with the same text as the title.
printTitle(String, String, String, String, String) - Method in class ccl.servlet.HTML
This method prints a title, closes the html head section, starts the body section, and prints an h1 section with the same text as the title.
printTOC(HTML) - Method in class ccl.servlet.TableHelpServlet
The parent class knows how to print its table of content.
printValue(String) - Method in class ccl.servlet.CSV
Fills data into one field.
processKeyEvent(Component, KeyEvent) - Method in class ccl.swing.OKCancelFocusManager
 
processKeyEvent(Component, KeyEvent) - Method in class ccl.swing.MessageBox.LocalFocusManager
 
processXML(HTML, String) - Method in class ccl.servlet.XMLImporter
 
put(String, String, String, String, String) - Static method in class ccl.util.FTPUtil
Upload a file in binary mode.
putParameter(String, String) - Method in class ccl.servlet.ChangedRequest
Lets you change the value of a parameter or add a new one.
putParameterValues(String, String[]) - Method in class ccl.servlet.ChangedRequest
Lets you change the values of a parameter or add a new one.

Q

quickSort(Object[], int, int, Comparable) - Static method in class ccl.util.Util
An implementation of Quicksort using medians of 3 for partitions.
quickSort(Vector, int, int, Comparable) - Static method in class ccl.util.Util
An implementation of Quicksort using medians of 3 for partitions.

R

readBinaryFile(String) - Static method in class ccl.util.FileUtil
Deprecated. Method has no implementation.
readChar() - Method in class ccl.jcf.ASCII_CharStream
 
readClassFile(byte[]) - Static method in class ccl.jcf.JCFUtil
Convert a byte array to a JcfClassFile object.
readClassFile(String) - Static method in class ccl.jcf.JCFUtil
Create a JcfClassFile object reading from the file system.
readClassFile(String, String) - Static method in class ccl.jcf.JCFUtil
Create a JcfClassFile object reading from the file system.
readClassFile(ZipFile, ZipEntry) - Static method in class ccl.jcf.JCFUtil
Get a JcfClassFile object out of jar or zip file.
readClassFromJar(String, String) - Static method in class ccl.jcf.JCFUtil
Load a class into an JcfClassFile object.
readFile(String) - Static method in class ccl.util.FileUtil
Reads a File and returns the content in a String.
readFile(URL) - Static method in class ccl.util.FileUtil
Reads the content of a URL and returns a string.
readStream(InputStream) - Static method in class ccl.util.FileUtil
Reads a stream, gives back a string.
redirectStandardStreams(boolean) - Static method in class ccl.util.Test
Redirect stdout and stderr into private streams so the do not confuse the user with test output.
ReflectionClassLoader - class ccl.util.ReflectionClassLoader.
Used to load classes just to examine with the reflection api, not to use them.
ReflectionClassLoader() - Constructor for class ccl.util.ReflectionClassLoader
 
ReflectionClassLoader(String) - Constructor for class ccl.util.ReflectionClassLoader
 
ReInit(ASCII_CharStream) - Method in class ccl.jcf.TypeDescriptorTokenManager
 
ReInit(ASCII_CharStream, int) - Method in class ccl.jcf.TypeDescriptorTokenManager
 
ReInit(InputStream) - Method in class ccl.jcf.TypeDescriptor
 
ReInit(InputStream, int, int) - Method in class ccl.jcf.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class ccl.jcf.ASCII_CharStream
 
ReInit(TypeDescriptorTokenManager) - Method in class ccl.jcf.TypeDescriptor
 
removeAll() - Method in class ccl.swing.ListToListPanel
 
removeAttribute(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
removeEnterBinding(JTextField) - Static method in class ccl.swing.SwingUtil
From sun's JTextField.java: [ccl 1998-1-8] Need this for default button in dialogs.
removeMultipleSpaces(String) - Static method in class ccl.util.Util
What the method name says.
removeSecondElementAt(int) - Method in class ccl.swing.DoubleListModel
 
removeUpdate(DocumentEvent) - Method in class ccl.swing.ListEditDialog
 
replace(String, char, char) - Static method in class ccl.util.Util
Replaces all occurences of cOld_ in pString with cNew_.
replace(String, char, char, int) - Static method in class ccl.util.Util
Replaces all occurences of cOld_ in pString with cNew_.
replace(String, String, String) - Static method in class ccl.util.Util
Replaces all occurences of sOld_ in pString with sNew_.
replace(String, String, String, int) - Static method in class ccl.util.Util
Replaces all occurences of sOld_ in pString with sNew_.
requestFocus(String) - Static method in class ccl.platform.Linux
Set focus on Unix window's id.
requestInputFocus(String) - Method in class ccl.platform.Native
Set input focus on a system window.
requestInputFocus(String) - Method in class ccl.platform.Linux
Set focus on Unix window with given title.
rightPaddWithSpace(String, int) - Static method in class ccl.util.Util
Add spaces at the right side of a string if necessary.
rm(String) - Static method in class ccl.util.FileUtil
Remove file on file system.
rnd() - Static method in class ccl.util.Util
 
rnd(double) - Static method in class ccl.util.Util
Returns the a pseudorandom double number between 0.0 and excluding the provided double value.
rnd(float) - Static method in class ccl.util.Util
Returns the a pseudorandom float number between 0.0 and excluding the provided float value.
rnd(int) - Static method in class ccl.util.Util
Random number in the range [0, end_] (both inclusive).
rnd(int, int) - Static method in class ccl.util.Util
Random number in the range [start_, end_] (both inclusive).
rtrim(String) - Static method in class ccl.util.Util
Removes space, carriage, linefeed, and tab chars at the right side of a string.
run() - Method in class ccl.servlet.DebugServer
This method contains the main batch logic.
run() - Method in class ccl.swing.ThreadsDialog
 
run() - Method in class ccl.swing.RunnableAction
 
run() - Method in class ccl.swing.MetaJDialog
 
run() - Method in class ccl.swing.MemoryPanel
 
run() - Method in class ccl.swing.AnimationPanel
Deprecated.  
run() - Method in class ccl.swing.MainJFrame
 
run() - Method in class ccl.util.Test
 
runAction(Runnable) - Method in class ccl.swing.MetaJDialog
 
runAction(RunnableAction) - Method in class ccl.swing.MainJFrame
 
runHook() - Method in class ccl.swing.MainJFrame
 
RunnableAction - class ccl.swing.RunnableAction.
Implements action and Runnable.
RunnableAction() - Constructor for class ccl.swing.RunnableAction
 
RunnableAction(String) - Constructor for class ccl.swing.RunnableAction
 
RunnableAction(String, Icon) - Constructor for class ccl.swing.RunnableAction
 

S

S_DOC_DIR - Static variable in class ccl.swing.MainJFrame
Directory used by default for documentation.
S_HELP_CONTENTS - Static variable in class ccl.swing.MainJMenuBar
 
S_SYS_ENV - Static variable in class ccl.util.SysEnv
System property name used to read a file which contains environment variables and their values.
S_TITLE - Static variable in class ccl.swing.DoubleListCancelSelector
 
save() - Method in class ccl.swing.MainJFrame
 
save(String) - Method in class ccl.swing.MainJFrame
This is the method the user must implement.
saveAs() - Method in class ccl.swing.MainJFrame
 
saveComponentAsJpeg(String, Component, Container) - Static method in class ccl.swing.GraphicsUtil
Deprecated. #saveComponentAsJPEG
saveComponentAsJPEG(String, Component, Container) - Static method in class ccl.swing.GraphicsUtil
Creates an image of the component and saves it in jpeg format.
saveImageAsGIF(String, BufferedImage) - Static method in class ccl.swing.GraphicsUtil
Saves a buffered image as a gif file.
saveImageAsGIF(String, Image) - Static method in class ccl.swing.GraphicsUtil
Saves image object as gif file.
saveImageAsJpeg(String, BufferedImage) - Static method in class ccl.swing.GraphicsUtil
Deprecated. #saveImageAsJPEG
saveImageAsJPEG(String, BufferedImage) - Static method in class ccl.swing.GraphicsUtil
Saves image object as jpeg file.
saveImageAsJpeg(String, Image) - Static method in class ccl.swing.GraphicsUtil
Deprecated. #saveImageAsJPEG
saveImageAsJPEG(String, Image) - Static method in class ccl.swing.GraphicsUtil
Saves image object as jpeg file.
scrollRectToVisible(Rectangle) - Method in class ccl.swing.CCLTable
Gets forwarded to contained table.
SECTION_ERROR - Static variable in class ccl.util.IniFile
Reading the ini file resulted in an error when parsing a section.
SEMICOLON - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
set(Vector, Vector) - Method in class ccl.swing.DoubleListModel
The first vector contains the elements for the first model.
setAnchor(int) - Method in class ccl.swing.AutoGridBagLayout
 
setAnchorCenter() - Method in class ccl.swing.AutoGridBagLayout
 
setAnchorEast() - Method in class ccl.swing.AutoGridBagLayout
 
setAnchorNorth() - Method in class ccl.swing.AutoGridBagLayout
 
setAnchorSouth() - Method in class ccl.swing.AutoGridBagLayout
 
setAnchorWest() - Method in class ccl.swing.AutoGridBagLayout
 
setApplicationName(String) - Method in class ccl.util.Init
Set the application name explicitly.
setAttribute(String, Object) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
setAuthor(String) - Method in class ccl.util.Init
 
setAutoClear(boolean) - Method in class ccl.util.OutputErrorStreamManager
Clear internal buffer automatically on every flush occasion.
setAutoResizeMode(int) - Method in class ccl.swing.CCLTable
Set the resizemode.
setBackground(Color) - Method in class ccl.swing.MemoryPanel
 
setBackground(Color) - Method in class ccl.swing.DoubleList
 
setBackground(Color) - Method in class ccl.swing.MainJFrame
 
setBackground(Color) - Method in class ccl.util.Init
 
setBug() - Method in class ccl.util.Test
Count one more failure.
setBusy(boolean) - Method in class ccl.swing.MainJFrame
Turns on the hour glass mouse cursor and disables all mouse and keyboard events of the main frame.
setCancelText(String) - Method in class ccl.swing.OKCancelPanel
If you use these, just make sure, OK and Cancel don't start with the same character (for mnemonics handling).
setCCLButtonBorderOnTableHeader(JTable, Font) - Static method in class ccl.swing.SwingUtil
Uses ccl button border for the given table's headers.
setChanged() - Method in class ccl.util.OutputErrorStreamManager
Indicates that this object has changed.
setCharacterEncoding(String) - Method in class ccl.servlet.ChangedRequest
Forwards message to original request object.
setClasspath(String) - Method in class ccl.util.ReflectionClassLoader
 
setDate(Calendar, String) - Static method in class ccl.util.Util
 
setDebug(boolean) - Static method in class ccl.util.Util
Sets the debug mode for the running application.
setDebug(String) - Static method in class ccl.util.Util
Sets the debug mode for the running application.
setDefaultButton(Component, JButton) - Static method in class ccl.swing.SwingUtil
 
setDescription(String) - Method in class ccl.swing.ExampleFileFilter
Sets the human readable description of this filter.
setDividerLocation(double) - Method in class ccl.swing.SplitPane
Sets the divider location as a percentage of the JSplitPane's size.
setDividerLocation(int) - Method in class ccl.swing.SplitPane
Sets the location of the divider.
setExit() - Method in class ccl.Main
Implements ccl.util.Exitable interface.
setExit() - Method in class ccl.servlet.DebugServer
Implements 'ccl.util.Exitable' interface.
setExit() - Method in class ccl.swing.ThreadsDialog
 
setExit() - Method in class ccl.swing.ExitJFrame
 
setExit() - Method in class ccl.swing.MainJFrame
 
setExit() - Method in class ccl.util.FTPUtil
Implementation of Exitable interface.
setExit() - Method in interface ccl.util.Exitable
 
setExit() - Method in class ccl.util.test.InitTest
Dummy implementation for Exitable used by this test itself.
setExpandBoth() - Method in class ccl.swing.AutoGridBagLayout
Specifies that the next component to be added should be expanded horizontally and vertically with a default weight of 1.0 in each direction.
setExpandBoth(double, double) - Method in class ccl.swing.AutoGridBagLayout
Sets the weight used for the next component to expand its space.
setExpandHorizontal() - Method in class ccl.swing.AutoGridBagLayout
 
setExpandHorizontal(double) - Method in class ccl.swing.AutoGridBagLayout
 
setExpandNone() - Method in class ccl.swing.AutoGridBagLayout
 
setExpandVertical() - Method in class ccl.swing.AutoGridBagLayout
 
setExpandVertical(double) - Method in class ccl.swing.AutoGridBagLayout
 
setExtend(int, int) - Method in class ccl.swing.AutoGridBagLayout
 
setExtensionListInDescription(boolean) - Method in class ccl.swing.ExampleFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFalse() - Method in class ccl.swing.OKCancelPanel
Deprecated. Use continueOperation() instead.
setFileFullName(String) - Method in class ccl.util.Init
For File->New use "" or null for sFileFullName_.
setFillBoth() - Method in class ccl.swing.AutoGridBagLayout
 
setFillHorizontal() - Method in class ccl.swing.AutoGridBagLayout
 
setFillNone() - Method in class ccl.swing.AutoGridBagLayout
 
setFillVertical() - Method in class ccl.swing.AutoGridBagLayout
 
setFirstSelectedIndex(int) - Method in class ccl.swing.DoubleList
 
setFreeStanding(boolean) - Method in class ccl.swing.CCLScrollButton
 
setHighlight(Color) - Method in class ccl.swing.HighlightedList
 
setHighlightable(boolean) - Method in class ccl.swing.HighlightableValue
 
setHighlightable(boolean) - Method in interface ccl.swing.Highlightable
 
setInit(Init) - Method in class ccl.test.MainTest
The InitTest uses the ccl init object itself which is set by this method from the ccl main class.
setInit(Init) - Method in class ccl.util.test.UtilPackageTest
The InitTest uses the ccl init object itself.
setInit(Init) - Method in class ccl.util.test.UtilTest
The InitTest uses the ccl init object itself.
setInit(Init) - Method in class ccl.util.test.InitTest
The InitTest uses the ccl init object itself.
setInitialFocus(Window, Component) - Static method in class ccl.swing.SwingUtil
Sets the initial focus of a component when a window pops up.
setInitialFocusOnOKButton() - Method in class ccl.swing.OKCancelPanel
 
setInsets(Insets) - Method in class ccl.swing.AutoGridBagLayout
 
setInsets(int) - Method in class ccl.swing.AutoGridBagLayout
 
setInsets(int, int) - Method in class ccl.swing.AutoGridBagLayout
 
setKeyValue(String, int) - Method in class ccl.util.Init
 
setKeyValue(String, String) - Method in class ccl.util.Init
 
setKeyValue(String, String, String) - Method in class ccl.util.Init
 
setKeyValue(String, String, String, String) - Static method in class ccl.util.IniFile
 
setLayoutOn(Container) - Method in class ccl.swing.AutoGridBagLayout
 
setList(JList, Vector) - Static method in class ccl.swing.SwingUtil
 
setListBackground(Color) - Method in class ccl.swing.DoubleListCancelSelector
 
setListBackground(Color) - Method in class ccl.swing.DoubleList
 
setListBackground(Color) - Method in class ccl.util.Init
 
setListForeground(Color) - Method in class ccl.swing.DoubleListCancelSelector
 
setListForeground(Color) - Method in class ccl.swing.DoubleList
 
setListForeground(Color) - Method in class ccl.util.Init
 
setListHighlight(Color) - Method in class ccl.util.Init
 
setLists(Vector, Vector) - Method in class ccl.swing.DoubleList
 
setLocation(Dialog, int, int) - Method in class ccl.platform.Native
Sets the location of the dialog using native system routines.
setLocation(Dialog, int, int) - Method in class ccl.platform.Linux
Sets the location of the dialog using X Window.
setLocation(Frame, int, int) - Method in class ccl.platform.Native
Sets the location of the frame using native system routines.
setLocation(Frame, int, int) - Method in class ccl.platform.Linux
Sets the location of the frame using X Window.
setMainFrame(Frame) - Static method in class ccl.swing.SwingUtil
Deprecated. Testing should not rely on this hack.
setMainFrame(MainJFrame) - Method in class ccl.swing.RunnableAction
 
setMenuBar(Vector) - Method in class ccl.swing.MainJFrame
 
setMinimumButtonSize(Dimension) - Method in class ccl.swing.OKCancelPanel
 
setModified(boolean) - Method in class ccl.swing.MainJFrame
 
setOKText(String) - Method in class ccl.swing.OKCancelPanel
If you use these, just make sure, OK and Cancel don't start with the same character (for mnemonics handling).
setParentTest(Test) - Method in class ccl.util.Test
If you build a hierarchy of test use this method to set a parent test object before running the checks of the sub test.
setPreferredButtonSize(Dimension) - Method in class ccl.swing.OKCancelPanel
 
setSelectedValue(Object, boolean) - Method in class ccl.swing.HighlightedList
Selects the specified object from the list.
setSelectionMode(int) - Method in class ccl.swing.CCLTable
Gets forwarded to contained table.
setTests(Test) - Method in class ccl.util.Test
 
setText(String) - Method in class ccl.swing.DateField
 
setTime(Calendar, String) - Static method in class ccl.util.Util
 
setTiming(boolean) - Method in class ccl.util.Test
You want timing information? Set this to true!
setTitle() - Method in class ccl.swing.MainJFrame
 
setToday() - Method in class ccl.swing.DateField
 
setValue(Object) - Method in class ccl.util.Test
Deprecated.  
setVerbose(boolean) - Method in class ccl.util.Test
Defines if each test condition handled will be visually presented with a dot on the standard output.
setVisible(boolean) - Method in class ccl.swing.MetaJDialog
 
setVisible(boolean) - Method in class ccl.swing.MessageBox
 
setVisible(boolean) - Method in class ccl.swing.MemoryDialog
 
setVisible(boolean) - Method in class ccl.swing.ListCancelMultiSelector
Deprecated.  
setVisible(boolean) - Method in class ccl.swing.ComponentHierachyFrame
 
setVisible(boolean) - Method in class ccl.util.OutputErrorStreamManager
Indicator to supress output into original streams.
SHORT - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
show() - Method in class ccl.swing.MetaJDialog
Warning, use show not setVisible to open this Dialog for the first time.
showAboutDialog(MainJFrame) - Static method in class ccl.swing.SwingUtil
 
showLiveSignal() - Static method in class ccl.util.Util
For batch applications to indicate progess to the user.
showLiveSignal(char) - Static method in class ccl.util.Util
For batch applications to indicate progess to the user.
showMessage(Frame, String) - Static method in class ccl.swing.SwingUtil
Requests focus for frmParent_ afterwards.
showText(Frame, String) - Static method in class ccl.swing.TextViewer
Opens a text viewer with the content of a specified file.
showTextFromFile(Frame, String) - Static method in class ccl.swing.TextViewer
Opens a text viewer with the content of a specified file.
shrinkString(String, int) - Static method in class ccl.util.Util
Reformat a string which is not longer than a given size.
Singleton - class ccl.util.Singleton.
Singleton: Ensure a class only has one instance, and provide a global point of access to it.
Singleton() - Constructor for class ccl.util.Singleton
Users can't instantiate an object themself.
SingletonTest - class ccl.util.test.SingletonTest.
Minimal test of ccl.util.Singleton.
SingletonTest() - Constructor for class ccl.util.test.SingletonTest
 
SingletonTest(Test) - Constructor for class ccl.util.test.SingletonTest
 
size(Enum) - Static method in class ccl.util.Enum
 
skip() - Method in class ccl.swing.AutoGridBagLayout
 
sleep(int) - Static method in class ccl.util.Util
Current thread sleeps in seconds.
sort(Enumeration) - Static method in class ccl.util.Util
Quicksort for Enumeration.
sort(Enumeration, Comparable) - Static method in class ccl.util.Util
Quicksort for Enumeration.
sort(Vector) - Static method in class ccl.util.Util
Uses Quicksort using medians of 3 for partitions.
sort(Vector, Comparable) - Static method in class ccl.util.Util
Uses Quicksort using medians of 3 for partitions and the
sortCaseSensitive(Vector) - Static method in class ccl.util.Util
Case sensitive sort has 'Zorro' ordered before 'arthur'.
sortFast(Vector) - Static method in class ccl.util.Util
Uses Quicksort using medians of 3 for partitions.
sortFast(Vector, Comparable) - Static method in class ccl.util.Util
Like sort but works directly on the input vector.
SOUTH - Static variable in class ccl.swing.AutoGridBagLayout
Put the component at the bottom of its display area, centered horizontally.
SOUTH - Static variable in class ccl.util.Direction
 
SOUTHEAST - Static variable in class ccl.swing.AutoGridBagLayout
Put the component at the bottom-right corner of its display area.
SOUTHEAST - Static variable in class ccl.util.Direction
 
SOUTHWEST - Static variable in class ccl.swing.AutoGridBagLayout
Put the component at the bottom-left corner of its display area.
SOUTHWEST - Static variable in class ccl.util.Direction
 
spacify(String) - Static method in class ccl.servlet.HTML
Return " " in case the given value is null or an empty string, otherwise the given value is returned.
specialConstructor - Variable in class ccl.jcf.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class ccl.jcf.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SplashWindow - class ccl.swing.SplashWindow.
A splash screen.
SplashWindow(Frame, Image) - Constructor for class ccl.swing.SplashWindow
 
SplashWindow(Frame, String) - Constructor for class ccl.swing.SplashWindow
 
SplitPane - class ccl.swing.SplitPane.
This class provides a workaround for a bug in the JSplitPane.setDividerLocation( double ) method.
SplitPane() - Constructor for class ccl.swing.SplitPane
Creates a new JSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
SplitPane(int) - Constructor for class ccl.swing.SplitPane
Creates a new JSplitPane configured with the specified orientation and no continuous layout.
SplitPane(int, boolean) - Constructor for class ccl.swing.SplitPane
Creates a new JSplitPane with the specified orientation and redrawing style.
SplitPane(int, boolean, Component, Component) - Constructor for class ccl.swing.SplitPane
Creates a new JSplitPane with the specified orientation and redrawing style, and with the specified components.
SplitPane(int, Component, Component) - Constructor for class ccl.swing.SplitPane
Creates a new JSplitPane with the specified orientation and with the specified components that do not do continuous redrawing.
start() - Method in class ccl.swing.MemoryPanel
 
start() - Method in class ccl.swing.AnimationPanel
Deprecated.  
start() - Method in class ccl.swing.MainJFrame
 
start() - Method in interface ccl.util.Initializable
 
start(Frame) - Static method in class ccl.swing.BusyWindow
 
startElement(String, String, String, Attributes) - Method in class ccl.servlet.XMLImportHandler
Gets invoked from the sax xml parser whenever a new element starts.
stateChanged(ChangeEvent) - Method in class ccl.swing.MainJFrame
 
staticFlag - Static variable in class ccl.jcf.ASCII_CharStream
 
SToLAndConcatTest - class ccl.util.test.SToLAndConcatTest.
Test cases for ccl.util.Util.stringToLines(..) and concat(..) methods.
SToLAndConcatTest() - Constructor for class ccl.util.test.SToLAndConcatTest
 
SToLAndConcatTest(Test) - Constructor for class ccl.util.test.SToLAndConcatTest
 
stop() - Method in class ccl.swing.MetaJDialog
 
stop() - Method in class ccl.swing.MemoryPanel
 
stop() - Static method in class ccl.swing.BusyWindow
 
stop() - Method in class ccl.swing.AnimationPanel
Deprecated.  
stop() - Method in class ccl.swing.MainJFrame
 
StreamCopier - class ccl.util.StreamCopier.
Copied from Java I/O by Elliotte Rusty Harold, page 43 [1999-07-30 Chr.
StreamCopier() - Constructor for class ccl.util.StreamCopier
 
StreamCopierTest - class ccl.util.test.StreamCopierTest.
Test class to check if the StreamCopier class works correctly.
StreamCopierTest() - Constructor for class ccl.util.test.StreamCopierTest
Default test constructor.
StreamCopierTest(Test) - Constructor for class ccl.util.test.StreamCopierTest
Standard test constructor.
STRING - Static variable in class ccl.util.Option
Option type string.
stringToDate(String) - Static method in class ccl.util.Util
Input format of the date is either CCYY-MM-DD or CCYYMMDD.
stringToLines(int, String) - Static method in class ccl.util.Util
This function takes a String and separates it into different lines.
stringToLines(int, String, char) - Static method in class ccl.util.Util
This function takes a String and separates it into different lines.
stringToLines(String) - Static method in class ccl.util.Util
This function takes a String and separates it into different lines.
stringToLines(String, char) - Static method in class ccl.util.Util
This function takes a String and separates it into different lines.
stringToLines(String, String) - Static method in class ccl.util.Util
This function takes a String and separates it into different lines.
stringToLines(String, String, boolean) - Static method in class ccl.util.Util
This function takes a String and separates it into different lines.
subtract(Vector, Vector) - Static method in class ccl.util.Util
Create a new vector through extracting all elements of the second vector from the first vector.
swap() - Static method in class ccl.util.Util
This method is the second step of a service to swap two objects in less than 3 steps.
swap(Object, Object) - Static method in class ccl.util.Util
This method is the first part of a service to swap two objects in less than 3 steps.
swapInt() - Static method in class ccl.util.Util
This method is the second step of a service to swap two int values in less than 3 steps.
swapInt(int, int) - Static method in class ccl.util.Util
This method is the first part of a service to swap two int values in less than 3 steps.
SwingUtil - class ccl.swing.SwingUtil.
Utility class for gui/swing stuff.
SwingUtil() - Constructor for class ccl.swing.SwingUtil
 
SwingUtilTest - class ccl.swing.test.SwingUtilTest.
Tests for ccl.swing.SwingUtil utility methods.
SwingUtilTest() - Constructor for class ccl.swing.test.SwingUtilTest
 
SwingUtilTest(Test) - Constructor for class ccl.swing.test.SwingUtilTest
 
switchFocusManager() - Method in class ccl.swing.OKCancelPanel
If you pop up another dialog inside the ok cancel dialog, you might want to switch back temporarily to the default focus manager.
SwitchTo(int) - Method in class ccl.jcf.TypeDescriptorTokenManager
 
SYBASE - Static variable in class ccl.util.DBUtil
Constant to indicate a Sybase database.
symlink(String, String) - Method in class ccl.platform.Native
Create a symbolic link (on Unix).
symlink(String, String) - Method in class ccl.platform.Linux
Create a symbolic link.
SysEnv - class ccl.util.SysEnv.
Reads the file pointed to by value of the JVM option SYS_ENV as set of name value pairs (as per java.util.Properties class).
SysEnv() - Constructor for class ccl.util.SysEnv
 
SysEnvTest - class ccl.util.test.SysEnvTest.
 
SysEnvTest() - Constructor for class ccl.util.test.SysEnvTest
 
SysEnvTest(Test) - Constructor for class ccl.util.test.SysEnvTest
 
system(String) - Static method in class ccl.util.Util
This method does return immediately.
system(String[]) - Static method in class ccl.util.Util
Execute an external command.
system(Vector) - Static method in class ccl.util.Util
Execute an external command.
systemAndGetError(String) - Static method in class ccl.util.Util
Does a system exec and returns the stderr output.
systemAndGetError(Vector) - Static method in class ccl.util.Util
Does a system exec and returns the stderr output.
systemAndWait(String) - Static method in class ccl.util.Util
Does a system exec and returns the stdout.
systemAndWait(Vector) - Static method in class ccl.util.Util
Does a system exec and returns the stdout.

T

TableHelpServlet - class ccl.servlet.TableHelpServlet.
This abstract servlet gets a connection and then looks for all user tables in that database and prints them out.
TableHelpServlet() - Constructor for class ccl.servlet.TableHelpServlet
 
Test - class ccl.util.Test.
Framework and base class for all tests.
Test - interface junit.framework.Test.
This class is a placeholder for the base test interface from the JUnit framework.
Test() - Constructor for class ccl.util.Test
Default constructor which should be overwritten by an implementation of a custom test class.
test(Object) - Method in interface ccl.util.Testable
Well, implement here what ever you want to test.
Test(Test) - Constructor for class ccl.util.Test
If you build a hierarchy of test use this constructor to create a new sub test.
Testable - interface ccl.util.Testable.
For example this interface can be implemented by inner classes which can then be given to filter methods that work on collections.
testAssert() - Method in class junit.framework.test.TestCaseTest
Checks if the assert method really counts the test.
TestCase - class junit.framework.TestCase.
This class is a fake for JUnit test classes.
TestCase() - Constructor for class junit.framework.TestCase
Default constructor expected in Test.
TestCase(String) - Constructor for class junit.framework.TestCase
Standard constructor expected in JUnit TestCase.
TestCase(Test) - Constructor for class junit.framework.TestCase
Standard constructor expected in Test.
TestCaseTest - class junit.framework.test.TestCaseTest.
Tests the redirecting of test code written for the JUnit test framework to the ccl.util.Test class.
TestCaseTest() - Constructor for class junit.framework.test.TestCaseTest
Default constructor has to be present for ccl test to work.
TestCaseTest(Test) - Constructor for class junit.framework.test.TestCaseTest
Standard constructor has to be present for ccl test to work.
testCCLLineBorder() - Method in class ccl.swing.test.CCLLineBorderTest
Default test.
testCopyWithOffset() - Method in class ccl.util.test.FileUtilTest
Checks if method 'copy' with an offset works.
TestDummy - class ccl.util.test.TestDummy.
Used by TestTest class.
TestDummy() - Constructor for class ccl.util.test.TestDummy
 
testDummy2() - Method in class junit.framework.test.TestCaseTest
This is just a dummy method needed for a self test.
testDummy3(int) - Method in class junit.framework.test.TestCaseTest
This is just a dummy method needed for a self test.
testEquals() - Method in class ccl.swing.test.GraphicsUtilTest
Tests method 'equals( Image, Image )' method.
testExample() - Method in class junit.framework.test.AssertTestCase
Test method that has to be invoked during one of the tests.
testGetDiffPosition() - Method in class ccl.util.test.UtilTest
Checks Util.getDiffPosition(..).
testGetMethods() - Method in class junit.framework.test.TestCaseTest
Tests the TestCase.getMethods method.
testGetNextDay() - Method in class ccl.util.test.UtilTest
Tests 'getNextDay' method.
testGetTestMethods() - Method in class junit.framework.test.TestCaseTest
Tests the TestCase.getTestMethods method.
testGetTestName() - Method in class ccl.util.test.TestTest
Checks that a test name is the name of the test class without the trailing "Test" part (so the test name is the leading part of the test class name).
testGetXMLException() - Method in class ccl.xml.test.XMLUtilTest
Tests that method 'getXML' does through an exception containing the file name, when an exception inside of it happens.
testInvokeMe() - Method in class junit.framework.test.TestCaseTest
This method does not contain a test but should be invoked by the test case class.
testInvokeTestMethod() - Method in class junit.framework.test.TestCaseTest
Checks if the test case is able to invoke a test method.
testReadFile() - Method in class ccl.util.test.FileUtilTest
Checks that method 'readFile' throws a file not found exception containing in its message the file name which could not be found.
TestSuite - class junit.framework.TestSuite.
This class is a fake for JUnit test suite classes.
TestSuite() - Constructor for class junit.framework.TestSuite
Default constructor expected in Test.
TestSuite(Class) - Constructor for class junit.framework.TestSuite
Constructor expected by objects who want to create JUnit test suite objects.
TestSuite(String) - Constructor for class junit.framework.TestSuite
Standard constructor expected in JUnit TestCase.
TestTest - class ccl.util.test.TestTest.
Tests the ccl.util.Test class which is the center of the testing API.
TestTest.FailingTest - class ccl.util.test.TestTest.FailingTest.
Comment to fool checkstyle.
TestTest.FailingTest() - Constructor for class ccl.util.test.TestTest.FailingTest
 
TestTest.FailingTest(Test) - Constructor for class ccl.util.test.TestTest.FailingTest
 
TestTest.SuccessfullTest - class ccl.util.test.TestTest.SuccessfullTest.
Comment to fool checkstyle.
TestTest.SuccessfullTest() - Constructor for class ccl.util.test.TestTest.SuccessfullTest
 
TestTest.SuccessfullTest(Test) - Constructor for class ccl.util.test.TestTest.SuccessfullTest
 
TestTest() - Constructor for class ccl.util.test.TestTest
Default constructor needed by Test API.
TestTest(Test) - Constructor for class ccl.util.test.TestTest
Standard constructor needed by Test API.
testValueOf() - Method in class ccl.xml.test.XMLUtilTest
Tests method 'valueOf'.
testWriteTempFile() - Method in class ccl.util.test.FileUtilTest
Tests method 'writeTempFile'.
TextViewer - class ccl.swing.TextViewer.
A simple text viewer class.
TextViewer(Frame) - Constructor for class ccl.swing.TextViewer
Constructor to create a text viewer object.
ThreadExitSecurityManager - class ccl.util.ThreadExitSecurityManager.
This security manager allows just the thread which created and installed this security manager to exit the virtual machine.
ThreadExitSecurityManager() - Constructor for class ccl.util.ThreadExitSecurityManager
 
ThreadsDialog - class ccl.swing.ThreadsDialog.
Dialog which shows currently running threads.
ThreadsDialog() - Constructor for class ccl.swing.ThreadsDialog
 
ThreadsDialog(Frame) - Constructor for class ccl.swing.ThreadsDialog
 
token - Variable in class ccl.jcf.TypeDescriptor
 
Token - class ccl.jcf.Token.
Describes the input token stream.
token_source - Variable in class ccl.jcf.TypeDescriptor
 
Token() - Constructor for class ccl.jcf.Token
 
tokenImage - Static variable in interface ccl.jcf.TypeDescriptorConstants
 
tokenImage - Variable in class ccl.jcf.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - error ccl.jcf.TokenMgrError.
 
TokenMgrError() - Constructor for class ccl.jcf.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class ccl.jcf.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class ccl.jcf.TokenMgrError
 
toLowerCase(int) - Static method in class ccl.util.Util
Works with ints instead of chars.
toString() - Method in class ccl.jcf.Token
Returns the image.
toString() - Method in class ccl.swing.HighlightableValue
 
toString() - Method in class ccl.util.Test
 
toString() - Method in class ccl.util.History
 
toString() - Method in class ccl.util.FileObject
 
toString() - Method in class ccl.util.Enum
 
toString(char) - Method in class ccl.swing.CCLTreeNode
 
toString(Object) - Static method in class ccl.util.Util
Before returning pObject_.toString() it checks if pObject_ is null.
toUpperCase(int) - Static method in class ccl.util.Util
Works with ints instead of chars.
toVector(DefaultListModel) - Static method in class ccl.swing.SwingUtil
 
toVector(Enumeration) - Static method in class ccl.util.Util
Enumeration to Vector converter.
transform(Object) - Method in interface ccl.util.Transformable
Transform one object to another.
Transformable - interface ccl.util.Transformable.
An interface that can be used for inner classes in conjunction with filter methods.
TypeDescriptor - class ccl.jcf.TypeDescriptor.
 
TypeDescriptor() - Constructor for class ccl.jcf.TypeDescriptor
 
TypeDescriptor(InputStream) - Constructor for class ccl.jcf.TypeDescriptor
 
TypeDescriptor(TypeDescriptorTokenManager) - Constructor for class ccl.jcf.TypeDescriptor
 
TypeDescriptorConstants - interface ccl.jcf.TypeDescriptorConstants.
 
TypeDescriptors() - Method in class ccl.jcf.TypeDescriptor
 
TypeDescriptorTokenManager - class ccl.jcf.TypeDescriptorTokenManager.
 
TypeDescriptorTokenManager(ASCII_CharStream) - Constructor for class ccl.jcf.TypeDescriptorTokenManager
 
TypeDescriptorTokenManager(ASCII_CharStream, int) - Constructor for class ccl.jcf.TypeDescriptorTokenManager
 

U

unifySpaces(String) - Static method in class ccl.util.Util
Seems to do the same as 'removeMultipleSpaces(String)'.
unlink(String) - Method in class ccl.platform.Native
Remove a symbolic link (on Unix).
unlink(String) - Method in class ccl.platform.Linux
Remove a symbolic link.
unregisterEnterAction(JButton) - Static method in class ccl.swing.SwingUtil
A swing workaround.
untabify(String) - Static method in class ccl.util.Util
Replaces tabs with spaces, a maximum of 8 each.
update(Graphics) - Method in class ccl.swing.AnimationPanel
Deprecated.  
update(Observable, Object) - Method in class ccl.util.test.OutputErrorStreamManagerTest
 
updateHistory(Vector, String) - Static method in class ccl.swing.InputCancelDialog
This is a convenience method to help keeping the recent history up to date.
updateMenu() - Method in class ccl.swing.MainJMenuBar
In the file menu above the exit item is a section with old projects which has been opened before.
updateMenu() - Method in class ccl.swing.MainJFrame
 
Util - class ccl.util.Util.
A general purpose class with a variety of support and convenience methods.
UtilPackageTest - class ccl.util.test.UtilPackageTest.
Collection of test cases (sub tests) for ccl.util package.
UtilPackageTest() - Constructor for class ccl.util.test.UtilPackageTest
This is the default constructor.
UtilPackageTest(Test) - Constructor for class ccl.util.test.UtilPackageTest
This constructor is needed for this test to be a sub test.
UtilTest - class ccl.util.test.UtilTest.
Test cases for ccl.util.Util class.
UtilTest() - Constructor for class ccl.util.test.UtilTest
This is the default constructor.
UtilTest(Test) - Constructor for class ccl.util.test.UtilTest
This constructor is needed for this test to be a sub test.

V

valueChanged(ListSelectionEvent) - Method in class ccl.swing.ListEditDialog
 
vectorToObjects(Vector) - Static method in class ccl.util.Util
Convenience class for java.util.Vector.copyInto(..).

W

wannaSave(Frame) - Static method in class ccl.swing.SwingUtil
Deprecated. Use ccl.swing.SwingUtil instead.
WEST - Static variable in class ccl.swing.AutoGridBagLayout
Put the component on the left side of its display area, centered vertically.
WEST - Static variable in class ccl.util.Direction
 
windowActivated(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowActivated(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
windowClosed(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowClosed(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
windowClosing(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowClosing(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
windowClosing(WindowEvent) - Method in class ccl.swing.MainJFrame
 
windowDeactivated(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowDeactivated(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
windowDeiconified(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowDeiconified(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
windowIconified(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowIconified(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
windowOpened(WindowEvent) - Method in class ccl.swing.ExitJFrame
 
windowOpened(WindowEvent) - Method in class ccl.swing.ExitJDialog
 
write(byte[], int, int) - Method in class ccl.util.OutputErrorStreamManager.OutputErrorStream
 
write(int) - Method in class ccl.util.OutputErrorStreamManager.OutputErrorStream
 
write(int) - Method in class ccl.util.NullOutputStream
 
writeDosFile(String, String) - Static method in class ccl.util.FileUtil
Like writeFile but converts LFs to CRLFs.
writeFile(String, String) - Static method in class ccl.util.FileUtil
Writes a String into a given File.
writeFileWithBackup(String, String) - Static method in class ccl.util.FileUtil
Writes a String into a given File and does move the old file if existent to sFileName + ".bak".
writeTempFile(String) - Static method in class ccl.util.FileUtil
Writes the given string into a temporary file and returns the name of the new file.

X

XMLExporter - class ccl.servlet.XMLExporter.
This servlet provides code to export data from a database and print them out as xml.
XMLExporter() - Constructor for class ccl.servlet.XMLExporter
 
XMLImporter - class ccl.servlet.XMLImporter.
This servlet reads in an xml file that has been created with an XMLExporter class.
XMLImporter() - Constructor for class ccl.servlet.XMLImporter
 
XMLImportHandler - class ccl.servlet.XMLImportHandler.
Sax2 parser for xml database input.
XMLImportHandler(Connection) - Constructor for class ccl.servlet.XMLImportHandler
Creates an instance of this sax handler.
XMLImportHandlerTest - class ccl.servlet.test.XMLImportHandlerTest.
This class conducts some basic tests of the ccl.servlet.XMLImportHandler class using a postgresql database, if it exists.
XMLImportHandlerTest() - Constructor for class ccl.servlet.test.XMLImportHandlerTest
Default constructor.
XMLImportHandlerTest(Test) - Constructor for class ccl.servlet.test.XMLImportHandlerTest
Standard test class constructor.
XMLUtil - class ccl.xml.XMLUtil.
This class provides generic helper methods to deal with xml or xslt processing.
XMLUtilTest - class ccl.xml.test.XMLUtilTest.
This class tests some of the features the ccl.xml.XMLUtil class offers.
XMLUtilTest() - Constructor for class ccl.xml.test.XMLUtilTest
Default empty constructor.
XMLUtilTest(Test) - Constructor for class ccl.xml.test.XMLUtilTest
Default standard constructor.

Y

YES - Static variable in class ccl.swing.SwingUtil
Constant for yes, no, and cancel.
YesNoCancelDialog - class ccl.swing.YesNoCancelDialog.
 
YesNoCancelDialog(Frame) - Constructor for class ccl.swing.YesNoCancelDialog
 
YesNoCancelDialog(Frame, String) - Constructor for class ccl.swing.YesNoCancelDialog
 

_

_alblHeadline - Variable in class ccl.swing.ListCancelSelector
 
_alblHeadline - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_backup(String) - Method in class ccl.swing.MainJFrame
 
_bOK - Variable in class ccl.swing.ListCancelSelector
 
_bOK - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_confirmClose() - Method in class ccl.swing.MainJFrame
 
_doIt() - Method in class ccl.platform.test.NativeTest
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
_doIt() - Method in class ccl.servlet.test.XMLImportHandlerTest
Executes all test code relevant to the xml import handler class.
_doIt() - Method in class ccl.swing.test.CCLLineBorderTest
Main test routine.
_doIt() - Method in class ccl.swing.test.GraphicsUtilTest
Main test routine.
_doIt() - Method in class ccl.swing.test.InputCancelDialogTest
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
_doIt() - Method in class ccl.swing.test.SwingUtilTest
Tests for ccl.swing.SwingUtil utility methods.
_doIt() - Method in class ccl.swing.test.DoubleListTest
 
_doIt() - Method in class ccl.swing.test.DateFieldTest
 
_doIt() - Method in class ccl.test.MainTest
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
_doIt() - Method in class ccl.util.Test
Inherit this method to do your test inside of it.
_doIt() - Method in class ccl.util.test.UtilPackageTest
Test execution starts here.
_doIt() - Method in class ccl.util.test.StreamCopierTest
This method contains the test code.
_doIt() - Method in class ccl.util.test.ClassPathUtilTest
Main test routine invoked by test framework.
_doIt() - Method in class ccl.util.test.OutputErrorStreamManagerTest
This is the main method where the action takes place.
_doIt() - Method in class ccl.util.test.TestTest
Main method to invoke all test methods.
_doIt() - Method in class ccl.util.test.TestTest.FailingTest
 
_doIt() - Method in class ccl.util.test.TestTest.SuccessfullTest
 
_doIt() - Method in class ccl.util.test.SysEnvTest
 
_doIt() - Method in class ccl.util.test.SToLAndConcatTest
This method executes the tests that check if conversion between strings and vectors work as expected.
_doIt() - Method in class ccl.util.test.SingletonTest
Insert your test code into the _doIt() method and test bugs with 'bugIf(boolean expression);' or 'bugIf(boolean expression, "comment about what went wrong");'.
_doIt() - Method in class ccl.util.test.UtilTest
 
_doIt() - Method in class ccl.util.test.InitTest
This is the main method where the action takes place.
_doIt() - Method in class ccl.util.test.IniFileTest
 
_doIt() - Method in class ccl.util.test.FileUtilTest
 
_doIt() - Method in class ccl.xml.test.XMLUtilTest
Insert your test code into the _doIt() method and test bugs with 'bugIf( boolean expression );' or 'bugIf( boolean expression, "comment about what went wrong" );'.
_doIt() - Method in class junit.framework.TestCase
This method gets invoked from the ccl.util.Test class and is responsible for executed all test code.
_doIt() - Method in class junit.framework.test.TestCaseTest
Work routine that invokes all test methods.
_enterSubTest(String) - Method in class ccl.util.Test
 
_enterSubTest(String) - Method in class junit.framework.test.AssertTestCase
This method is part of the ccl.util.Test class interface.
_exitSubTest() - Method in class ccl.util.Test
 
_exitSubTest() - Method in class junit.framework.test.AssertTestCase
This method is part of the ccl.util.Test class interface.
_fillList(Vector) - Method in class ccl.swing.ListCancelSelector
 
_getDateAndTime(String) - Method in class ccl.swing.AboutDialog
 
_getFilteredDirContent(String, FilenameFilter) - Static method in class ccl.util.FileUtil
Deprecated.  
_getName(String) - Method in class ccl.swing.AboutDialog
 
_getProjectSuffix() - Method in class ccl.swing.MainJFrame
You can overwrite this method to return a default project file suffix even if the ini file is missing.
_getValue() - Method in class ccl.util.Test
 
_getVersion(String) - Method in class ccl.swing.AboutDialog
 
_increment() - Method in class ccl.util.Test
 
_isQuitGuardOK() - Method in class ccl.swing.MainJFrame
Deprecated. #_confirmClose
_lst - Variable in class ccl.swing.ListCancelSelector
 
_lst - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_setTests(Test) - Method in class ccl.util.Test
Deprecated. Use setTests(..) instead.
_showLiveSignals(boolean) - Method in class ccl.util.Test
Deprecated. Use setVerbose(..) instead.
_showSecondList() - Method in class ccl.swing.DoubleList
 
_vIndexes - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_vOrigIndexes - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_vOrigSelected - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_vSelected - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  
_vValues - Variable in class ccl.swing.ListCancelMultiSelector
Deprecated.  

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