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. | |
| val emptySubText: Stringthe instruction to display when the table is empty | 
| fun createElement(): EditableDictionaryCreates a new placeholder Dictionary instance. | 
| fun addChangeListener(listener: () -> Unit): UnitAdds a listener that is called whenever this table is updated. | |
| open fun createComponent(): JPanelCreates a new  | 
| const val DICTIONARY_CAST_EXCEPTION: StringThe error message that is displayed if an unknown dictionary implementation is used. |