Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setBoolean
Method
setBoolean
code/src/java/pcgen/system/PropertyContext.java:255–258 ·
view source on GitHub ↗
(String key, boolean bool)
Source
from the content-addressed store, hash-verified
253
}
254
255
public
void
setBoolean(String key, boolean bool)
256
{
257
setProperty(key, Boolean.toString(bool));
258
}
259
260
public
boolean initBoolean(String key, boolean defaultValue)
261
{
Callers
11
data
Method · 0.80
maybeShowWarningConfirm
Method · 0.80
setVisible
Method · 0.80
setOptionsBasedOnControls
Method · 0.80
setOptionsBasedOnControls
Method · 0.80
actionPerformed
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
create
Method · 0.80
initialize
Method · 0.80
Calls
2
setProperty
Method · 0.95
toString
Method · 0.65
Tested by
1
data
Method · 0.64