MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / getChecked

Method getChecked

src/dorkbox/systemTray/Checkbox.java:98–101  ·  view source on GitHub ↗

@return true if this checkbox is selected, false if not. A checkbox's state is set BEFORE the callback is triggered.

()

Source from the content-addressed store, hash-verified

96 * @return true if this checkbox is selected, false if not. A checkbox's state is set BEFORE the callback is triggered.
97 */
98 public
99 boolean getChecked() {
100 return isChecked;
101 }
102
103 /**
104 * Sets the checked on/off status for this entry

Callers 8

asSwingComponentMethod · 0.95
TestTrayMethod · 0.80
TestTraySwtMethod · 0.80
doJavaFxStuffMethod · 0.80
setCheckedMethod · 0.80
setCheckedMethod · 0.80
setCheckedMethod · 0.80
setCheckedMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestTrayMethod · 0.64
TestTraySwtMethod · 0.64
doJavaFxStuffMethod · 0.64