MCPcopy
hub / github.com/Col-E/Recaf / update

Method update

src/main/java/me/coley/recaf/ui/controls/KeybindField.java:57–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 private void update() {
58 conf().setIsUpdating(false);
59 target.clear();
60 target.addAll(lastest);
61 getParent().requestFocus();
62
63 setText(target.toString());
64 Log.info("Updating keybind '{}' to '{}'", name, target.toString());
65 }
66
67 private ConfKeybinding conf() {
68 return Recaf.getController().config().keys();

Callers 1

KeybindFieldMethod · 0.95

Calls 7

confMethod · 0.95
infoMethod · 0.95
setIsUpdatingMethod · 0.80
clearMethod · 0.45
getParentMethod · 0.45
setTextMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected