public class IntegerComboProperty extends ComboProperty
mComboBox, possibleValues
Constructor and Description |
---|
IntegerComboProperty(java.lang.String pDescription,
java.lang.String pLabel,
java.lang.String[] pPossibles,
java.util.Vector pSizesVector) |
Modifier and Type | Method and Description |
---|---|
void |
setValue(java.lang.String pValue) |
getDescription, getLabel, getValue, layout, setEnabled, updateComboBoxEntries
addPropertyChangeListener, firePropertyChangeEvent, removePropertyChangeListener
public IntegerComboProperty(java.lang.String pDescription, java.lang.String pLabel, java.lang.String[] pPossibles, java.util.Vector pSizesVector)
pDescription
- pLabel
- pPossibles
- pSizesVector
- public void setValue(java.lang.String pValue)
setValue
in class ComboProperty