|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComparableTableException | |
| 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.html | HTML form handling utilities. |
| Uses of ComparableTableException in com.opmath.util.datastruct |
| Methods in com.opmath.util.datastruct that throw ComparableTableException | |
void |
ComparableTable.register(ResultSet rs,
int startRowIndex,
int endRowIndex)
Registers a java.sql.ResultSet with this ComparableTable instance. |
void |
ComparableTable.register(ResultSet rs)
Registers a java.sql.ResultSet with this ComparableTable instance. |
void |
ComparableTable.register(ComparableTable dt)
Registers a ComparableTable with this ComparableTable instance. |
void |
ComparableTable.addColumn(Comparable newKey,
ComparableList newVal)
Puts a new column into this ComparableTable instance. |
void |
ComparableTable.addColumn(Comparable newKey)
Puts a new column into this ComparableTable instance. |
void |
ComparableTable.updateColumn(Comparable oldKey,
ComparableList newVal)
Updates a column which already exists in this ComparableTable instance, using data
presented in a ComparableList. |
void |
ComparableTable.registerColumn(Comparable oldKey,
ResultSet rs)
Updates a column which already exists in this ComparableTable instance, by registering
one column of a ResultSet with this ComparableTable. |
void |
ComparableTable.updateAt(Comparable oldKey,
int i,
Comparable newVal)
Updates the field of column key and row i to the Comparable
newVal. |
void |
ComparableTable.appendTo(Comparable oldKey,
Comparable newVal)
Appends an Comparable to the column identified by oldKey. |
void |
ComparableTable.appendObject(Object element)
Appends the all of the appropriate constituent values of element to the
corresponding columns in this ComparableTable. |
ComparableList |
ComparableTable.getColumn(Comparable key)
returns the column identified by key in the form of a ComparableList. |
Comparable |
ComparableTable.getAt(Comparable key,
int i)
Returns the Comparable identified by the column key and the index into
the column i. |
int |
ComparableTable.columnSize(Comparable key)
Returns the current size of the column identified by key. |
void |
ComparableTable.sort(ComparableList columnKeys)
Creates a sorted index for the rows contained in this ComparableTable. |
void |
ComparableTable.sort(String[] columnStrKeys)
Creates a sorted index for the rows contained in this ComparableTable. |
| Constructors in com.opmath.util.datastruct that throw ComparableTableException | |
SortedTableIndex(ComparableTable display,
ComparableList columnKeys)
Constructs a new sorted index for the given ComparableTable. |
|
| Uses of ComparableTableException in com.opmath.util.html |
| Methods in com.opmath.util.html that throw ComparableTableException | |
void |
Select.setSelectedValue(Comparable value)
Sets the OPTION element whose VALUE is equal to value to "SELECTED". |
void |
Select.clearSelectedValue(Comparable value)
Sets the OPTION element whose VALUE is equal to value to ""
(not selected). |
void |
Select.setSelectedName(Comparable name)
Sets the OPTION element whose NAMES is equal to name to "SELECTED". |
void |
Select.clearSelectedName(Comparable name)
Sets the OPTION element whose NAME is equal to name to ""
(not selected). |
void |
Radio.checkValue(Comparable value)
Sets the element whose VALUE is equal to value to "CHECKED". |
| Constructors in com.opmath.util.html that throw ComparableTableException | |
Select(String id,
String[] names)
Constructs a new Select instance with each OPTION NAME and OPTION VALUE sourced
from the parameter names. |
|
Select(String id,
String[] names,
Comparable[] values)
Constructs a new Select instance with each OPTION NAME sourced
from the parameter names and each OPTION VALUE sourced from the parameter
values. |
|
Select(String id,
String[] names,
Comparable[] values,
String[] select)
Constructs a new Select instance with each OPTION NAME sourced
from the parameter names, each OPTION VALUE sourced from the parameter
values, and each OPTION SELECTED sourced from the parameter
select. |
|
Radio(String id,
String[] texts,
String[] values)
Constructs a new Radio instance with each VALUE sourced
from the parameter values. |
|
Radio(String id,
String[] texts,
String[] values,
int checkedIndex)
Constructs a new Radio instance with each VALUE sourced from the parameter
values, and each text sourced from the parameter
texts[i]. |
|
|
OpMath | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||