Class SpinnerPanel


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

      Constructors 
      Constructor Description
      SpinnerPanel​(javax.swing.JComponent backgroundComponent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate()  
      void deactivate()  
      void execute​(java.lang.Runnable runnable)  
      javax.swing.JComponent getComponent()  
      void setActive​(boolean showSpinner)  
      • Methods inherited from class java.lang.Object

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

      • SpinnerPanel

        public SpinnerPanel​(javax.swing.JComponent backgroundComponent)
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • getComponent

        public javax.swing.JComponent getComponent()
      • setActive

        public void setActive​(boolean showSpinner)
      • execute

        public void execute​(java.lang.Runnable runnable)