Package cbsw
Class Sequence
- java.lang.Object
-
- cbsw.Sequence
-
public class Sequence extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classSequence.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) booleanrecording(package private) javax.swing.JButtonrecordingButton(package private) booleansuspend(package private) static javax.swing.JTextAreatextArea
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgo()voidlaunch()javax.swing.JPanelmakePanel()voidsetTextArea(javax.swing.JTextArea textArea)
-