uk.ac.soton.itinnovation.grid.client.registry.ui.enhancedtree
Interface EnhancedTreeTableModel
- All Superinterfaces:
- TreeModel
- All Known Implementing Classes:
- AbstractEnhancedTreeTableModel, DOMTreeTableModel
public interface EnhancedTreeTableModel
- extends TreeModel
This model implements a TreeModel and adds methods required for using this
model inside a JTable.
getColumnCount
int getColumnCount()
getColumnName
String getColumnName(int column)
getColumnClass
Class getColumnClass(int column)
getValueAt
Object getValueAt(Object node,
int column)
- Get the value of the node in the defined column.
- Parameters:
node - column -
- Returns:
- the user object stored in the node
isCellEditable
boolean isCellEditable(Object node,
int column)
setValueAt
void setValueAt(Object aValue,
Object node,
int column)
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.