Class Selection
public class Selection : JVMBridgeBase<Selection>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Selection
- Implements
- Extension Methods
Constructors
Selection(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Selection(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SELECTION_END
public static object SELECTION_END { get; set; }
Property Value
SELECTION_START
public static object SELECTION_START { get; set; }
Property Value
Methods
ExtendDown(Spannable, Layout)
public static bool ExtendDown(Spannable arg0, Layout arg1)
Parameters
Returns
ExtendLeft(Spannable, Layout)
public static bool ExtendLeft(Spannable arg0, Layout arg1)
Parameters
Returns
ExtendRight(Spannable, Layout)
public static bool ExtendRight(Spannable arg0, Layout arg1)
Parameters
Returns
ExtendSelection(Spannable, int)
public static void ExtendSelection(Spannable arg0, int arg1)
Parameters
ExtendToLeftEdge(Spannable, Layout)
public static bool ExtendToLeftEdge(Spannable arg0, Layout arg1)
Parameters
Returns
ExtendToParagraphEnd(Spannable)
public static bool ExtendToParagraphEnd(Spannable arg0)
Parameters
Returns
ExtendToParagraphStart(Spannable)
public static bool ExtendToParagraphStart(Spannable arg0)
Parameters
Returns
ExtendToRightEdge(Spannable, Layout)
public static bool ExtendToRightEdge(Spannable arg0, Layout arg1)
Parameters
Returns
ExtendUp(Spannable, Layout)
public static bool ExtendUp(Spannable arg0, Layout arg1)
Parameters
Returns
GetSelectionEnd(CharSequence)
public static int GetSelectionEnd(CharSequence arg0)
Parameters
arg0CharSequence
Returns
GetSelectionStart(CharSequence)
public static int GetSelectionStart(CharSequence arg0)
Parameters
arg0CharSequence
Returns
MoveDown(Spannable, Layout)
public static bool MoveDown(Spannable arg0, Layout arg1)
Parameters
Returns
MoveLeft(Spannable, Layout)
public static bool MoveLeft(Spannable arg0, Layout arg1)
Parameters
Returns
MoveRight(Spannable, Layout)
public static bool MoveRight(Spannable arg0, Layout arg1)
Parameters
Returns
MoveToLeftEdge(Spannable, Layout)
public static bool MoveToLeftEdge(Spannable arg0, Layout arg1)
Parameters
Returns
MoveToParagraphEnd(Spannable, Layout)
public static bool MoveToParagraphEnd(Spannable arg0, Layout arg1)
Parameters
Returns
MoveToParagraphStart(Spannable, Layout)
public static bool MoveToParagraphStart(Spannable arg0, Layout arg1)
Parameters
Returns
MoveToRightEdge(Spannable, Layout)
public static bool MoveToRightEdge(Spannable arg0, Layout arg1)
Parameters
Returns
MoveUp(Spannable, Layout)
public static bool MoveUp(Spannable arg0, Layout arg1)
Parameters
Returns
RemoveSelection(Spannable)
public static void RemoveSelection(Spannable arg0)
Parameters
SelectAll(Spannable)
public static void SelectAll(Spannable arg0)
Parameters
SetSelection(Spannable, int)
public static void SetSelection(Spannable arg0, int arg1)
Parameters
SetSelection(Spannable, int, int)
public static void SetSelection(Spannable arg0, int arg1, int arg2)