Exemplo n.º 1
0
 public void storeOrderBySelectedColumnToPreferences() {
   try {
     PreferencesUtils.writeSortKeysToPrefs(
         this.prefs, this.timelimittaskview.getTimelimitTaskTableModel().getSortKeys());
   } catch (PreferencesException e1) {
     Errors.getInstance()
         .showExceptionDialog(
             this.getTabbedPane().getComponentPanel(),
             getSpringLocaleDelegate()
                 .getMessage(
                     "PersonalTaskController.19", "Fehler beim Abspeichern der Einstellungen"),
             e1);
   }
 }