public class BXMLTable extends AbstractTableModel
listenerList| Constructor and Description |
|---|
BXMLTable(BTreeNode node,
DefaultTreeModel treemodel) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getColumnClass(int aCol) |
int |
getColumnCount() |
String |
getColumnName(int aCol) |
int |
getRowCount() |
Object |
getValueAt(int aRow,
int aCol) |
void |
insertRow() |
boolean |
isCellEditable(int aRow,
int aCol) |
void |
refresh() |
void |
removeRow(int aRow) |
void |
setValueAt(Object value,
int aRow,
int aCol) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic BXMLTable(BTreeNode node, DefaultTreeModel treemodel)
public int getColumnCount()
public int getRowCount()
public String getColumnName(int aCol)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int aRow, int aCol)
public Class getColumnClass(int aCol)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int aRow,
int aCol)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void refresh()
public void insertRow()
public void removeRow(int aRow)
public void setValueAt(Object value, int aRow, int aCol)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2016 openBaraza. All Rights Reserved.