class SymbolSetTable : ActivityTableModelEditor<SymbolSet>
An editable table for selecting and editing SymbolSets.
See Also
SymbolSetTable()
An editable table for selecting and editing SymbolSets.  | 
var activeData: Collection<T>
All data of which the checkbox is currently checked.  | 
|
var data: Collection<T>
All data currently in the table.  | 
|
val panel: JPanel
The panel in which the table editor is present.  | 
fun createElement(): EditableSymbolSet
Creates a new placeholder SymbolSet instance.  | 
|
fun doValidate(excludeLookAlikeSymbols: Boolean): ValidationInfo?
Validates the symbol sets entered into this table.  | 
fun addChangeListener(listener: () -> Unit): Unit
Adds a listener that is called whenever this table is updated.  | 
|
fun createComponent(): JPanel
Creates a new   |