Uses of Class
xal.extension.widgets.swing.KeyValueRecordSelector
Packages that use KeyValueRecordSelector
-
Uses of KeyValueRecordSelector in xal.extension.widgets.smf
Subclasses of KeyValueRecordSelector in xal.extension.widgets.smfModifier and TypeClassDescriptionclassdisplay a view that allows users to select channels associated with nodes -
Uses of KeyValueRecordSelector in xal.extension.widgets.swing
Methods in xal.extension.widgets.swing that return KeyValueRecordSelectorModifier and TypeMethodDescriptionstatic <T> KeyValueRecordSelector<T>KeyValueRecordSelector.getInstance(List<T> records, JFrame owner, String title, String... keyPaths) 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.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(List<T> records, JFrame owner, String title, String filterPrompt, String... keyPaths) 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.