Uses of Class
xal.extension.widgets.swing.KeyValueFilteredTableModel
Packages that use KeyValueFilteredTableModel
Package
Description
-
Uses of KeyValueFilteredTableModel in xal.extension.widgets.smf
Constructors in xal.extension.widgets.smf with parameters of type KeyValueFilteredTableModelModifierConstructorDescriptionprotectedNodeChannelSelector(KeyValueFilteredTableModel<NodeChannelRef> tableModel, JFrame owner, String title) Primary Constructor -
Uses of KeyValueFilteredTableModel in xal.extension.widgets.swing
Methods in xal.extension.widgets.swing that return KeyValueFilteredTableModelModifier and TypeMethodDescriptionKeyValueRecordSelector.getRecordTableModel()get the table model for displaying the recordsMethods in xal.extension.widgets.swing with parameters of type KeyValueFilteredTableModelModifier and TypeMethodDescriptionstatic <T> KeyValueRecordSelector<T>KeyValueRecordSelector.getInstance(KeyValueFilteredTableModel<T> tableModel, JFrame owner, String title) Get an instance of a record selector for allowing users to select records (of the specified type) from a list in a table.static <T> KeyValueRecordSelector<T>KeyValueRecordSelector.getInstanceWithFilterPrompt(KeyValueFilteredTableModel<T> tableModel, JFrame owner, String title, String filterPrompt) Get an instance of a record selector for allowing users to select records (of the specified type) from a list in a table.Constructors in xal.extension.widgets.swing with parameters of type KeyValueFilteredTableModelModifierConstructorDescriptionprotectedKeyValueRecordSelector(KeyValueFilteredTableModel<T> tableModel, JFrame owner, String title) Constructor with default filter promptprotectedKeyValueRecordSelector(KeyValueFilteredTableModel<T> tableModel, JFrame owner, String title, String filterPrompt) Primary Constructor -
Uses of KeyValueFilteredTableModel in xal.service.pvlogger.apputils.browser
Methods in xal.service.pvlogger.apputils.browser that return KeyValueFilteredTableModelMethods in xal.service.pvlogger.apputils.browser with parameters of type KeyValueFilteredTableModelModifier and TypeMethodDescriptionvoidBrowserController.recordModified(KeyValueFilteredTableModel<PVRecord> tableModel, PVRecord pvRecord, String keyPath, Object value) forward message that table record changed