All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Dialog | +----BrainWave.PatternSetEditorDialog
protected ScrollPane scrollPane
protected Button okButton
protected Button cancelButton
protected Button addButton
protected Button deleteButton
protected Button writeButton
protected Button readButton
protected Frame parentFrame
protected JTable editor
protected PatternSet patternSet
protected Vector patterns
protected PatternSetEditorDialog. EditorTableModel editorTableModel
protected FileDialog fileDialog
protected int numberOfValues
protected PatternSetParser patternSetParser
public PatternSetEditorDialog(Frame frame, PatternSet patternSet)
public void setPatternSet(PatternSet ps)
public void actionPerformed(ActionEvent event)
public void setVisible(boolean visible)
protected Vector clonePatterns(PatternSet patternSet)
protected void addPattern()
All Packages Class Hierarchy This Package Previous Next Index