Public Member Functions | |
int | getChildCount (Object node) |
Object | getChild (Object node, int i) |
boolean | isLeaf (Object node) |
int | getColumnCount () |
Returns the number ofs availible column. | |
String | getColumnName (int column) |
Returns the name for column number column . | |
Class | getColumnClass (int column) |
Returns the type for column number column . | |
Object | getValueAt (Object node, int column) |
Returns the value to be displayed for node node , at column number column . | |
Static Protected Attributes | |
static String[] | cNames = {"Name", "Type", "Value"} |
static Class[] | cTypes = {TreeTableModel.class, String.class, String.class} |
Package Functions | |
SerializableModel (StreamableRep rep) | |
Private Attributes | |
StreamableRep | rep |
Definition at line 5 of file SerializableModel.java.