Uses of Class
jmri.jmrit.symbolicprog.SplitVariableValue
-
Packages that use SplitVariableValue Package Description jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro. -
-
Uses of SplitVariableValue in jmri.jmrit.symbolicprog
Subclasses of SplitVariableValue in jmri.jmrit.symbolicprog Modifier and Type Class Description class
SplitDateTimeVariableValue
LikeSplitVariableValue
, except that the string representation is a date and time relative to a given epoch start date.class
SplitHexVariableValue
LikeSplitVariableValue
, except that the string representation is in hexadecimal
All the attributes ofSplitVariableValue
are inherited.class
SplitHundredsVariableValue
LikeSplitVariableValue
, except that the string representation is split out into 100's in each CV (up to two in this first implementation)
All the attributes ofSplitVariableValue
are inherited.class
SplitTextVariableValue
LikeSplitVariableValue
, except that the string representation is text.Fields in jmri.jmrit.symbolicprog declared as SplitVariableValue Modifier and Type Field Description (package private) SplitVariableValue
SplitVariableValue.VarTextField. _var
Constructors in jmri.jmrit.symbolicprog with parameters of type SplitVariableValue Constructor Description VarTextField(javax.swing.text.Document doc, java.lang.String text, int col, SplitVariableValue var)
-