public class OptionsPropertyStaticCombo extends OptionsProperty
labelName, optDef, panel, texts
Constructor and Description |
---|
OptionsPropertyStaticCombo(OptDef od)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addCompo()
add
comboBox to OptionsProperty.panel |
java.lang.String |
getValue()
getter for the value
|
void |
setValue(java.lang.String value)
setter for value, do nothing
|
buildPanel, getOptDef, getPanel
public OptionsPropertyStaticCombo(OptDef od)
od
- the OptDef instancepublic void addCompo()
comboBox
to OptionsProperty.panel
public void setValue(java.lang.String value)
OptionsProperty
setValue
in class OptionsProperty
value
- the value
TODO not usedOptionsProperty.setValue(java.lang.String)
public java.lang.String getValue()
OptionsProperty
getValue
in class OptionsProperty
OptionsProperty.getValue()