MCPcopy 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

setCallbackMethod · 0.95
setEnabledMethod · 0.95
setCheckedMethod · 0.95
setShortcutMethod · 0.95
setTextMethod · 0.95
actionPerformedMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected