C# 클래스 Atspi.Table

파일 보기 프로젝트 열기: mono/at-spi-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddColumnSelection() 공개 메소드

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

AddRowSelection() 공개 메소드

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

GetAccessibleAt() 공개 메소드

public GetAccessibleAt ( int row, int column ) : Accessible
row int
column int
리턴 Accessible

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 ) : Accessible
column int
리턴 Accessible

GetIndexAt() 공개 메소드

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

GetRowAtIndex() 공개 메소드

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

GetRowColumnExtentsAtIndex() 공개 메소드

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
리턴 bool

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 ) : Accessible
row int
리턴 Accessible

GetSelectedColumns() 공개 메소드

public GetSelectedColumns ( ) : int[]
리턴 int[]

GetSelectedRows() 공개 메소드

public GetSelectedRows ( ) : int[]
리턴 int[]

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

RemoveColumnSelection() 공개 메소드

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

RemoveRowSelection() 공개 메소드

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

Table() 공개 메소드

public Table ( Accessible accessible ) : System
accessible Accessible
리턴 System