public class Table extends DefaultTableModel
Nov 24, 2008
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
void |
addSeparator() |
String |
getFormattedString(double d,
int numDecimalPlaces) |
String |
toHTMLTable() |
String |
toOrgTable() |
String |
toTextTable()
This function creates a text-formatted table
|
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, isCellEditable, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public String toTextTable()
public String toOrgTable()
public String toHTMLTable()
public String getFormattedString(double d, int numDecimalPlaces)
public void addSeparator()
Copyright © 2017. All rights reserved.