Class EventQueue
public class EventQueue : JVMBridgeBase<EventQueue>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
EventQueue
- Implements
- Inherited Members
-
JVMBridgeBase<EventQueue>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<EventQueue>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])
- Extension Methods
Constructors
EventQueue()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public EventQueue()
EventQueue(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 EventQueue(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CurrentEvent
public static AWTEvent CurrentEvent { 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
MostRecentEventTime
public static long MostRecentEventTime { get; }
Property Value
NextEvent
public AWTEvent NextEvent { get; }
Property Value
Methods
CreateSecondaryLoop()
public SecondaryLoop CreateSecondaryLoop()
Returns
InvokeAndWait(Runnable)
public static void InvokeAndWait(Runnable arg0)
Parameters
Exceptions
InvokeLater(Runnable)
public static void InvokeLater(Runnable arg0)
Parameters
IsDispatchThread()
public static bool IsDispatchThread()
Returns
PeekEvent()
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/EventQueue.html#peekEvent()
public AWTEvent PeekEvent()
Returns
PeekEvent(int)
public AWTEvent PeekEvent(int arg0)
Parameters
Returns
PostEvent(AWTEvent)
public void PostEvent(AWTEvent arg0)
Parameters
Push(EventQueue)
public void Push(EventQueue arg0)
Parameters
arg0
EventQueue