Class Cursor
public class Cursor : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
Cursor
- Implements
- Extension Methods
Constructors
Cursor(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 Cursor(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Cursor(int)
public Cursor(int arg0)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CROSSHAIR_CURSOR
public static int CROSSHAIR_CURSOR { get; set; }
Property Value
CUSTOM_CURSOR
public static int CUSTOM_CURSOR { get; set; }
Property Value
DEFAULT_CURSOR
public static int DEFAULT_CURSOR { get; set; }
Property Value
DefaultCursor
public static Cursor DefaultCursor { get; }
Property Value
E_RESIZE_CURSOR
public static int E_RESIZE_CURSOR { get; set; }
Property Value
HAND_CURSOR
public static int HAND_CURSOR { get; set; }
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
MOVE_CURSOR
public static int MOVE_CURSOR { get; set; }
Property Value
NE_RESIZE_CURSOR
public static int NE_RESIZE_CURSOR { get; set; }
Property Value
NW_RESIZE_CURSOR
public static int NW_RESIZE_CURSOR { get; set; }
Property Value
N_RESIZE_CURSOR
public static int N_RESIZE_CURSOR { get; set; }
Property Value
Name
public String Name { get; }
Property Value
SE_RESIZE_CURSOR
public static int SE_RESIZE_CURSOR { get; set; }
Property Value
SW_RESIZE_CURSOR
public static int SW_RESIZE_CURSOR { get; set; }
Property Value
S_RESIZE_CURSOR
public static int S_RESIZE_CURSOR { get; set; }
Property Value
TEXT_CURSOR
public static int TEXT_CURSOR { get; set; }
Property Value
Type
public int Type { get; }
Property Value
WAIT_CURSOR
public static int WAIT_CURSOR { get; set; }
Property Value
W_RESIZE_CURSOR
public static int W_RESIZE_CURSOR { get; set; }
Property Value
Methods
CreatePoolableInstance(int)
HPA initializer for Cursor(int arg0)
public static Cursor CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
GetPredefinedCursor(int)
public static Cursor GetPredefinedCursor(int arg0)
Parameters
Returns
GetSystemCustomCursor(String)
public static Cursor GetSystemCustomCursor(String arg0)