public class TupleModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
TupleModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
ZTuple |
getTuple() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
boolean |
isVertical() |
void |
setTuple(ZTuple tuple) |
void |
setVertical(boolean v) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic ZTuple getTuple()
public void setTuple(ZTuple tuple)
public boolean isVertical()
public void setVertical(boolean v)
public int getRowCount()
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int column)
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelCopyright © 2003–2016 Community Z Tools Project. All rights reserved.