C# 클래스 UiaAtkBridge.Tree

상속: ComponentParentAdapter, Atk.ISelectionImplementor, Atk.ITableImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
AddColumnSelection ( int column ) : bool
AddRowSelection ( int row ) : bool
AddSelection ( int i ) : bool
ClearSelection ( ) : 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
IsChildSelected ( int i ) : bool
IsColumnSelected ( int column ) : bool
IsRowSelected ( int row ) : bool
IsSelected ( int row, int column ) : bool
NotifyRowAdjusted ( Adapter adapter, bool expanded ) : void
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
RefAt ( int row, int column ) : Atk.Object
RefSelection ( int i ) : Atk.Object
RemoveColumnSelection ( int column ) : bool
RemoveRowSelection ( int row ) : bool
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : 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
Tree ( IRawElementProviderFragment provider ) : System

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

비공개 메소드들

메소드 설명
AddOneChild ( Atk child ) : void
CalculateRowCount ( IRawElementProviderFragment provider, int &count ) : void
GetObjectAtRow ( IRawElementProviderFragment provider, int target, int &index ) : Atk.Object
GetRowForAdapter ( Adapter target ) : int
GetRowForProvider ( IRawElementProviderFragment provider, IRawElementProviderFragment target, int &index ) : int
HandleItemFocus ( Adapter item, bool itemFocused ) : void
IsExpanded ( IRawElementProviderFragment provider ) : bool
IsListItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : bool
NotifyItemSelected ( Adapter item ) : void
NotifyItemSelectionRemoved ( Adapter item ) : void
RemoveChild ( Atk childToRemove ) : void

메소드 상세

AddColumnSelection() 공개 메소드

public AddColumnSelection ( int column ) : bool
column int
리턴 bool

AddRowSelection() 공개 메소드

public AddRowSelection ( int row ) : bool
row int
리턴 bool

AddSelection() 공개 메소드

public AddSelection ( int i ) : bool
i int
리턴 bool

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

GetColumnAtIndex() 공개 메소드

public GetColumnAtIndex ( int index ) : int
index int
리턴 int

GetColumnDescription() 공개 메소드

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

GetColumnExtentAt() 공개 메소드

public GetColumnExtentAt ( int row, int column ) : int
row int
column int
리턴 int

GetColumnHeader() 공개 메소드

public GetColumnHeader ( int column ) : Atk.Object
column int
리턴 Atk.Object

GetIndexAt() 공개 메소드

public GetIndexAt ( int row, int column ) : int
row int
column int
리턴 int

GetRowAtIndex() 공개 메소드

public GetRowAtIndex ( int index ) : int
index int
리턴 int

GetRowDescription() 공개 메소드

public GetRowDescription ( int row ) : string
row int
리턴 string

GetRowExtentAt() 공개 메소드

public GetRowExtentAt ( int row, int column ) : int
row int
column int
리턴 int

GetRowHeader() 공개 메소드

public GetRowHeader ( int row ) : Atk.Object
row int
리턴 Atk.Object

GetSelectedColumns() 공개 메소드

public GetSelectedColumns ( int &selected ) : int
selected int
리턴 int

GetSelectedRows() 공개 메소드

public GetSelectedRows ( int &selected ) : int
selected int
리턴 int

IsChildSelected() 공개 메소드

public IsChildSelected ( int i ) : bool
i int
리턴 bool

IsColumnSelected() 공개 메소드

public IsColumnSelected ( int column ) : bool
column int
리턴 bool

IsRowSelected() 공개 메소드

public IsRowSelected ( int row ) : bool
row int
리턴 bool

IsSelected() 공개 메소드

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

NotifyRowAdjusted() 공개 메소드

public NotifyRowAdjusted ( Adapter adapter, bool expanded ) : void
adapter Adapter
expanded bool
리턴 void

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

RaiseAutomationEvent() 공개 메소드

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
리턴 void

RaiseAutomationPropertyChangedEvent() 공개 메소드

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
리턴 void

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
리턴 void

RefAt() 공개 메소드

public RefAt ( int row, int column ) : Atk.Object
row int
column int
리턴 Atk.Object

RefSelection() 공개 메소드

public RefSelection ( int i ) : Atk.Object
i int
리턴 Atk.Object

RemoveColumnSelection() 공개 메소드

public RemoveColumnSelection ( int column ) : bool
column int
리턴 bool

RemoveRowSelection() 공개 메소드

public RemoveRowSelection ( int row ) : bool
row int
리턴 bool

RemoveSelection() 공개 메소드

public RemoveSelection ( int i ) : bool
i int
리턴 bool

SelectAllSelection() 공개 메소드

public SelectAllSelection ( ) : bool
리턴 bool

SetColumnDescription() 공개 메소드

public SetColumnDescription ( int column, string description ) : void
column int
description string
리턴 void

SetColumnHeader() 공개 메소드

public SetColumnHeader ( int column, Atk header ) : void
column int
header Atk
리턴 void

SetRowDescription() 공개 메소드

public SetRowDescription ( int row, string description ) : void
row int
description string
리턴 void

SetRowHeader() 공개 메소드

public SetRowHeader ( int row, Atk header ) : void
row int
header Atk
리턴 void

Tree() 공개 메소드

public Tree ( IRawElementProviderFragment provider ) : System
provider IRawElementProviderFragment
리턴 System

UpdateNameProperty() 보호된 메소드

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
리턴 void