Class UIHelper


  • public class UIHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UIHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void executeInUI​(java.lang.Runnable runnable)  
      static <T> T executeInUI​(java.util.function.Supplier<T> supplier)  
      static boolean isDarkMode()  
      • Methods inherited from class java.lang.Object

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

      • UIHelper

        public UIHelper()
    • Method Detail

      • executeInUI

        public static void executeInUI​(java.lang.Runnable runnable)
      • executeInUI

        public static <T> T executeInUI​(java.util.function.Supplier<T> supplier)
      • isDarkMode

        public static boolean isDarkMode()