public class UcdSelector extends Object
Rather than a single JComponent, this class provides two separate components, one for the selection and one giving a status report on the selected text. This is more convenient for inserting the GUI elements into a stack of single-line components.
The combo box comes with a list of all known UCD1+ basic words, that can get displayed in the selection popup window. Note though that UCDs composed from several of these are legal, and will be accepted.
| Constructor and Description |
|---|
UcdSelector()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
JComboBox<String> |
getComboBox()
Returns the component that allows actual selection of a UCD.
|
JLabel |
getMessageLabel()
Returns a single-line component that reports a status message on
the UCD entered into the combo box.
|
public JComboBox<String> getComboBox()
public JLabel getMessageLabel()
Copyright © 2026 Central Laboratory of the Research Councils. All Rights Reserved.