Class Cursor
public class Cursor : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
Cursor
- Implements
- Inherited Members
- Extension Methods
Constructors
Cursor()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Cursor()
Cursor(int)
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Cursor.html#%3Cinit%3E(int)
public Cursor(int arg0)
Parameters
Cursor(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 Cursor(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CROSSHAIR_CURSOR
public static int CROSSHAIR_CURSOR { get; }
Property Value
CUSTOM_CURSOR
public static int CUSTOM_CURSOR { get; }
Property Value
DEFAULT_CURSOR
public static int DEFAULT_CURSOR { get; }
Property Value
DefaultCursor
public static Cursor DefaultCursor { get; }
Property Value
E_RESIZE_CURSOR
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Cursor.html#E_RESIZE_CURSOR
public static int E_RESIZE_CURSOR { get; }
Property Value
HAND_CURSOR
public static int HAND_CURSOR { 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 Closeable
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; }
Property Value
NE_RESIZE_CURSOR
public static int NE_RESIZE_CURSOR { get; }
Property Value
NW_RESIZE_CURSOR
public static int NW_RESIZE_CURSOR { get; }
Property Value
N_RESIZE_CURSOR
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Cursor.html#N_RESIZE_CURSOR
public static int N_RESIZE_CURSOR { get; }
Property Value
Name
public String Name { get; }
Property Value
SE_RESIZE_CURSOR
public static int SE_RESIZE_CURSOR { get; }
Property Value
SW_RESIZE_CURSOR
public static int SW_RESIZE_CURSOR { get; }
Property Value
S_RESIZE_CURSOR
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Cursor.html#S_RESIZE_CURSOR
public static int S_RESIZE_CURSOR { get; }
Property Value
TEXT_CURSOR
public static int TEXT_CURSOR { get; }
Property Value
Type
public int Type { get; }
Property Value
WAIT_CURSOR
public static int WAIT_CURSOR { get; }
Property Value
W_RESIZE_CURSOR
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Cursor.html#W_RESIZE_CURSOR
public static int W_RESIZE_CURSOR { get; }
Property Value
Methods
GetPredefinedCursor(int)
public static Cursor GetPredefinedCursor(int arg0)
Parameters
Returns
GetSystemCustomCursor(String)
public static Cursor GetSystemCustomCursor(String arg0)