C# 클래스 Rhino.Tools.Debugger.Treetable.TreeTableModelAdapter

상속: AbstractTableModel
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

DelayedFireTableDataChanged() 보호된 메소드

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
리턴 void

GetColumnClass() 공개 메소드

public GetColumnClass ( int column ) : Type
column int
리턴 System.Type

GetColumnCount() 공개 메소드

public GetColumnCount ( ) : int
리턴 int

GetColumnName() 공개 메소드

public GetColumnName ( int column ) : string
column int
리턴 string

GetRowCount() 공개 메소드

public GetRowCount ( ) : int
리턴 int

GetValueAt() 공개 메소드

public GetValueAt ( int row, int column ) : object
row int
column int
리턴 object

IsCellEditable() 공개 메소드

public IsCellEditable ( int row, int column ) : bool
row int
column int
리턴 bool

NodeForRow() 보호된 메소드

protected NodeForRow ( int row ) : object
row int
리턴 object

SetValueAt() 공개 메소드

public SetValueAt ( object value, int row, int column ) : void
value object
row int
column int
리턴 void

TreeTableModelAdapter() 공개 메소드

public TreeTableModelAdapter ( TreeTableModel treeTableModel, JTree tree ) : System
treeTableModel TreeTableModel
tree JTree
리턴 System