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

Inheritance: AbstractTableModel
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
GetColumnClass ( int column ) : Type
GetColumnCount ( ) : int
GetColumnName ( int column ) : string
GetRowCount ( ) : int
GetValueAt ( int row, int column ) : object
IsCellEditable ( int row, int column ) : bool
SetValueAt ( object value, int row, int column ) : void
TreeTableModelAdapter ( TreeTableModel treeTableModel, JTree tree ) : System

Méthodes protégées

Méthode Description
DelayedFireTableDataChanged ( ) : void

Invokes fireTableDataChanged after all the pending events have been processed.

Invokes fireTableDataChanged after all the pending events have been processed. SwingUtilities.invokeLater is used to handle this.

NodeForRow ( int row ) : object

Method Details

DelayedFireTableDataChanged() protected méthode

Invokes fireTableDataChanged after all the pending events have been processed.
Invokes fireTableDataChanged after all the pending events have been processed. SwingUtilities.invokeLater is used to handle this.
protected DelayedFireTableDataChanged ( ) : void
Résultat void

GetColumnClass() public méthode

public GetColumnClass ( int column ) : Type
column int
Résultat System.Type

GetColumnCount() public méthode

public GetColumnCount ( ) : int
Résultat int

GetColumnName() public méthode

public GetColumnName ( int column ) : string
column int
Résultat string

GetRowCount() public méthode

public GetRowCount ( ) : int
Résultat int

GetValueAt() public méthode

public GetValueAt ( int row, int column ) : object
row int
column int
Résultat object

IsCellEditable() public méthode

public IsCellEditable ( int row, int column ) : bool
row int
column int
Résultat bool

NodeForRow() protected méthode

protected NodeForRow ( int row ) : object
row int
Résultat object

SetValueAt() public méthode

public SetValueAt ( object value, int row, int column ) : void
value object
row int
column int
Résultat void

TreeTableModelAdapter() public méthode

public TreeTableModelAdapter ( TreeTableModel treeTableModel, JTree tree ) : System
treeTableModel TreeTableModel
tree JTree
Résultat System