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 panel: JPanelThe panel in which the table editor is present. | 
| fun createElement(): EditableDictionaryCreates a new placeholder Dictionary instance. | |
| fun doValidate(): ValidationInfo?Returns  | 
| fun addChangeListener(listener: () -> Unit): UnitAdds a listener that is called whenever this table is updated. | |
| fun createComponent(): JPanelCreates a new  | 
| const val DICTIONARY_CAST_EXCEPTION: StringThe error message that is displayed if an unknown dictionary implementation is used. |