Uses of Class
xal.tools.data.KeyValueAdaptor
Packages that use KeyValueAdaptor
-
Uses of KeyValueAdaptor in xal.extension.widgets.swing
Fields in xal.extension.widgets.swing declared as KeyValueAdaptorModifier and TypeFieldDescriptionprotected final KeyValueAdaptorKeyValueTableModel.keyValueAdaptorkey value adaptor to get the value from a record (row) for the specified key path (column property) -
Uses of KeyValueAdaptor in xal.tools.data
Methods in xal.tools.data with parameters of type KeyValueAdaptorModifier and TypeMethodDescriptionstatic <T> Comparator<T>KeyValueSorting.comparatorForKeyPath(KeyValueAdaptor adaptor, String keyPath, int order) Generate a comparator that compares records according to the method obtained by the key value adaptor The keyed values being compared are assumed to be comparable.Constructors in xal.tools.data with parameters of type KeyValueAdaptorModifierConstructorDescriptionKeyValueListFilter(KeyValueAdaptor adaptor, List<T> allRecords, String... matchingKeyPaths) Primary Constructor