Uses of Class
xal.extension.widgets.swing.KeyValueTableModel
Packages that use KeyValueTableModel
-
Uses of KeyValueTableModel in xal.extension.widgets.swing
Subclasses of KeyValueTableModel in xal.extension.widgets.swingModifier and TypeClassDescriptionclassKey Value Table Model with built in support for filtering through a text input documentMethod parameters in xal.extension.widgets.swing with type arguments of type KeyValueTableModelModifier and TypeMethodDescriptionvoidKeyValueTableModel.addKeyValueRecordListener(KeyValueRecordListener<? extends KeyValueTableModel<T>, T> listener) Add the specified listener as a receiver of record modification events from this instance.voidKeyValueTableModel.removeKeyValueRecordListener(KeyValueRecordListener<KeyValueTableModel<T>, T> listener) Remove the specified listener from receiving record modification events from this instance. -
Uses of KeyValueTableModel in xal.service.pvlogger.apputils.browser
Methods in xal.service.pvlogger.apputils.browser that return KeyValueTableModelModifier and TypeMethodDescriptionBrowserController.getChannelSnapshotTableModel()get the table model of channel snapshotsBrowserController.getMachineSnapshotTableModel()get the table model of machine snapshots