Package cbsw

Class Sequence


  • public class Sequence
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) class  Sequence.TaskWorker  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.ArrayList<Command> commandList  
      (package private) java.util.Iterator<Command> it  
      (package private) boolean recording  
      (package private) javax.swing.JButton recordingButton  
      (package private) boolean suspend  
      (package private) static javax.swing.JTextArea textArea  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sequence()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void go()  
      void launch()  
      javax.swing.JPanel makePanel()  
      void setTextArea​(javax.swing.JTextArea textArea)  
      • Methods inherited from class java.lang.Object

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

      • commandList

        java.util.ArrayList<Command> commandList
      • it

        java.util.Iterator<Command> it
      • suspend

        boolean suspend
      • textArea

        static javax.swing.JTextArea textArea
      • recordingButton

        javax.swing.JButton recordingButton
      • recording

        boolean recording
    • Constructor Detail

      • Sequence

        public Sequence()
    • Method Detail

      • makePanel

        public javax.swing.JPanel makePanel()
      • setTextArea

        public void setTextArea​(javax.swing.JTextArea textArea)
      • go

        public void go()
      • launch

        public void launch()