public class CanonicalSetFrame.CanonicalSetTableModel
extends javax.swing.table.AbstractTableModel
Constructor and Description |
---|
CanonicalSetFrame.CanonicalSetTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
addElementIntoSet(int j,
RepositoryElement elem) |
void |
addElementsToSet(int j,
java.util.Vector elems) |
boolean |
addElementToSet(RepositoryElement elem) |
void |
clearSet() |
int |
getColumnCount() |
java.lang.String |
getColumnName(int col) |
RepositoryElement |
getElement(int j) |
int |
getRowCount() |
java.lang.Object |
getValueAt(int row,
int column) |
boolean |
hasElement(java.lang.String nn) |
RepositoryElement |
removeElement(int k) |
RepositoryElement |
setElement(int k,
RepositoryElement elem) |
int |
variableSetSize() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public CanonicalSetFrame.CanonicalSetTableModel()
public java.lang.String getColumnName(int col)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public boolean hasElement(java.lang.String nn)
public void addElementIntoSet(int j, RepositoryElement elem)
public void addElementsToSet(int j, java.util.Vector elems)
public boolean addElementToSet(RepositoryElement elem)
public RepositoryElement getElement(int j)
public RepositoryElement removeElement(int k)
public int variableSetSize()
public RepositoryElement setElement(int k, RepositoryElement elem)
public int getRowCount()
public void clearSet()
public int getColumnCount()
public java.lang.Object getValueAt(int row, int column)
Copyright © 2011, 2013. Daniel P. Dougherty