|
OpMath | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComparableTable | |
| 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.dmldoc | The DMLDoc SGML template handling classes. |
| com.opmath.util.html | HTML form handling utilities. |
| Uses of ComparableTable in com.opmath.util.datastruct |
| Methods in com.opmath.util.datastruct with parameters of type ComparableTable | |
void |
ComparableTable.register(ComparableTable dt)
Registers a ComparableTable with this ComparableTable instance. |
| Constructors in com.opmath.util.datastruct with parameters of type ComparableTable | |
SortedTableIndex(ComparableTable display,
ComparableList columnKeys)
Constructs a new sorted index for the given ComparableTable. |
|
| Uses of ComparableTable in com.opmath.util.dmldoc |
| Fields in com.opmath.util.dmldoc declared as ComparableTable | |
ComparableTable |
DMLDoc.model
|
| Methods in com.opmath.util.dmldoc with parameters of type ComparableTable | |
protected int |
DMLDocText.maxColumnSize(ComparableTable display)
Returns the size of the longest column in the ComparableTable,
for all of the SUB and IF / IFNOT / IFDATAFOR / IFNODATAFOR sources known
to this DMLDocText. |
protected String |
DMLDocText.subValue(ComparableTable display,
Comparable columnKey,
int loopIndex)
Returns a substitution value for the given Vector of data
values and index i. |
protected String |
DMLDocText.view(ComparableTable display,
int i)
Returns a string representaion of this DMLDocText instance,
with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR elements
processed, as determined by the ComparableTable and the loop
index i. |
protected String |
DMLDocBlock.view(ComparableTable model,
int mode,
int loopIndex)
Returns a String representaion of the DMLDocBlock
instance, with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR
elements processed, as determined by the contents of the
com.opmath.util.datastruct.ComparableTable. |
String |
DMLDocBlock.viewWithException(ComparableTable model)
Returns a String representaion of the DMLDocBlock
instance, with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR
elements processed, as determined by the contents of the
com.opmath.util.datastruct.ComparableTable. |
String |
DMLDocBlock.view(ComparableTable model)
Returns a String representaion of the DMLDocBlock
instance, with the various SUBs, LOOPs and IF / IFNOT / IFDATAFOR / IFNODATAFOR
elements processed, as determined by the contents of the
com.opmath.util.datastruct.ComparableTable. |
| Uses of ComparableTable in com.opmath.util.html |
| Subclasses of ComparableTable in com.opmath.util.html | |
class |
Radio
A representation of an HTML <INPUT TYPE="radio" > structure, compatible with com.opmath.util.datastruct.ComparableTable. |
class |
Select
A representation of an HTML <SELECT > structure, compatible with com.opmath.util.datastruct.ComparableTable. |
|
OpMath | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||