コード例 #1
0
 public void store() throws IOException {
   store(DocearUserController.getActiveUser());
 }
コード例 #2
0
 public String getSettingsPath() {
   return this.getSettingsPath(DocearUserController.getActiveUser());
 }
コード例 #3
0
 public void load() throws IOException {
   loadSettings(DocearUserController.getActiveUser());
 }