Package jmri.jmrit.logixng.util
Class LogixNG_SelectComboBox
java.lang.Object
jmri.jmrit.logixng.util.LogixNG_SelectComboBox
- All Implemented Interfaces:
VetoableChangeListener,EventListener
Select an combo box value for LogixNG actions and expressions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceAn item in the combo box. -
Constructor Summary
ConstructorsConstructorDescriptionLogixNG_SelectComboBox(AbstractBase base, LogixNG_SelectComboBox.Item[] valuesArray, LogixNG_SelectComboBox.Item initialValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(LogixNG_SelectComboBox copy) evaluateValue(ConditionalNG conditionalNG) getDescription(Locale locale) getValue()getValueByKey(String key) booleanvoidvoidsetAddressing(NamedBeanAddressing addressing) voidsetFormula(String formula) voidsetLocalVariable(String localVariable) voidvoidvoidsetMemory(NamedBeanHandle<Memory> handle) voidsetReference(String reference) voidvoidvoidsetValues(LogixNG_SelectComboBox.Item[] valuesArray) void
-
Constructor Details
-
LogixNG_SelectComboBox
public LogixNG_SelectComboBox(AbstractBase base, LogixNG_SelectComboBox.Item[] valuesArray, LogixNG_SelectComboBox.Item initialValue)
-
-
Method Details
-
copy
- Throws:
ParserException
-
setValues
-
getValues
-
setAddressing
- Throws:
ParserException
-
isDirectAddressing
-
getAddressing
-
setValue
-
setValue
-
getValue
-
getValueByKey
-
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
-