| |
com.declarativa.interprolog.gui
Class PredicateTableModel
java.lang.Object
com.declarativa.interprolog.gui.PredicateTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- public class PredicateTableModel
- extends Object
- implements Serializable, TableModel
- See Also:
- Serialized Form
PredicateTableModel
public PredicateTableModel(TermModel template,
TermModel[] tuples)
example
public static ObjectExamplePair example()
toString
public String toString()
addTableModelListener
public void addTableModelListener(TableModelListener l)
- Specified by:
addTableModelListener in interface TableModel
removeTableModelListener
public void removeTableModelListener(TableModelListener l)
- Specified by:
removeTableModelListener in interface TableModel
getColumnClass
public Class getColumnClass(int columnIndex)
- Specified by:
getColumnClass in interface TableModel
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
- Specified by:
isCellEditable in interface TableModel
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
- Specified by:
setValueAt in interface TableModel
getColumnName
public String getColumnName(int columnIndex)
- Specified by:
getColumnName in interface TableModel
getRowCount
public int getRowCount()
- Specified by:
getRowCount in interface TableModel
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount in interface TableModel
getValueAt
public Object getValueAt(int row,
int column)
- Specified by:
getValueAt in interface TableModel
|