C# Class Atspi.Table

Datei anzeigen Open project: mono/at-spi-sharp Class Usage Examples

Public Methods

Method Description
AddColumnSelection ( int column ) : bool
AddRowSelection ( int row ) : bool
GetAccessibleAt ( int row, int column ) : Accessible
GetColumnAtIndex ( int index ) : int
GetColumnDescription ( int column ) : string
GetColumnExtentAt ( int row, int column ) : int
GetColumnHeader ( int column ) : Accessible
GetIndexAt ( int row, int column ) : int
GetRowAtIndex ( int index ) : int
GetRowColumnExtentsAtIndex ( int index, int &row, int &col, int &row_extents, int &col_extents, bool &is_selected ) : bool
GetRowDescription ( int row ) : string
GetRowExtentAt ( int row, int column ) : int
GetRowHeader ( int row ) : Accessible
GetSelectedColumns ( ) : int[]
GetSelectedRows ( ) : int[]
IsColumnSelected ( int column ) : bool
IsRowSelected ( int row ) : bool
IsSelected ( int row, int column ) : bool
RemoveColumnSelection ( int column ) : bool
RemoveRowSelection ( int row ) : bool
Table ( Accessible accessible ) : System

Method Details

AddColumnSelection() public method

public AddColumnSelection ( int column ) : bool
column int
return bool

AddRowSelection() public method

public AddRowSelection ( int row ) : bool
row int
return bool

GetAccessibleAt() public method

public GetAccessibleAt ( int row, int column ) : Accessible
row int
column int
return Accessible

GetColumnAtIndex() public method

public GetColumnAtIndex ( int index ) : int
index int
return int

GetColumnDescription() public method

public GetColumnDescription ( int column ) : string
column int
return string

GetColumnExtentAt() public method

public GetColumnExtentAt ( int row, int column ) : int
row int
column int
return int

GetColumnHeader() public method

public GetColumnHeader ( int column ) : Accessible
column int
return Accessible

GetIndexAt() public method

public GetIndexAt ( int row, int column ) : int
row int
column int
return int

GetRowAtIndex() public method

public GetRowAtIndex ( int index ) : int
index int
return int

GetRowColumnExtentsAtIndex() public method

public GetRowColumnExtentsAtIndex ( int index, int &row, int &col, int &row_extents, int &col_extents, bool &is_selected ) : bool
index int
row int
col int
row_extents int
col_extents int
is_selected bool
return bool

GetRowDescription() public method

public GetRowDescription ( int row ) : string
row int
return string

GetRowExtentAt() public method

public GetRowExtentAt ( int row, int column ) : int
row int
column int
return int

GetRowHeader() public method

public GetRowHeader ( int row ) : Accessible
row int
return Accessible

GetSelectedColumns() public method

public GetSelectedColumns ( ) : int[]
return int[]

GetSelectedRows() public method

public GetSelectedRows ( ) : int[]
return int[]

IsColumnSelected() public method

public IsColumnSelected ( int column ) : bool
column int
return bool

IsRowSelected() public method

public IsRowSelected ( int row ) : bool
row int
return bool

IsSelected() public method

public IsSelected ( int row, int column ) : bool
row int
column int
return bool

RemoveColumnSelection() public method

public RemoveColumnSelection ( int column ) : bool
column int
return bool

RemoveRowSelection() public method

public RemoveRowSelection ( int row ) : bool
row int
return bool

Table() public method

public Table ( Accessible accessible ) : System
accessible Accessible
return System