MCPcopy Index your code
hub / github.com/benfry/processing4 / applyPreferences

Method applyPreferences

app/src/processing/app/ui/Editor.java:559–564  ·  view source on GitHub ↗

Read and apply new values from the preferences, either because the app is just starting up, or the user just finished messing with things in the Preferences window.

()

Source from the content-addressed store, hash-verified

557 * with things in the Preferences window.
558 */
559 public void applyPreferences() {
560 // Even though this is only updating the theme (colors, icons),
561 // subclasses use this to apply other preferences.
562 // For instance, Java Mode applies changes to error checking.
563 updateTheme();
564 }
565
566
567 public void updateTheme() {

Callers 2

EditorMethod · 0.95
applyFrameMethod · 0.45

Calls 1

updateThemeMethod · 0.95

Tested by

no test coverage detected