Package jmri.jmrit.logixng.util
Class LogixNG_SelectCharset
java.lang.Object
jmri.jmrit.logixng.util.LogixNG_SelectCharset
Select a charset for LogixNG actions and expressions.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(LogixNG_SelectCharset copy) evaluateCharset(ConditionalNG conditionalNG) getDescription(Locale locale) voidRegister listeners if this object needs that.voidsetAddressing(LogixNG_SelectCharset.Addressing addressing) voidsetAllValue(Charset charset) voidsetStandardValue(Charset charset) voidUnregister listeners if this object needs that.
-
Field Details
-
STANDARD_CHARSETS
-
-
Constructor Details
-
LogixNG_SelectCharset
-
-
Method Details
-
copy
- Throws:
ParserException
-
setAddressing
-
getAddressing
-
setStandardValue
-
getStandardValue
-
setAllValue
-
getAllValue
-
getSelectUserSpecified
-
evaluateCharset
- Throws:
JmriException
-
getDescription
-
registerListeners
Register listeners if this object needs that. -
unregisterListeners
Unregister listeners if this object needs that.
-