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

Method run

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

Source from the content-addressed store, hash-verified

435 }
436
437 public void run() {
438 if (mode == ARCHIVE) Jdotxt.archiveTodos();
439 if (mode != REFRESH_GUI) Jdotxt.loadTodos();
440 EventQueue.invokeLater(new Runnable() { public void run() { setTaskBag(Jdotxt.taskBag); } });
441 }
442 }
443
444 // Custom KeyDispatcher for global shortcuts

Callers

nothing calls this directly

Calls 3

archiveTodosMethod · 0.95
loadTodosMethod · 0.95
setTaskBagMethod · 0.45

Tested by

no test coverage detected