Class UIRegistry


  • public class UIRegistry
    extends Object
    Registry which can be used to get references to global UI related instances such as the progress bar in the footer.
    • Constructor Detail

      • UIRegistry

        public UIRegistry()
    • Method Detail

      • getProgress

        public Progress getProgress()
      • register

        public void register​(Progress progress)