Skip to content

Commit

Permalink
Update generated classes after commit 40b95db (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Sep 26, 2024
1 parent 40b95db commit 0310900
Show file tree
Hide file tree
Showing 1,065 changed files with 5,799 additions and 5,799 deletions.
136 changes: 68 additions & 68 deletions src/net/JNet/Generated/Java/Awt/AWTEventMulticaster.cs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/net/JNet/Generated/Java/Awt/AWTKeyStroke.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(char arg0)
/// <returns><see cref="Java.Awt.AWTKeyStroke"/></returns>
public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1, bool arg2)
{
return SExecute<Java.Awt.AWTKeyStroke>(LocalBridgeClazz, "getAWTKeyStroke", arg0, arg1, arg2);
return SExecuteWithSignature<Java.Awt.AWTKeyStroke>(LocalBridgeClazz, "getAWTKeyStroke", "(IIZ)Ljava/awt/AWTKeyStroke;", arg0, arg1, arg2);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/AWTKeyStroke.html#getAWTKeyStroke(int,int)"/>
Expand All @@ -114,7 +114,7 @@ public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1, bool arg
/// <returns><see cref="Java.Awt.AWTKeyStroke"/></returns>
public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1)
{
return SExecute<Java.Awt.AWTKeyStroke>(LocalBridgeClazz, "getAWTKeyStroke", arg0, arg1);
return SExecuteWithSignature<Java.Awt.AWTKeyStroke>(LocalBridgeClazz, "getAWTKeyStroke", "(II)Ljava/awt/AWTKeyStroke;", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/AWTKeyStroke.html#getAWTKeyStroke(java.lang.Character,int)"/>
Expand All @@ -124,7 +124,7 @@ public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(int arg0, int arg1)
/// <returns><see cref="Java.Awt.AWTKeyStroke"/></returns>
public static Java.Awt.AWTKeyStroke GetAWTKeyStroke(Java.Lang.Character arg0, int arg1)
{
return SExecute<Java.Awt.AWTKeyStroke>(LocalBridgeClazz, "getAWTKeyStroke", arg0, arg1);
return SExecuteWithSignature<Java.Awt.AWTKeyStroke>(LocalBridgeClazz, "getAWTKeyStroke", "(Ljava/lang/Character;I)Ljava/awt/AWTKeyStroke;", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/AWTKeyStroke.html#getAWTKeyStroke(java.lang.String)"/>
Expand Down
4 changes: 2 additions & 2 deletions src/net/JNet/Generated/Java/Awt/AlphaComposite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public partial class AlphaComposite
/// <returns><see cref="Java.Awt.AlphaComposite"/></returns>
public static Java.Awt.AlphaComposite GetInstance(int arg0, float arg1)
{
return SExecute<Java.Awt.AlphaComposite>(LocalBridgeClazz, "getInstance", arg0, arg1);
return SExecuteWithSignature<Java.Awt.AlphaComposite>(LocalBridgeClazz, "getInstance", "(IF)Ljava/awt/AlphaComposite;", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/AlphaComposite.html#getInstance(int)"/>
Expand Down Expand Up @@ -294,7 +294,7 @@ public Java.Awt.AlphaComposite Derive(int arg0)
/// <returns><see cref="Java.Awt.CompositeContext"/></returns>
public Java.Awt.CompositeContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.ImageNs.ColorModel arg1, Java.Awt.RenderingHints arg2)
{
return IExecute<Java.Awt.CompositeContext>("createContext", arg0, arg1, arg2);
return IExecuteWithSignature<Java.Awt.CompositeContext>("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;Ljava/awt/RenderingHints;)Ljava/awt/CompositeContext;", arg0, arg1, arg2);
}

#endregion
Expand Down
4 changes: 2 additions & 2 deletions src/net/JNet/Generated/Java/Awt/BorderLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public float GetLayoutAlignmentY(Java.Awt.Container arg0)
/// <returns><see cref="Java.Awt.Component"/></returns>
public Java.Awt.Component GetLayoutComponent(Java.Awt.Container arg0, object arg1)
{
return IExecute<Java.Awt.Component>("getLayoutComponent", arg0, arg1);
return IExecuteWithSignature<Java.Awt.Component>("getLayoutComponent", "(Ljava/awt/Container;Ljava/lang/Object;)Ljava/awt/Component;", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/BorderLayout.html#getLayoutComponent(java.lang.Object)"/>
Expand Down Expand Up @@ -279,7 +279,7 @@ public object GetConstraints(Java.Awt.Component arg0)
/// <param name="arg1"><see cref="object"/></param>
public void AddLayoutComponent(Java.Awt.Component arg0, object arg1)
{
IExecute("addLayoutComponent", arg0, arg1);
IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/BorderLayout.html#invalidateLayout(java.awt.Container)"/>
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Awt/Canvas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public Java.Awt.ImageNs.BufferStrategy BufferStrategy
/// <exception cref="Java.Awt.AWTException"/>
public void CreateBufferStrategy(int arg0, Java.Awt.BufferCapabilities arg1)
{
IExecute("createBufferStrategy", arg0, arg1);
IExecuteWithSignature("createBufferStrategy", "(ILjava/awt/BufferCapabilities;)V", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Canvas.html#createBufferStrategy(int)"/>
Expand Down
4 changes: 2 additions & 2 deletions src/net/JNet/Generated/Java/Awt/CardLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public Java.Awt.Dimension PreferredLayoutSize(Java.Awt.Container arg0)
/// <param name="arg1"><see cref="object"/></param>
public void AddLayoutComponent(Java.Awt.Component arg0, object arg1)
{
IExecute("addLayoutComponent", arg0, arg1);
IExecuteWithSignature("addLayoutComponent", "(Ljava/awt/Component;Ljava/lang/Object;)V", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/CardLayout.html#first(java.awt.Container)"/>
Expand Down Expand Up @@ -238,7 +238,7 @@ public void RemoveLayoutComponent(Java.Awt.Component arg0)
/// <param name="arg1"><see cref="Java.Lang.String"/></param>
public void Show(Java.Awt.Container arg0, Java.Lang.String arg1)
{
IExecute("show", arg0, arg1);
IExecuteWithSignature("show", "(Ljava/awt/Container;Ljava/lang/String;)V", arg0, arg1);
}

#endregion
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Awt/Choice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void AddItem(Java.Lang.String arg0)
/// <param name="arg1"><see cref="int"/></param>
public void Insert(Java.Lang.String arg0, int arg1)
{
IExecute("insert", arg0, arg1);
IExecuteWithSignature("insert", "(Ljava/lang/String;I)V", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Choice.html#remove(int)"/>
Expand Down
16 changes: 8 additions & 8 deletions src/net/JNet/Generated/Java/Awt/Color.cs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public Color(Java.Awt.ColorNs.ColorSpace arg0, float[] arg1, float arg2)
/// <returns><see cref="float"/></returns>
public static float[] RGBtoHSB(int arg0, int arg1, int arg2, float[] arg3)
{
return SExecuteArray<float>(LocalBridgeClazz, "RGBtoHSB", arg0, arg1, arg2, arg3);
return SExecuteWithSignatureArray<float>(LocalBridgeClazz, "RGBtoHSB", "(III[F)[F", arg0, arg1, arg2, arg3);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Color.html#HSBtoRGB(float,float,float)"/>
Expand All @@ -340,7 +340,7 @@ public static float[] RGBtoHSB(int arg0, int arg1, int arg2, float[] arg3)
/// <returns><see cref="int"/></returns>
public static int HSBtoRGB(float arg0, float arg1, float arg2)
{
return SExecute<int>(LocalBridgeClazz, "HSBtoRGB", arg0, arg1, arg2);
return SExecuteWithSignature<int>(LocalBridgeClazz, "HSBtoRGB", "(FFF)I", arg0, arg1, arg2);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Color.html#decode(java.lang.String)"/>
Expand All @@ -360,7 +360,7 @@ public static Java.Awt.Color Decode(Java.Lang.String arg0)
/// <returns><see cref="Java.Awt.Color"/></returns>
public static Java.Awt.Color GetColor(Java.Lang.String arg0, int arg1)
{
return SExecute<Java.Awt.Color>(LocalBridgeClazz, "getColor", arg0, arg1);
return SExecuteWithSignature<Java.Awt.Color>(LocalBridgeClazz, "getColor", "(Ljava/lang/String;I)Ljava/awt/Color;", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Color.html#getColor(java.lang.String,java.awt.Color)"/>
Expand All @@ -370,7 +370,7 @@ public static Java.Awt.Color GetColor(Java.Lang.String arg0, int arg1)
/// <returns><see cref="Java.Awt.Color"/></returns>
public static Java.Awt.Color GetColor(Java.Lang.String arg0, Java.Awt.Color arg1)
{
return SExecute<Java.Awt.Color>(LocalBridgeClazz, "getColor", arg0, arg1);
return SExecuteWithSignature<Java.Awt.Color>(LocalBridgeClazz, "getColor", "(Ljava/lang/String;Ljava/awt/Color;)Ljava/awt/Color;", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Color.html#getColor(java.lang.String)"/>
Expand All @@ -390,7 +390,7 @@ public static Java.Awt.Color GetColor(Java.Lang.String arg0)
/// <returns><see cref="Java.Awt.Color"/></returns>
public static Java.Awt.Color GetHSBColor(float arg0, float arg1, float arg2)
{
return SExecute<Java.Awt.Color>(LocalBridgeClazz, "getHSBColor", arg0, arg1, arg2);
return SExecuteWithSignature<Java.Awt.Color>(LocalBridgeClazz, "getHSBColor", "(FFF)Ljava/awt/Color;", arg0, arg1, arg2);
}

#endregion
Expand Down Expand Up @@ -462,7 +462,7 @@ public float[] GetColorComponents(float[] arg0)
/// <returns><see cref="float"/></returns>
public float[] GetColorComponents(Java.Awt.ColorNs.ColorSpace arg0, float[] arg1)
{
return IExecuteArray<float>("getColorComponents", arg0, arg1);
return IExecuteWithSignatureArray<float>("getColorComponents", "(Ljava/awt/color/ColorSpace;[F)[F", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Color.html#getComponents(float[])"/>
Expand All @@ -481,7 +481,7 @@ public float[] GetComponents(float[] arg0)
/// <returns><see cref="float"/></returns>
public float[] GetComponents(Java.Awt.ColorNs.ColorSpace arg0, float[] arg1)
{
return IExecuteArray<float>("getComponents", arg0, arg1);
return IExecuteWithSignatureArray<float>("getComponents", "(Ljava/awt/color/ColorSpace;[F)[F", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Color.html#getRGBColorComponents(float[])"/>
Expand Down Expand Up @@ -528,7 +528,7 @@ public Java.Awt.Color Darker()
/// <returns><see cref="Java.Awt.PaintContext"/></returns>
public Java.Awt.PaintContext CreateContext(Java.Awt.ImageNs.ColorModel arg0, Java.Awt.Rectangle arg1, Java.Awt.Geom.Rectangle2D arg2, Java.Awt.Geom.AffineTransform arg3, Java.Awt.RenderingHints arg4)
{
return IExecute<Java.Awt.PaintContext>("createContext", arg0, arg1, arg2, arg3, arg4);
return IExecuteWithSignature<Java.Awt.PaintContext>("createContext", "(Ljava/awt/image/ColorModel;Ljava/awt/Rectangle;Ljava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/RenderingHints;)Ljava/awt/PaintContext;", arg0, arg1, arg2, arg3, arg4);
}

#endregion
Expand Down
2 changes: 1 addition & 1 deletion src/net/JNet/Generated/Java/Awt/ColorNs/ICC_Profile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ public byte[] GetData(int arg0)
/// <param name="arg1"><see cref="byte"/></param>
public void SetData(int arg0, byte[] arg1)
{
IExecute("setData", arg0, arg1);
IExecuteWithSignature("setData", "(I[B)V", arg0, arg1);
}
/// <summary>
/// <see href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/color/ICC_Profile.html#write(java.io.OutputStream)"/>
Expand Down
Loading

0 comments on commit 0310900

Please sign in to comment.