-
Method Summary
Returns the type for column number column.
int
Returns the number ofs availible column.
Returns the name for column number column.
Returns the value to be displayed for node node,
at column number column.
boolean
Indicates whether the the value for node node,
at column number column is editable.
void
Sets the value for node node,
at column number column.
-
Method Details
-
getColumnCount
int getColumnCount()
Returns the number ofs availible column.
-
getColumnName
String getColumnName(int column)
Returns the name for column number column.
-
getColumnClass
Class getColumnClass(int column)
Returns the type for column number column.
-
getValueAt
Returns the value to be displayed for node node,
at column number column.
-
isCellEditable
boolean isCellEditable(Object node,
int column)
Indicates whether the the value for node node,
at column number column is editable.
-
setValueAt
Sets the value for node node,
at column number column.