[]Struct jni_android_sys::android::text::Selection

#[repr(transparent)]
pub struct Selection(_);

public class Selection

Required feature: "android-text-Selection"

Methods

impl Selection

pub fn getSelectionStart<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharSequence>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getSelectionStart

Required features: "java-lang-CharSequence"

pub fn getSelectionEnd<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharSequence>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getSelectionEnd

Required features: "java-lang-CharSequence"

pub fn setSelection_Spannable_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

setSelection

Required features: "android-text-Spannable"

pub fn setSelection_Spannable_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

setSelection

Required features: "android-text-Spannable"

pub fn selectAll<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>
) -> Result<(), Local<'env, Throwable>>
[src]

selectAll

Required features: "android-text-Spannable"

pub fn extendSelection<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

extendSelection

Required features: "android-text-Spannable"

pub fn removeSelection<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>
) -> Result<(), Local<'env, Throwable>>
[src]

removeSelection

Required features: "android-text-Spannable"

pub fn moveUp<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

moveUp

Required features: "android-text-Layout", "android-text-Spannable"

pub fn moveDown<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

moveDown

Required features: "android-text-Layout", "android-text-Spannable"

pub fn moveLeft<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

moveLeft

Required features: "android-text-Layout", "android-text-Spannable"

pub fn moveRight<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

moveRight

Required features: "android-text-Layout", "android-text-Spannable"

pub fn extendUp<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

extendUp

Required features: "android-text-Layout", "android-text-Spannable"

pub fn extendDown<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

extendDown

Required features: "android-text-Layout", "android-text-Spannable"

pub fn extendLeft<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

extendLeft

Required features: "android-text-Layout", "android-text-Spannable"

pub fn extendRight<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

extendRight

Required features: "android-text-Layout", "android-text-Spannable"

pub fn extendToLeftEdge<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

extendToLeftEdge

Required features: "android-text-Layout", "android-text-Spannable"

pub fn extendToRightEdge<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

extendToRightEdge

Required features: "android-text-Layout", "android-text-Spannable"

pub fn moveToLeftEdge<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

moveToLeftEdge

Required features: "android-text-Layout", "android-text-Spannable"

pub fn moveToRightEdge<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Spannable>>,
    arg1: impl Into<Option<&'env Layout>>
) -> Result<bool, Local<'env, Throwable>>
[src]

moveToRightEdge

Required features: "android-text-Layout", "android-text-Spannable"

pub fn SELECTION_END<'env>(env: &'env Env) -> Option<Local<'env, Object>>[src]

get public static final SELECTION_END

Required feature: "java-lang-Object"

pub fn SELECTION_START<'env>(env: &'env Env) -> Option<Local<'env, Object>>[src]

get public static final SELECTION_START

Required feature: "java-lang-Object"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for Selection

impl AsValidJObjectAndEnv for Selection

impl Deref for Selection

type Target = Object

The resulting type after dereferencing.

impl JniType for Selection

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.