C# Класс android.text.Selection

Показать файл Открыть проект

Открытые методы

Метод Описание
extendDown ( android arg0, android arg1 ) : bool
extendLeft ( android arg0, android arg1 ) : bool
extendRight ( android arg0, android arg1 ) : bool
extendSelection ( android arg0, int arg1 ) : void
extendToLeftEdge ( android arg0, android arg1 ) : bool
extendToRightEdge ( android arg0, android arg1 ) : bool
extendUp ( android arg0, android arg1 ) : bool
getSelectionEnd ( java arg0 ) : int
getSelectionEnd ( string arg0 ) : int
getSelectionStart ( java arg0 ) : int
getSelectionStart ( string arg0 ) : int
moveDown ( android arg0, android arg1 ) : bool
moveLeft ( android arg0, android arg1 ) : bool
moveRight ( android arg0, android arg1 ) : bool
moveToLeftEdge ( android arg0, android arg1 ) : bool
moveToRightEdge ( android arg0, android arg1 ) : bool
moveUp ( android arg0, android arg1 ) : bool
removeSelection ( android arg0 ) : void
selectAll ( android arg0 ) : void
setSelection ( android arg0, int arg1 ) : void
setSelection ( android arg0, int arg1, int arg2 ) : void

Защищенные методы

Метод Описание
Selection ( global @__env )

Приватные методы

Метод Описание
Selection ( )

Описание методов

Selection() защищенный Метод

protected Selection ( global @__env )
@__env global

extendDown() публичный статический Метод

public static extendDown ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

extendLeft() публичный статический Метод

public static extendLeft ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

extendRight() публичный статический Метод

public static extendRight ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

extendSelection() публичный статический Метод

public static extendSelection ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Результат void

extendToLeftEdge() публичный статический Метод

public static extendToLeftEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

extendToRightEdge() публичный статический Метод

public static extendToRightEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

extendUp() публичный статический Метод

public static extendUp ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

getSelectionEnd() публичный статический Метод

public static getSelectionEnd ( java arg0 ) : int
arg0 java
Результат int

getSelectionEnd() публичный статический Метод

public static getSelectionEnd ( string arg0 ) : int
arg0 string
Результат int

getSelectionStart() публичный статический Метод

public static getSelectionStart ( java arg0 ) : int
arg0 java
Результат int

getSelectionStart() публичный статический Метод

public static getSelectionStart ( string arg0 ) : int
arg0 string
Результат int

moveDown() публичный статический Метод

public static moveDown ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

moveLeft() публичный статический Метод

public static moveLeft ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

moveRight() публичный статический Метод

public static moveRight ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

moveToLeftEdge() публичный статический Метод

public static moveToLeftEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

moveToRightEdge() публичный статический Метод

public static moveToRightEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

moveUp() публичный статический Метод

public static moveUp ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
Результат bool

removeSelection() публичный статический Метод

public static removeSelection ( android arg0 ) : void
arg0 android
Результат void

selectAll() публичный статический Метод

public static selectAll ( android arg0 ) : void
arg0 android
Результат void

setSelection() публичный статический Метод

public static setSelection ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Результат void

setSelection() публичный статический Метод

public static setSelection ( android arg0, int arg1, int arg2 ) : void
arg0 android
arg1 int
arg2 int
Результат void