MCPcopy Index your code
hub / github.com/processing/processing / setBoolean

Method setBoolean

app/src/processing/app/Preferences.java:301–303  ·  view source on GitHub ↗
(String attribute, boolean value)

Source from the content-addressed store, hash-verified

299
300
301 static public void setBoolean(String attribute, boolean value) {
302 set(attribute, value ? "true" : "false"); //$NON-NLS-1$ //$NON-NLS-2$
303 }
304
305
306 static public int getInteger(String attribute /*, int defaultValue*/) {

Callers 11

initMethod · 0.95
setAssociationsMethod · 0.95
itemStateChangedMethod · 0.95
handleCloseMethod · 0.95
applyFrameMethod · 0.95
itemStateChangedMethod · 0.95
itemStateChangedMethod · 0.95
automateSketchMethod · 0.95
savePreferencesMethod · 0.95
ensurePrefsExistMethod · 0.95

Calls 1

setMethod · 0.95

Tested by

no test coverage detected