Example #1
0
 /** {@inheritDoc} */
 @Override
 protected void setLastExportLocation(final String lastExportLocation) {
   UserSettings.instance().setLastCsvExportLocation(lastExportLocation);
 }
Example #2
0
 /** {@inheritDoc} */
 @Override
 protected String getLastExportLocation() {
   return UserSettings.instance().getLastCsvExportLocation();
 }