class DictionaryTable : ActivityTableModelEditor<DictionaryReference>
An editable table for selecting and editing Dictionaries.
See Also
DictionaryTable()
An editable table for selecting and editing Dictionaries. |
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(): EditableDictionary
Creates a new placeholder Dictionary instance. |
|
fun doValidate(): ValidationInfo?
Returns |
fun addChangeListener(listener: () -> Unit): Unit
Adds a listener that is called whenever this table is updated. |
|
fun createComponent(): JPanel
Creates a new |