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) 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)
-