C# Class Rhino.Tools.Debugger.Treetable.JTreeTable

Inheritance: JTable
Show file Open project: hazzik/Rhino.Net Class Usage Examples

Protected Properties

Property Type Description
tree JTreeTable.TreeTableCellRenderer

Public Methods

Method Description
GetEditingRow ( ) : int
GetTree ( ) : JTree

Returns the tree that is being shared between the model.

Returns the tree that is being shared between the model.

JTreeTable ( TreeTableModel treeTableModel ) : Java.Awt
SetRowHeight ( int rowHeight ) : void

Overridden to pass the new rowHeight to the tree.

Overridden to pass the new rowHeight to the tree.

UpdateUI ( ) : void

Overridden to message super and forward the method to the tree.

Overridden to message super and forward the method to the tree. Since the tree is not actually in the component hierarchy it will never receive this unless we forward it in this manner.

Method Details

GetEditingRow() public method

public GetEditingRow ( ) : int
return int

GetTree() public method

Returns the tree that is being shared between the model.
Returns the tree that is being shared between the model.
public GetTree ( ) : JTree
return JTree

JTreeTable() public method

public JTreeTable ( TreeTableModel treeTableModel ) : Java.Awt
treeTableModel TreeTableModel
return Java.Awt

SetRowHeight() public method

Overridden to pass the new rowHeight to the tree.
Overridden to pass the new rowHeight to the tree.
public SetRowHeight ( int rowHeight ) : void
rowHeight int
return void

UpdateUI() public method

Overridden to message super and forward the method to the tree.
Overridden to message super and forward the method to the tree. Since the tree is not actually in the component hierarchy it will never receive this unless we forward it in this manner.
public UpdateUI ( ) : void
return void

Property Details

tree protected property

A subclass of JTree.
A subclass of JTree.
protected JTreeTable.TreeTableCellRenderer,Rhino.Tools.Debugger.Treetable tree
return JTreeTable.TreeTableCellRenderer