|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.azalient.api.file.record.TypeObject
com.azalient.api.file.record.ReaderUtilities
com.azalient.api.file.table.AbstractTable
com.azalient.api.file.table.AbstractTableW
public abstract class AbstractTableW
A base class for a write-only table, in this package to use WorkBook. This type of table might be used for logging results which do not need to be read back in.
| Method Summary | |
|---|---|
String |
columnName(Object key)
Map a column key to a printable name. |
void |
finishedW(PageW page)
The writer is finished with the table |
CellF |
format(Object colKey,
int row)
Return the format for (column, row) cell. |
abstract RecordW[] |
recordArray()
Return an array all records. |
boolean |
save()
save the table to current open file |
void |
save(SavingStatus ss)
save the table to current open file |
int |
width(Object col)
Return -1 to get the default width for a column |
| Methods inherited from class com.azalient.api.file.table.AbstractTable |
|---|
colNameObjects, destroy, headerRows, keyTypes, newPage, page, pageName, pageType, tableName, toString |
| Methods inherited from class com.azalient.api.file.record.TypeObject |
|---|
b, c, d, equals, equals, equalsEW, f, i, keyString, keyString, nameFromKeyString, rowKeysFromKeyString, s, t, t |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.azalient.api.file.TableW |
|---|
newPage |
| Methods inherited from interface com.azalient.api.file.Table |
|---|
destroy, headerRows, keyTypes |
| Methods inherited from interface com.azalient.api.a.tables.ITable |
|---|
page, pageName |
| Methods inherited from interface com.azalient.api.a.tables.ITableType |
|---|
colNameObjects, pageType, tableName |
| Method Detail |
|---|
public abstract RecordW[] recordArray()
recordArray in interface TableWpublic String columnName(Object key)
columnName in interface TableWkey - the column key, which may be the same as the name
public CellF format(Object colKey,
int row)
format in interface TableWcolKey - The key specifying the column of the cell to be formattedrow - The row index for the cell to be formatted
public int width(Object col)
width in interface TableWpublic void finishedW(PageW page)
finishedW in interface TableWpublic void save(SavingStatus ss)
TableW
save in interface TableWpublic boolean save()
TableW
save in interface TableW
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||