public class DT_CHAR extends Variable implements VariableIF
VariableIF.ACCESS_MODE, VariableIF.ACCESS_USER_TYPES| Constructor and Description |
|---|
DT_CHAR(org.w3c.dom.Element elem)
Create a new class using the given element as variable.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getInput()
Get the input component of the variable.
|
java.lang.String |
getValue()
Get the current value of the GUI settings.
|
void |
setValue(java.lang.String def)
Set the GUI to a state that is represented by the given string.
|
addAdoptListener, getComment, getCurrentValue, getDefaultComponent, getDefaultValue, getDescription, getElementValue, getLabel, getResetComponent, getVariable, hasAccessRight, isChanged, isDefault, isEnvironment, isGlobal, isIniFile, isKernel, isObligatory, isThereADefault, isVarEnvironment, isVarGlobal, isVarIniFile, removeAdoptListener, removeComment, reset, setChanged, setComment, setElementAccessRights, setElementToDefault, setElementValue, setToDefault, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAdoptListener, getComment, getCurrentValue, getDefaultComponent, getDescription, getLabel, getResetComponent, getVariable, hasAccessRight, isChanged, isDefault, isEnvironment, isGlobal, isIniFile, isKernel, isObligatory, removeAdoptListener, removeComment, setChanged, setComment, setElementAccessRights, setElementToDefault, setElementValue, setToDefaultpublic DT_CHAR(org.w3c.dom.Element elem)
elem - the variable.public javax.swing.JComponent getInput()
getInput in interface VariableIFgetInput in class Variablepublic void setValue(java.lang.String def)
public java.lang.String getValue()
getValue in interface VariableIF