Class AudioEditorUI.StartupRunnable

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AudioEditorUI

    public static class AudioEditorUI.StartupRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      StartupRunnable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void setAudioURL​(java.lang.String audioURL)  
      void setS0​(java.lang.String s0)  
      void setS1​(java.lang.String s1)  
      void setXZoom​(java.lang.String xZoom)  
      • Methods inherited from class java.lang.Object

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

      • StartupRunnable

        public StartupRunnable()
    • Method Detail

      • setAudioURL

        public void setAudioURL​(java.lang.String audioURL)
      • setS0

        public void setS0​(java.lang.String s0)
      • setS1

        public void setS1​(java.lang.String s1)
      • setXZoom

        public void setXZoom​(java.lang.String xZoom)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable