C# Class UiaAtkBridge.TableImplementorHelper

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Private Properties

Свойство Type Description
AreRowColInBounds bool
RefProviderChildByDepthSearch Adapter

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AreRowColInBounds ( int row, int col ) : bool
RefProviderChildByDepthSearch ( int pos ) : Adapter

Method Details

AddColumnSelection() public méthode

public AddColumnSelection ( int column ) : bool
column int
Résultat bool

AddRowSelection() public méthode

public AddRowSelection ( int row ) : bool
row int
Résultat bool

GetColumnAtIndex() public méthode

public GetColumnAtIndex ( int index ) : int
index int
Résultat int

GetColumnDescription() public méthode

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

GetColumnExtentAt() public méthode

public GetColumnExtentAt ( int row, int column ) : int
row int
column int
Résultat int

GetColumnHeader() public méthode

public GetColumnHeader ( int column ) : Atk.Object
column int
Résultat Atk.Object

GetIndexAt() public méthode

public GetIndexAt ( int row, int column ) : int
row int
column int
Résultat int

GetRowAtIndex() public méthode

public GetRowAtIndex ( int index ) : int
index int
Résultat int

GetRowDescription() public méthode

public GetRowDescription ( int row ) : string
row int
Résultat string

GetRowExtentAt() public méthode

public GetRowExtentAt ( int row, int column ) : int
row int
column int
Résultat int

GetRowHeader() public méthode

public GetRowHeader ( int row ) : Atk.Object
row int
Résultat Atk.Object

GetSelectedColumns() public méthode

public GetSelectedColumns ( int &selected ) : int
selected int
Résultat int

GetSelectedRows() public méthode

public GetSelectedRows ( int &selected ) : int
selected int
Résultat int

IsColumnSelected() public méthode

public IsColumnSelected ( int column ) : bool
column int
Résultat bool

IsRowSelected() public méthode

public IsRowSelected ( int row ) : bool
row int
Résultat bool

IsSelected() public méthode

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

RefAt() public méthode

public RefAt ( int row, int column ) : Atk.Object
row int
column int
Résultat Atk.Object

RemoveColumnSelection() public méthode

public RemoveColumnSelection ( int column ) : bool
column int
Résultat bool

RemoveRowSelection() public méthode

public RemoveRowSelection ( int row ) : bool
row int
Résultat bool

SetColumnDescription() public méthode

public SetColumnDescription ( int column, string description ) : void
column int
description string
Résultat void

SetColumnHeader() public méthode

public SetColumnHeader ( int column, Atk header ) : void
column int
header Atk
Résultat void

SetRowDescription() public méthode

public SetRowDescription ( int row, string description ) : void
row int
description string
Résultat void

SetRowHeader() public méthode

public SetRowHeader ( int row, Atk header ) : void
row int
header Atk
Résultat void

TableImplementorHelper() public méthode

public TableImplementorHelper ( ComponentParentAdapter resource ) : System
resource ComponentParentAdapter
Résultat System