Package mindustry.ui

Class Elems

java.lang.Object
mindustry.ui.Elems

public class Elems extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static arc.scene.ui.Button
    check(String text, boolean checked, arc.func.Boolc listener)
    Fancy check box with a background.
    static arc.scene.ui.Button
    check(String text, boolean currentChecked, arc.func.Boolp checked, arc.func.Boolc listener)
    Fancy check box with a background.
    static arc.scene.ui.Button
    check(String text, arc.func.Boolp checked, arc.func.Boolc listener)
    Fancy check box with a background.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Elems

      public Elems()
  • Method Details

    • check

      public static arc.scene.ui.Button check(String text, arc.func.Boolp checked, arc.func.Boolc listener)
      Fancy check box with a background. Not a real check box.
    • check

      public static arc.scene.ui.Button check(String text, boolean checked, arc.func.Boolc listener)
      Fancy check box with a background. Not a real check box.
    • check

      public static arc.scene.ui.Button check(String text, boolean currentChecked, @Nullable arc.func.Boolp checked, arc.func.Boolc listener)
      Fancy check box with a background. Not a real check box.