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

C

CA - Static variable in class com.opmath.util.html.Countries
Language selector.
CAP - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing an 'intersection' / 'cap' symbol.
cCEDIL - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing the latin small letter c with cedilla.
CCEDIL - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing the latin capital letter C with cedilla.
CEDIL - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a spacing cedilla.
CENT - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a cent sign.
checkValue(Comparable) - Method in class com.opmath.util.html.Radio
Sets the element whose VALUE is equal to value to "CHECKED".
chi - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing the greek small letter chi.
CHI - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing the greek capital letter chi.
className() - Method in class com.opmath.util.db.DBObject
Returns the name of the class of this DBObject object.
className() - Method in interface com.opmath.util.db.DB
Returns the name of the class of this DBObject object.
clear() - Method in class com.opmath.util.datastruct.ComparableTable
Clears the data held in all the columns of this ComparableTable instance.
clear() - Method in class com.opmath.util.datastruct.ComparableResultSet
Does nothing.
clear() - Method in interface com.opmath.util.datastruct.ComparableList
Removes all of the elements from this ComparableList.
clear() - Method in class com.opmath.util.datastruct.ComparableArrayRO
Does nothing.
clear() - Method in class com.opmath.util.datastruct.ComparableArray
Sets all of the elements of this ComparableArray to null.
clear() - Method in class com.opmath.util.html.Select
Sets all the OPTION elements to "" (not selected).
clear() - Method in class com.opmath.util.html.Radio
Sets all the elements' status to "" (not "CHECKED").
clearSelectedName(Comparable) - Method in class com.opmath.util.html.Select
Sets the OPTION element whose NAME is equal to name to "" (not selected).
clearSelectedValue(Comparable) - Method in class com.opmath.util.html.Select
Sets the OPTION element whose VALUE is equal to value to "" (not selected).
close() - Method in interface com.opmath.util.db.DB
Shut down the database server or driver.
CMD_ENDIF - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc ENDIF command.
CMD_ENDLOOP - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc ENDLOOP command.
CMD_IF - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc IF command.
CMD_IFDATA - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc IFDATAFOR command.
CMD_IFNODATA - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc IFNODATAFOR command.
CMD_IFNOT - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc IFNOT command.
CMD_LOOP - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc LOOP command.
CMD_SUB - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The String identifying the DMLDoc SUB command.
columnSize(Comparable) - Method in class com.opmath.util.datastruct.ComparableTable
Returns the current size of the column identified by key.
com.opmath.util.datastruct - package com.opmath.util.datastruct
A variety of abstact data structures, suitable for use with any Open Math component or software accessory project.
com.opmath.util.db - package com.opmath.util.db
A number of utility classes concerned with access to JDBC data sources.
com.opmath.util.dmldoc - package com.opmath.util.dmldoc
The DMLDoc SGML template handling classes.
com.opmath.util.html - package com.opmath.util.html
HTML form handling utilities.
com.opmath.util.http - package com.opmath.util.http
HTTP parameter handling and other HttpServlet request and session handling utilities.
com.opmath.util.time - package com.opmath.util.time
General-purpose timing facilities, intended for use in performance measurements of any OpMath class.
ComparableArray - class com.opmath.util.datastruct.ComparableArray.
An object which can serve as a ComparableTable column, implemented using a Comparable[].
ComparableArray(Comparable[]) - Constructor for class com.opmath.util.datastruct.ComparableArray
Constructs a ComparableArray.
ComparableArray(int) - Constructor for class com.opmath.util.datastruct.ComparableArray
Constructs a ComparableArray of size n.
ComparableArrayRO - class com.opmath.util.datastruct.ComparableArrayRO.
An object which can serve as a ComparableTable column, implemented using a Comparable[].
ComparableArrayRO(Comparable[]) - Constructor for class com.opmath.util.datastruct.ComparableArrayRO
Constructs a ComparableArrayRO.
ComparableList - interface com.opmath.util.datastruct.ComparableList.
The interface required for a column of a DisplayTable.
ComparableResultSet - class com.opmath.util.datastruct.ComparableResultSet.
An object which can serve as a ComparableTable column, implemented using a java.sql.ResultSet.
ComparableResultSet(ResultSet, String) - Constructor for class com.opmath.util.datastruct.ComparableResultSet
Constructs a new ComparableResultSet.
ComparableResultSet(ResultSet, String, int, int) - Constructor for class com.opmath.util.datastruct.ComparableResultSet
Constructs a new ComparableResultSet with limiting row bounds.
ComparableTable - class com.opmath.util.datastruct.ComparableTable.
ComparableTable provides a flexible and well-managed container for the data which is used to repeatedly instantiate a DMLDoc instance.
ComparableTable() - Constructor for class com.opmath.util.datastruct.ComparableTable
Constructs a new ComparableTable instance.
ComparableTable(ComparableList) - Constructor for class com.opmath.util.datastruct.ComparableTable
Constructs a new ComparableTable instance.
ComparableTable(String[]) - Constructor for class com.opmath.util.datastruct.ComparableTable
Constructs a new ComparableTable instance.
ComparableTableException - exception com.opmath.util.datastruct.ComparableTableException.
Thrown when an attempt to access or update an entry in a ComparableTable is made, but cannot be completed.
ComparableTableException() - Constructor for class com.opmath.util.datastruct.ComparableTableException
Constructs a new ComparableTableException with no descriptive message.
ComparableTableException(String) - Constructor for class com.opmath.util.datastruct.ComparableTableException
Constructs a new DMLDocWriteException with a descriptive message.
ComparableVector - class com.opmath.util.datastruct.ComparableVector.
An object which can serve as a DisplayTable column, implemented by extending java.util.Vector.
ComparableVector() - Constructor for class com.opmath.util.datastruct.ComparableVector
Constructs an empty ComparableVector so that its internal data array has size 10 and its standard capacity increment is zero.
ComparableVector(Collection) - Constructor for class com.opmath.util.datastruct.ComparableVector
Constructs a ComparableVector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ComparableVector(int) - Constructor for class com.opmath.util.datastruct.ComparableVector
Constructs an empty ComparableVector with the specified initial capacity and with its capacity increment equal to zero.
ComparableVector(int, int) - Constructor for class com.opmath.util.datastruct.ComparableVector
Constructs an empty ComparableVector with the specified initial capacity and capacity increment.
CONG - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing an 'approximately equal to' symbol.
conn - Variable in class com.opmath.util.db.DBObject
The connection object for this DB.
connect(String, String) - Method in interface com.opmath.util.db.DB
Establish a connection to the database.
containsKey(Object) - Method in class com.opmath.util.datastruct.OrderedHashtable
Tests whether the key is known to the receiving container.
COPY - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a copyright sign.
Countries - class com.opmath.util.html.Countries.
Provides an HTML SELECT structure containing all the world's country names.
Countries() - Constructor for class com.opmath.util.html.Countries
 
create(String, String) - Method in class com.opmath.util.db.DBObject
Creates a new row in the named table.
create(String, String) - Method in interface com.opmath.util.db.DB
Creates a new row in the named table.
createTable(String, String) - Method in class com.opmath.util.db.DBObject
Create a new table within this database.
createTable(String, String) - Method in interface com.opmath.util.db.DB
Creates a new table within this database.
CUP - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a 'union' / 'cup' symbol.
CURREN - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a currency sign.

OpMath
A B C D E F G H I K L M N O P Q R S T U V W X Y Z
Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK