public class OptionsProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextPane |
labelName
The JTextPane containing the options
|
protected OptDef |
optDef
the OptDef instance
|
protected javax.swing.JPanel |
panel
the main JPanel
|
protected static Language |
texts
Language instance providing texts
|
Constructor and Description |
---|
OptionsProperty(OptDef od)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
buildPanel()
build the JPanel
panel |
OptDef |
getOptDef()
Getter for
optDef |
javax.swing.JPanel |
getPanel()
Getter for
panel |
java.lang.String |
getValue()
getter for the value
|
void |
setValue(java.lang.String value)
setter for value, do nothing
|
protected static Language texts
protected OptDef optDef
protected javax.swing.JPanel panel
protected javax.swing.JTextPane labelName
public OptionsProperty(OptDef od)
od
- option definitionpublic void buildPanel()
panel
public void setValue(java.lang.String value)
value
- the value
TODO not usedpublic java.lang.String getValue()