com.declarativa.interprolog.gui
Class PredicateTableModel
java.lang.Object
   com.declarativa.interprolog.gui.PredicateTableModel
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:
- addTableModelListenerin interface- TableModel
 
- 
 
removeTableModelListener
public void removeTableModelListener(TableModelListener l)
- 
- Specified by:
- removeTableModelListenerin interface- TableModel
 
- 
 
getColumnClass
public Class getColumnClass(int columnIndex)
- 
- Specified by:
- getColumnClassin interface- TableModel
 
- 
 
isCellEditable
public boolean isCellEditable(int rowIndex,
                              int columnIndex)
- 
- Specified by:
- isCellEditablein interface- TableModel
 
- 
 
setValueAt
public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)
- 
- Specified by:
- setValueAtin interface- TableModel
 
- 
 
getColumnName
public String getColumnName(int columnIndex)
- 
- Specified by:
- getColumnNamein interface- TableModel
 
- 
 
getRowCount
public int getRowCount()
- 
- Specified by:
- getRowCountin interface- TableModel
 
- 
 
getColumnCount
public int getColumnCount()
- 
- Specified by:
- getColumnCountin interface- TableModel
 
- 
 
getValueAt
public Object getValueAt(int row,
                         int column)
- 
- Specified by:
- getValueAtin interface- TableModel
 
-