Uses of Interface
jmri.jmrit.logixng.LogixNGPreferences
-
Packages that use LogixNGPreferences Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of LogixNGPreferences in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng with parameters of type LogixNGPreferences Modifier and Type Method Description void
LogixNGPreferences. apply(LogixNGPreferences prefs)
Apply other preferences to this classboolean
LogixNGPreferences. compareValuesDifferent(LogixNGPreferences prefs)
Compare if the values are different from the other preferences. -
Uses of LogixNGPreferences in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement LogixNGPreferences Modifier and Type Class Description class
DefaultLogixNGPreferences
Preferences for LogixNGMethods in jmri.jmrit.logixng.implementation with parameters of type LogixNGPreferences Modifier and Type Method Description void
DefaultLogixNGPreferences. apply(LogixNGPreferences prefs)
boolean
DefaultLogixNGPreferences. compareValuesDifferent(LogixNGPreferences prefs)
-