|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
ptolemy.actor.gui.MatrixPane.EmptyTableModel
private static class MatrixPane.EmptyTableModel
This class provides an implementation of the TableModel interface representing an empty matrix. This is used to clear the display.
Field Summary |
---|
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
private |
MatrixPane.EmptyTableModel()
|
Method Summary | |
---|---|
int |
getColumnCount()
Get the column count of the Matrix. |
int |
getRowCount()
Get the row count of the Matrix. |
java.lang.Object |
getValueAt(int row,
int column)
Get the specified entry from the matrix as a Token. |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private MatrixPane.EmptyTableModel()
Method Detail |
---|
public int getColumnCount()
public int getRowCount()
public java.lang.Object getValueAt(int row, int column)
row
- The row number.column
- The column number.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |