C# Class UiaAtkBridgeTest.AtkTests

Inheritance: AtkTester
Show file Open project: mono/uia2atk

Protected Properties

Property Type Description
simpleTable string

Public Methods

Method Description
ComboBoxDropDownList ( object widget ) : void
ContextMenu ( BasicWidgetType type ) : void
HSplitter ( Atk accessible ) : void
Pane ( Atk accessible ) : void
Pane ( Atk accessible, bool expectFocusable ) : void
RealWindow ( ) : void
TextBoxEntry ( object widget, bool expectFocusable ) : void
TextBoxView ( BasicWidgetType type, object widget, bool expectFocusable ) : void
ToolBar ( Atk accessible ) : void

Protected Methods

Method Description
ComboBoxDropDownEntry ( object widget ) : void
ComboBoxSimple ( object comboBox ) : void
Label ( Atk accessible, BasicWidgetType type ) : void
Label ( BasicWidgetType type ) : void
ProgressBar ( BasicWidgetType type ) : void
TestInnerTextBoxInComboBox ( Atk accessible ) : void

Private Methods

Method Description
Bug445210 ( ) : void
Button ( ) : void
Checkbox ( ) : void
ChildMenu ( ) : void
ChildMenuSeparator ( ) : void
ComboBoxDropDownEntry ( ) : void
ComboBoxDropDownList ( ) : void
ComboBoxSimpleAsTreeView ( ) : void
ContextMenu ( ) : void
HScrollBar ( ) : void
HSplitContainer ( ) : void
ListView ( ) : void
MainMenuBar ( ) : void
Pane ( ) : void
ParentMenu ( ) : void
ParentMenu_ChildrenStates ( ) : void
PasswordCharTextBoxEntry ( ) : void
PictureBox ( ) : void
ProgressBar ( ) : void
RadioButtons ( ) : void
RichTextBox ( ) : void
Spinner ( ) : void
StatusBar ( ) : void
TabControl ( ) : void
TextBoxEntry ( ) : void
TextBoxView ( ) : void
TextLabel ( ) : void
ToolBar ( ) : void
TreeView ( ) : void
VScrollBar ( ) : void
VTrackBar ( ) : void
Window ( ) : void

Method Details

ComboBoxDropDownEntry() protected method

protected ComboBoxDropDownEntry ( object widget ) : void
widget object
return void

ComboBoxDropDownList() public method

public ComboBoxDropDownList ( object widget ) : void
widget object
return void

ComboBoxSimple() protected method

protected ComboBoxSimple ( object comboBox ) : void
comboBox object
return void

ContextMenu() public method

public ContextMenu ( BasicWidgetType type ) : void
type BasicWidgetType
return void

HSplitter() public method

public HSplitter ( Atk accessible ) : void
accessible Atk
return void

Label() protected method

protected Label ( Atk accessible, BasicWidgetType type ) : void
accessible Atk
type BasicWidgetType
return void

Label() protected method

protected Label ( BasicWidgetType type ) : void
type BasicWidgetType
return void

Pane() public method

public Pane ( Atk accessible ) : void
accessible Atk
return void

Pane() public method

public Pane ( Atk accessible, bool expectFocusable ) : void
accessible Atk
expectFocusable bool
return void

ProgressBar() protected method

protected ProgressBar ( BasicWidgetType type ) : void
type BasicWidgetType
return void

RealWindow() public method

public RealWindow ( ) : void
return void

TestInnerTextBoxInComboBox() protected method

protected TestInnerTextBoxInComboBox ( Atk accessible ) : void
accessible Atk
return void

TextBoxEntry() public method

public TextBoxEntry ( object widget, bool expectFocusable ) : void
widget object
expectFocusable bool
return void

TextBoxView() public method

public TextBoxView ( BasicWidgetType type, object widget, bool expectFocusable ) : void
type BasicWidgetType
widget object
expectFocusable bool
return void

ToolBar() public method

public ToolBar ( Atk accessible ) : void
accessible Atk
return void

Property Details

simpleTable protected property

protected string simpleTable
return string