메소드 |
설명 |
|
AddColumnSelection ( int column ) : bool |
|
|
AddRowSelection ( int row ) : bool |
|
|
GetColumnAtIndex ( int index ) : int |
|
|
GetColumnDescription ( int column ) : string |
|
|
GetColumnExtentAt ( int row, int column ) : int |
|
|
GetColumnHeader ( int column ) : Atk.Object |
|
|
GetIndexAt ( int row, int column ) : int |
|
|
GetRowAtIndex ( int index ) : int |
|
|
GetRowDescription ( int row ) : string |
|
|
GetRowExtentAt ( int row, int column ) : int |
|
|
GetRowHeader ( int row ) : Atk.Object |
|
|
GetSelectedColumns ( int &selected ) : int |
|
|
GetSelectedRows ( int &selected ) : int |
|
|
IsColumnSelected ( int column ) : bool |
|
|
IsRowSelected ( int row ) : bool |
|
|
IsSelected ( int row, int column ) : bool |
|
|
RefAt ( int row, int column ) : Atk.Object |
|
|
RemoveColumnSelection ( int column ) : bool |
|
|
RemoveRowSelection ( int row ) : bool |
|
|
SetColumnDescription ( int column, string description ) : void |
|
|
SetColumnHeader ( int column, Atk header ) : void |
|
|
SetRowDescription ( int row, string description ) : void |
|
|
SetRowHeader ( int row, Atk header ) : void |
|
|
TableImplementorHelper ( ComponentParentAdapter resource ) : System |
|
|