Class SwingUtils


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

      Constructors 
      Constructor Description
      SwingUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isComponentInReadyState​(java.lang.Object mainTimelineObject)  
      static boolean isUiComponent​(java.lang.Object mainTimelineObject)  
      static void runOnEventDispatchThread​(java.lang.Runnable runnable)  
      • Methods inherited from class java.lang.Object

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

      • SwingUtils

        public SwingUtils()
    • Method Detail

      • isUiComponent

        public static boolean isUiComponent​(java.lang.Object mainTimelineObject)
      • isComponentInReadyState

        public static boolean isComponentInReadyState​(java.lang.Object mainTimelineObject)
      • runOnEventDispatchThread

        public static void runOnEventDispatchThread​(java.lang.Runnable runnable)