public abstract class LatticeTableModel
extends javax.swing.table.AbstractTableModel
Constructor and Description |
---|
LatticeTableModel(SmallAlgebra alg) |
Modifier and Type | Method and Description |
---|---|
SmallAlgebra |
getAlgebra() |
static java.lang.String[] |
getAllColNames() |
static java.lang.String[] |
getAllNoTypColNames() |
java.lang.String[] |
getColNames() |
int |
getColumnCount() |
static java.lang.String[] |
getJIColNames() |
static java.lang.String[] |
getJINoTypColNames() |
void |
setAlgebra(SmallAlgebra algebra) |
protected void |
setColNames(java.lang.String[] colNames) |
void |
setToAllColNames() |
void |
setToAllNoTypColNames() |
void |
setToJIColNames() |
void |
setToJINoTypColNames() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public LatticeTableModel(SmallAlgebra alg)
public java.lang.String[] getColNames()
protected void setColNames(java.lang.String[] colNames)
public void setToAllNoTypColNames()
public void setToJIColNames()
public void setToJINoTypColNames()
public void setToAllColNames()
public int getColumnCount()
public static java.lang.String[] getAllColNames()
public static java.lang.String[] getAllNoTypColNames()
public static java.lang.String[] getJIColNames()
public static java.lang.String[] getJINoTypColNames()
public void setAlgebra(SmallAlgebra algebra)
public SmallAlgebra getAlgebra()
Copyright 2003 Ralph Freese. All Rights Reserved.