C# Class AtspiUiaSource.TableElement

Inheritance: Element
Show file Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
RefreshTreeMode ( ) : void
RefreshTreeMode ( bool fromCtor ) : void
TableElement ( Accessible accessible ) : System

Protected Methods

Method Description
AddEvents ( bool fromElementConstructor ) : void

Private Methods

Method Description
AdjustRowReferences ( int min ) : void
AdjustRowReferencesForTable ( int min ) : void
AdjustRowReferencesForTree ( int min ) : void
EnsureRowsSize ( int row ) : void
GetTreeItemElement ( int row ) : TreeItemElement
OnRowDeleted ( Accessible sender, int row, int count ) : void
OnRowInserted ( Accessible sender, int row, int count ) : void

Method Details

AddEvents() protected method

protected AddEvents ( bool fromElementConstructor ) : void
fromElementConstructor bool
return void

RefreshTreeMode() public method

public RefreshTreeMode ( ) : void
return void

RefreshTreeMode() public method

public RefreshTreeMode ( bool fromCtor ) : void
fromCtor bool
return void

TableElement() public method

public TableElement ( Accessible accessible ) : System
accessible Atspi.Accessible
return System