C# Class android.text.Selection

ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method Description
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

Protected Methods

Method Description
Selection ( global @__env )

Private Methods

Method Description
Selection ( )

Method Details

Selection() protected method

protected Selection ( global @__env )
@__env global

extendDown() public static method

public static extendDown ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

extendLeft() public static method

public static extendLeft ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

extendRight() public static method

public static extendRight ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

extendSelection() public static method

public static extendSelection ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

extendToLeftEdge() public static method

public static extendToLeftEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

extendToRightEdge() public static method

public static extendToRightEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

extendUp() public static method

public static extendUp ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

getSelectionEnd() public static method

public static getSelectionEnd ( java arg0 ) : int
arg0 java
return int

getSelectionEnd() public static method

public static getSelectionEnd ( string arg0 ) : int
arg0 string
return int

getSelectionStart() public static method

public static getSelectionStart ( java arg0 ) : int
arg0 java
return int

getSelectionStart() public static method

public static getSelectionStart ( string arg0 ) : int
arg0 string
return int

moveDown() public static method

public static moveDown ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

moveLeft() public static method

public static moveLeft ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

moveRight() public static method

public static moveRight ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

moveToLeftEdge() public static method

public static moveToLeftEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

moveToRightEdge() public static method

public static moveToRightEdge ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

moveUp() public static method

public static moveUp ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

removeSelection() public static method

public static removeSelection ( android arg0 ) : void
arg0 android
return void

selectAll() public static method

public static selectAll ( android arg0 ) : void
arg0 android
return void

setSelection() public static method

public static setSelection ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setSelection() public static method

public static setSelection ( android arg0, int arg1, int arg2 ) : void
arg0 android
arg1 int
arg2 int
return void