MCPcopy Create free account
hub / github.com/chms/jdotxt / reloadTasks

Method reloadTasks

src/com/chschmid/jdotxt/gui/JdotxtGUI.java:316–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 }
315
316 private void reloadTasks() {
317 reset();
318 Thread starter = new Thread(new TaskLoader(TaskLoader.RELOAD));
319 starter.start();
320 }
321
322 private void refreshGUI() {
323 taskList.setCompactMode(Jdotxt.userPrefs.getBoolean("compactMode", false));

Callers 5

actionPerformedMethod · 0.95
windowOpenedMethod · 0.95
showReloadDialogMethod · 0.95
showSettingsDialogMethod · 0.95
dispatchKeyEventMethod · 0.80

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected