Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 14 additions & 1 deletion docs/api/Java.Awt.AWTEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 id="Java_Awt_AWTEvent" data-uid="Java.Awt.AWTEvent" class="text-break">
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AWTEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable</code></pre>
<pre><code class="lang-csharp hljs">public class AWTEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable&lt;IJVMBridgeBase&gt;, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable</code></pre>
</div>


Expand All @@ -126,6 +126,7 @@ <h1 id="Java_Awt_AWTEvent" data-uid="Java.Awt.AWTEvent" class="text-break">
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.idynamicmetaobjectprovider">IDynamicMetaObjectProvider</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeCore.html">IJVMBridgeCore</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBaseStatic.html">IJVMBridgeBaseStatic</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a></div>
Expand Down Expand Up @@ -297,6 +298,12 @@ <h1 id="Java_Awt_AWTEvent" data-uid="Java.Awt.AWTEvent" class="text-break">
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Serializable&gt;.NewWithSignature(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Serializable&gt;.NewAndWrapsDirect&lt;TNewClass&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Serializable&gt;.NewWithSignatureAndWrapsDirect&lt;TNewClass&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_Execute__1___0___">JVMBridgeBase&lt;Serializable&gt;.Execute&lt;T&gt;(params T[])</a>
</div>
Expand All @@ -306,6 +313,9 @@ <h1 id="Java_Awt_AWTEvent" data-uid="Java.Awt.AWTEvent" class="text-break">
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_BridgeClazz">JVMBridgeBase&lt;Serializable&gt;.BridgeClazz</a>
</div>
<div>
<span class="xref">JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">JVMBridgeBase.ClazzOf&lt;TClass&gt;(bool)</a>
</div>
Expand Down Expand Up @@ -372,6 +382,9 @@ <h1 id="Java_Awt_AWTEvent" data-uid="Java.Awt.AWTEvent" class="text-break">
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_ToString">JVMBridgeBase.ToString()</a>
</div>
<div>
<span class="xref">JVMBridgeBase.Equals(IJVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase.Equals(object)</a>
</div>
Expand Down
15 changes: 14 additions & 1 deletion docs/api/Java.Awt.AWTEventMulticaster.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 id="Java_Awt_AWTEventMulticaster" data-uid="Java.Awt.AWTEventMulticaster" cl
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AWTEventMulticaster : JVMBridgeBase&lt;AWTEventMulticaster&gt;, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition</code></pre>
<pre><code class="lang-csharp hljs">public class AWTEventMulticaster : JVMBridgeBase&lt;AWTEventMulticaster&gt;, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable&lt;IJVMBridgeBase&gt;, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition</code></pre>
</div>


Expand All @@ -124,6 +124,7 @@ <h1 id="Java_Awt_AWTEventMulticaster" data-uid="Java.Awt.AWTEventMulticaster" cl
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.idynamicmetaobjectprovider">IDynamicMetaObjectProvider</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeCore.html">IJVMBridgeCore</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBaseStatic.html">IJVMBridgeBaseStatic</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a></div>
Expand Down Expand Up @@ -276,6 +277,12 @@ <h1 id="Java_Awt_AWTEventMulticaster" data-uid="Java.Awt.AWTEventMulticaster" cl
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;AWTEventMulticaster&gt;.NewWithSignature(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;AWTEventMulticaster&gt;.NewAndWrapsDirect&lt;TNewClass&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;AWTEventMulticaster&gt;.NewWithSignatureAndWrapsDirect&lt;TNewClass&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_Execute__1___0___">JVMBridgeBase&lt;AWTEventMulticaster&gt;.Execute&lt;T&gt;(params T[])</a>
</div>
Expand All @@ -285,6 +292,9 @@ <h1 id="Java_Awt_AWTEventMulticaster" data-uid="Java.Awt.AWTEventMulticaster" cl
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_BridgeClazz">JVMBridgeBase&lt;AWTEventMulticaster&gt;.BridgeClazz</a>
</div>
<div>
<span class="xref">JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">JVMBridgeBase.ClazzOf&lt;TClass&gt;(bool)</a>
</div>
Expand Down Expand Up @@ -351,6 +361,9 @@ <h1 id="Java_Awt_AWTEventMulticaster" data-uid="Java.Awt.AWTEventMulticaster" cl
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_ToString">JVMBridgeBase.ToString()</a>
</div>
<div>
<span class="xref">JVMBridgeBase.Equals(IJVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase.Equals(object)</a>
</div>
Expand Down
15 changes: 14 additions & 1 deletion docs/api/Java.Awt.AWTKeyStroke.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 id="Java_Awt_AWTKeyStroke" data-uid="Java.Awt.AWTKeyStroke" class="text-brea
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AWTKeyStroke : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable</code></pre>
<pre><code class="lang-csharp hljs">public class AWTKeyStroke : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable&lt;IJVMBridgeBase&gt;, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable</code></pre>
</div>


Expand All @@ -125,6 +125,7 @@ <h1 id="Java_Awt_AWTKeyStroke" data-uid="Java.Awt.AWTKeyStroke" class="text-brea
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.idynamicmetaobjectprovider">IDynamicMetaObjectProvider</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeCore.html">IJVMBridgeCore</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBaseStatic.html">IJVMBridgeBaseStatic</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a></div>
Expand Down Expand Up @@ -284,6 +285,12 @@ <h1 id="Java_Awt_AWTKeyStroke" data-uid="Java.Awt.AWTKeyStroke" class="text-brea
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Serializable&gt;.NewWithSignature(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Serializable&gt;.NewAndWrapsDirect&lt;TNewClass&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Serializable&gt;.NewWithSignatureAndWrapsDirect&lt;TNewClass&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_Execute__1___0___">JVMBridgeBase&lt;Serializable&gt;.Execute&lt;T&gt;(params T[])</a>
</div>
Expand All @@ -293,6 +300,9 @@ <h1 id="Java_Awt_AWTKeyStroke" data-uid="Java.Awt.AWTKeyStroke" class="text-brea
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_BridgeClazz">JVMBridgeBase&lt;Serializable&gt;.BridgeClazz</a>
</div>
<div>
<span class="xref">JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">JVMBridgeBase.ClazzOf&lt;TClass&gt;(bool)</a>
</div>
Expand Down Expand Up @@ -359,6 +369,9 @@ <h1 id="Java_Awt_AWTKeyStroke" data-uid="Java.Awt.AWTKeyStroke" class="text-brea
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_ToString">JVMBridgeBase.ToString()</a>
</div>
<div>
<span class="xref">JVMBridgeBase.Equals(IJVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase.Equals(object)</a>
</div>
Expand Down
15 changes: 14 additions & 1 deletion docs/api/Java.Awt.AWTPermission.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 id="Java_Awt_AWTPermission" data-uid="Java.Awt.AWTPermission" class="text-br
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AWTPermission : BasicPermission, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition</code></pre>
<pre><code class="lang-csharp hljs">public class AWTPermission : BasicPermission, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable&lt;IJVMBridgeBase&gt;, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition</code></pre>
</div>


Expand All @@ -126,6 +126,7 @@ <h1 id="Java_Awt_AWTPermission" data-uid="Java.Awt.AWTPermission" class="text-br
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.idynamicmetaobjectprovider">IDynamicMetaObjectProvider</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeCore.html">IJVMBridgeCore</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBaseStatic.html">IJVMBridgeBaseStatic</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a></div>
Expand Down Expand Up @@ -293,6 +294,12 @@ <h1 id="Java_Awt_AWTPermission" data-uid="Java.Awt.AWTPermission" class="text-br
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Permission&gt;.NewWithSignature(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Permission&gt;.NewAndWrapsDirect&lt;TNewClass&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Permission&gt;.NewWithSignatureAndWrapsDirect&lt;TNewClass&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_Execute__1___0___">JVMBridgeBase&lt;Permission&gt;.Execute&lt;T&gt;(params T[])</a>
</div>
Expand All @@ -302,6 +309,9 @@ <h1 id="Java_Awt_AWTPermission" data-uid="Java.Awt.AWTPermission" class="text-br
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_BridgeClazz">JVMBridgeBase&lt;Permission&gt;.BridgeClazz</a>
</div>
<div>
<span class="xref">JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">JVMBridgeBase.ClazzOf&lt;TClass&gt;(bool)</a>
</div>
Expand Down Expand Up @@ -368,6 +378,9 @@ <h1 id="Java_Awt_AWTPermission" data-uid="Java.Awt.AWTPermission" class="text-br
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_ToString">JVMBridgeBase.ToString()</a>
</div>
<div>
<span class="xref">JVMBridgeBase.Equals(IJVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase.Equals(object)</a>
</div>
Expand Down
15 changes: 14 additions & 1 deletion docs/api/Java.Awt.ActiveEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 id="Java_Awt_ActiveEvent" data-uid="Java.Awt.ActiveEvent" class="text-break"
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ActiveEvent : JVMBridgeBase&lt;ActiveEvent&gt;, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IActiveEvent</code></pre>
<pre><code class="lang-csharp hljs">public class ActiveEvent : JVMBridgeBase&lt;ActiveEvent&gt;, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable&lt;IJVMBridgeBase&gt;, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IActiveEvent</code></pre>
</div>


Expand All @@ -124,6 +124,7 @@ <h1 id="Java_Awt_ActiveEvent" data-uid="Java.Awt.ActiveEvent" class="text-break"
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.idynamicmetaobjectprovider">IDynamicMetaObjectProvider</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeCore.html">IJVMBridgeCore</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBaseStatic.html">IJVMBridgeBaseStatic</a></div>
<div><a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.IJVMBridgeBase.html">IJVMBridgeBase</a></div>
Expand Down Expand Up @@ -277,6 +278,12 @@ <h1 id="Java_Awt_ActiveEvent" data-uid="Java.Awt.ActiveEvent" class="text-break"
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;ActiveEvent&gt;.NewWithSignature(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;ActiveEvent&gt;.NewAndWrapsDirect&lt;TNewClass&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;ActiveEvent&gt;.NewWithSignatureAndWrapsDirect&lt;TNewClass&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_Execute__1___0___">JVMBridgeBase&lt;ActiveEvent&gt;.Execute&lt;T&gt;(params T[])</a>
</div>
Expand All @@ -286,6 +293,9 @@ <h1 id="Java_Awt_ActiveEvent" data-uid="Java.Awt.ActiveEvent" class="text-break"
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase-1.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_1_BridgeClazz">JVMBridgeBase&lt;ActiveEvent&gt;.BridgeClazz</a>
</div>
<div>
<span class="xref">JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">JVMBridgeBase.ClazzOf&lt;TClass&gt;(bool)</a>
</div>
Expand Down Expand Up @@ -352,6 +362,9 @@ <h1 id="Java_Awt_ActiveEvent" data-uid="Java.Awt.ActiveEvent" class="text-break"
<div>
<a class="xref" href="https://jcobridge-api.masesgroup.com/api/MASES.JCOBridge.C2JBridge.JVMBridgeBase.html#MASES_JCOBridge_C2JBridge_JVMBridgeBase_ToString">JVMBridgeBase.ToString()</a>
</div>
<div>
<span class="xref">JVMBridgeBase.Equals(IJVMBridgeBase)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase.Equals(object)</a>
</div>
Expand Down
Loading