DictionaryTable
An editable table for selecting and editing Dictionaries.
See also
Constructors
Types
Functions
Link copied to clipboard
Adds a listener that is called whenever this table is updated.
Link copied to clipboard
@NotNull
Content copied to clipboard
Link copied to clipboard
fun areSelectedItemsRemovable(@NotNull p0: @NotNull ListSelectionModel): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a new JPanel
with the table and the corresponding buttons.
Link copied to clipboard
Creates a new placeholder Dictionary instance.
Link copied to clipboard
@NotNull
Content copied to clipboard
Link copied to clipboard
Returns null
if a unique, non-empty selection of valid dictionaries has been made, or a ValidationInfo
object explaining which input should be changed.
Link copied to clipboard
@NotNull
Content copied to clipboard
Link copied to clipboard
@NotNull
Content copied to clipboard
Link copied to clipboard
@NotNull
Content copied to clipboard
Link copied to clipboard
@NotNull
Content copied to clipboard
Link copied to clipboard
open fun isEditable(@NotNull p0: @NotNull EditableDatum<DictionaryReference>): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun modelListener(@NotNull p0: @NotNull TableModelEditor.DataChangedListener<EditableDatum<DictionaryReference>>): TableModelEditor<EditableDatum<DictionaryReference>>
Content copied to clipboard
Link copied to clipboard
open fun processModifiedItems(@NotNull p0: @NotNull BiPredicate<in EditableDatum<DictionaryReference>, in EditableDatum<DictionaryReference>>)
Content copied to clipboard
Link copied to clipboard
open override fun reset(@NotNull p0: @NotNull MutableList<out EditableDatum<DictionaryReference>>)
Content copied to clipboard
Link copied to clipboard
open fun selectItem(@NotNull p0: @NotNull EditableDatum<DictionaryReference>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun silentlyReplaceItem( @NotNull p0: @NotNull EditableDatum<DictionaryReference>, @NotNull p1: @NotNull EditableDatum<DictionaryReference>, p2: Int)
Content copied to clipboard
Properties
Link copied to clipboard
val helper: CollectionModelEditor.ModelHelper<EditableDatum<DictionaryReference>, CollectionItemEditor<EditableDatum<DictionaryReference>>>
Content copied to clipboard