|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeTableModel
This is a basic interface for TreeTableModel that extends TableModel. It's pretty minimal and isn't as full featured at other implementations.
| Method Summary | |
|---|---|
Object |
getValueAt(Object node,
int col)
The method is similar to getValueAt(int,int). |
boolean |
isCellEditable(Object node,
int col)
the method is similar to isCellEditable(int,int). |
void |
setValueAt(Object val,
Object node,
int column)
the method is similar to isCellEditable(int,int). |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
|---|
Object getValueAt(Object node,
int col)
node - the node which value is to be fetchedcol - the column of the node
boolean isCellEditable(Object node,
int col)
node - the node which value is to be fetchedcol - the column of the node
true if cell is editable
void setValueAt(Object val,
Object node,
int column)
val - the value to be setnode - the node which value is to be setcolumn - the column of the node
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||