Uses of Class
jmri.jmrit.logixng.actions.CommonManager
-
Packages that use CommonManager Package Description jmri.jmrit.logixng.actions -
-
Uses of CommonManager in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return CommonManager Modifier and Type Method Description CommonManager
ForEach. getCommonManager()
static CommonManager
CommonManager. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommonManager[]
CommonManager. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type CommonManager Modifier and Type Method Description void
ForEach. setCommonManager(CommonManager commonManager)
-