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 emptySubText: String
the instruction to display when the table is empty |
fun createElement(): EditableSymbolSet
Creates a new placeholder SymbolSet instance. |
fun addChangeListener(listener: () -> Unit): Unit
Adds a listener that is called whenever this table is updated. |
|
open fun createComponent(): JPanel
Creates a new |