MCPcopy
hub / github.com/arduino/Arduino / applyPreferences

Method applyPreferences

app/src/processing/app/SerialPlotter.java:376–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

374 }
375
376 public void applyPreferences() {
377 // Apply line endings.
378 if (PreferencesData.get("serial.line_ending") != null) {
379 lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));
380 }
381 }
382
383 protected void onEnableWindow(boolean enable) {
384 textField.setEnabled(enable);

Callers 1

onCreateWindowMethod · 0.95

Calls 2

getMethod · 0.95
getIntegerMethod · 0.95

Tested by

no test coverage detected