rero.dck.items
public class ListInput extends SuperInput implements ActionListener
| Nested Class Summary | |
|---|---|
| protected class | ListInput.InputListModel |
| Field Summary | |
|---|---|
| protected StringList | data |
| protected String | desc |
| protected JList | list |
| protected ListInput.InputListModel | model |
| protected String | title |
| Constructor Summary | |
|---|---|
| ListInput(String variable, String _title, String _desc, int width, int height) | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent ev) |
| JComponent | getComponent() |
| int | getEstimatedWidth() |
| void | refresh() |
| void | save() |
| void | setAlignWidth(int width) |