Class FocusEvent.Cause
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/event/FocusEvent.Cause.html
public class FocusEvent.Cause : Enum<FocusEvent.Cause>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
FocusEvent.Cause
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<FocusEvent.Cause>>.SExecuteWithSignatureArray<T>(string, string, params object[])
- Extension Methods
Constructors
Cause()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Cause()
Cause(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 Cause(params object[] args)
Parameters
args
object[]
Properties
ACTIVATION
public static FocusEvent.Cause ACTIVATION { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLEAR_GLOBAL_FOCUS_OWNER
public static FocusEvent.Cause CLEAR_GLOBAL_FOCUS_OWNER { 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
MOUSE_EVENT
public static FocusEvent.Cause MOUSE_EVENT { get; }
Property Value
ROLLBACK
public static FocusEvent.Cause ROLLBACK { get; }
Property Value
TRAVERSAL
public static FocusEvent.Cause TRAVERSAL { get; }
Property Value
TRAVERSAL_BACKWARD
public static FocusEvent.Cause TRAVERSAL_BACKWARD { get; }
Property Value
TRAVERSAL_DOWN
public static FocusEvent.Cause TRAVERSAL_DOWN { get; }
Property Value
TRAVERSAL_FORWARD
public static FocusEvent.Cause TRAVERSAL_FORWARD { get; }
Property Value
TRAVERSAL_UP
public static FocusEvent.Cause TRAVERSAL_UP { get; }
Property Value
UNEXPECTED
public static FocusEvent.Cause UNEXPECTED { get; }
Property Value
UNKNOWN
public static FocusEvent.Cause UNKNOWN { get; }
Property Value
Methods
ValueOf(String)
public static FocusEvent.Cause ValueOf(String arg0)
Parameters
Returns
Values()
public static FocusEvent.Cause[] Values()