Uses of Class
jmri.jmrit.throttle.ThrottlesPreferences
-
Packages that use ThrottlesPreferences Package Description jmri.jmrit.throttle -
-
Uses of ThrottlesPreferences in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return ThrottlesPreferences Modifier and Type Method Description ThrottlesPreferences
ThrottlesPreferencesControlsSettingsPane. updateThrottlesPreferences(ThrottlesPreferences tp)
ThrottlesPreferences
ThrottlesPreferencesUISettingsPane. updateThrottlesPreferences(ThrottlesPreferences tp)
Methods in jmri.jmrit.throttle with parameters of type ThrottlesPreferences Modifier and Type Method Description (package private) void
ThrottlesPreferencesControlsSettingsPane. resetComponents(ThrottlesPreferences tp)
void
ThrottlesPreferencesUISettingsPane. resetComponents(ThrottlesPreferences tp)
void
ThrottlesPreferences. set(ThrottlesPreferences tp)
ThrottlesPreferences
ThrottlesPreferencesControlsSettingsPane. updateThrottlesPreferences(ThrottlesPreferences tp)
ThrottlesPreferences
ThrottlesPreferencesUISettingsPane. updateThrottlesPreferences(ThrottlesPreferences tp)
Constructors in jmri.jmrit.throttle with parameters of type ThrottlesPreferences Constructor Description ThrottlesPreferencesControlsSettingsPane(ThrottlesPreferences tp)
ThrottlesPreferencesUISettingsPane(ThrottlesPreferences tp)
Creates new form ThrottlesPreferencesPane
-