Table of Contents

Class Selection

Namespace
Android.Text
Assembly
MASES.Netdroid.dll
public class Selection : JVMBridgeBase<Selection>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Selection>
Selection
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Selection>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Selection>.IsAssignableFrom<T>()
JVMBridgeBase<Selection>.Execute<T>(params T[])
JVMBridgeBase<Selection>.DynBridgeClazz
JVMBridgeBase<Selection>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Selection()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Selection()

Selection(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Selection(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SELECTION_END

public static object SELECTION_END { get; }

Property Value

object

SELECTION_START

public static object SELECTION_START { get; }

Property Value

object

Methods

ExtendDown(Spannable, Layout)

public static bool ExtendDown(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

ExtendLeft(Spannable, Layout)

public static bool ExtendLeft(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

ExtendRight(Spannable, Layout)

public static bool ExtendRight(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

ExtendSelection(Spannable, int)

public static void ExtendSelection(Spannable arg0, int arg1)

Parameters

arg0 Spannable

Spannable

arg1 int

int

ExtendToLeftEdge(Spannable, Layout)

public static bool ExtendToLeftEdge(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

ExtendToParagraphEnd(Spannable)

public static bool ExtendToParagraphEnd(Spannable arg0)

Parameters

arg0 Spannable

Spannable

Returns

bool

bool

ExtendToParagraphStart(Spannable)

public static bool ExtendToParagraphStart(Spannable arg0)

Parameters

arg0 Spannable

Spannable

Returns

bool

bool

ExtendToRightEdge(Spannable, Layout)

public static bool ExtendToRightEdge(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

ExtendUp(Spannable, Layout)

public static bool ExtendUp(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

GetSelectionEnd(CharSequence)

public static int GetSelectionEnd(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

int

int

GetSelectionStart(CharSequence)

public static int GetSelectionStart(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

int

int

MoveDown(Spannable, Layout)

public static bool MoveDown(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveLeft(Spannable, Layout)

public static bool MoveLeft(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveRight(Spannable, Layout)

public static bool MoveRight(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveToLeftEdge(Spannable, Layout)

public static bool MoveToLeftEdge(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveToParagraphEnd(Spannable, Layout)

public static bool MoveToParagraphEnd(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveToParagraphStart(Spannable, Layout)

public static bool MoveToParagraphStart(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveToRightEdge(Spannable, Layout)

public static bool MoveToRightEdge(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

MoveUp(Spannable, Layout)

public static bool MoveUp(Spannable arg0, Layout arg1)

Parameters

arg0 Spannable

Spannable

arg1 Layout

Layout

Returns

bool

bool

RemoveSelection(Spannable)

public static void RemoveSelection(Spannable arg0)

Parameters

arg0 Spannable

Spannable

SelectAll(Spannable)

public static void SelectAll(Spannable arg0)

Parameters

arg0 Spannable

Spannable

SetSelection(Spannable, int)

public static void SetSelection(Spannable arg0, int arg1)

Parameters

arg0 Spannable

Spannable

arg1 int

int

SetSelection(Spannable, int, int)

public static void SetSelection(Spannable arg0, int arg1, int arg2)

Parameters

arg0 Spannable

Spannable

arg1 int

int

arg2 int

int