public final class EntityComboProvider extends AbstractInputProvider<Entity,javax.swing.JComboBox<Entity>>
EntityComboBoxModel| Constructor and Description |
|---|
EntityComboProvider(EntityComboBoxModel comboBoxModel,
Entity initialValue)
Instantiates a new input provider based on the EntityComboBoxModel class
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
getValue() |
getInputComponentpublic EntityComboProvider(EntityComboBoxModel comboBoxModel, Entity initialValue)
comboBoxModel - the combo box modelinitialValue - the initial value to displaypublic Entity getValue()