class DictionaryTable : ActivityTableModelEditor<Dictionary>
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. |
fun createElement(): EditableDictionary
Creates a new placeholder Dictionary instance. |
open fun createComponent(): JPanel
Creates a new |
const val DICTIONARY_CAST_EXCEPTION: String |