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. |
fun createElement(): EditableSymbolSet
Creates a new placeholder SymbolSet instance. |
open fun createComponent(): JPanel
Creates a new |