Package jmri.jmrit.logixng.util
Class LogixNG_SelectString
java.lang.Object
jmri.jmrit.logixng.util.LogixNG_SelectString
- All Implemented Interfaces:
VetoableChangeListener,EventListener
Select a string for LogixNG actions and expressions.
-
Constructor Summary
ConstructorsConstructorDescriptionLogixNG_SelectString(AbstractBase base, String defaultValue) LogixNG_SelectString(AbstractBase base, InUse inUse) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(LogixNG_SelectString copy) evaluateValue(ConditionalNG conditionalNG) getDescription(Locale locale) getValue()booleanbooleanvoidvoidsetAddressing(NamedBeanAddressing addressing) voidsetFormula(String formula) voidsetLocalVariable(String localVariable) voidvoidvoidsetMemory(NamedBeanHandle<Memory> handle) voidvoidsetReference(String reference) voidvoid
-
Constructor Details
-
LogixNG_SelectString
-
LogixNG_SelectString
-
LogixNG_SelectString
-
-
Method Details
-
setOnlyDirectAddressingAllowed
-
isOnlyDirectAddressingAllowed
-
copy
- Throws:
ParserException
-
setAddressing
- Throws:
ParserException
-
isDirectAddressing
-
getAddressing
-
setValue
-
getValue
-
setReference
-
getReference
-
setMemory
-
setMemory
-
setMemory
-
removeMemory
-
getMemory
-
setLocalVariable
-
getLocalVariable
-
setFormula
- Throws:
ParserException
-
getFormula
-
getSelectTable
-
evaluateValue
- Throws:
JmriException
-
getDescription
-
vetoableChange
- Specified by:
vetoableChangein interfaceVetoableChangeListener- Throws:
PropertyVetoException
-