Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dorkbox/SystemTray
/ Checkbox
Method
Checkbox
src/dorkbox/systemTray/Checkbox.java:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
private
volatile String tooltip;
39
40
public
41
Checkbox() {
42
this(null, null);
43
}
44
45
public
46
Checkbox(
final
String text) {
Callers
nothing calls this directly
Calls
7
setCallback
Method · 0.95
setEnabled
Method · 0.95
setChecked
Method · 0.95
setShortcut
Method · 0.95
setText
Method · 0.95
actionPerformed
Method · 0.45
getText
Method · 0.45
Tested by
no test coverage detected