ICommand
8081828384858687888990
public void handlePreferences(Object applicationEvent) { try { _setHandled.invoke(applicationEvent, new Object[]{Boolean.TRUE}); new GlobalPreferencesCommand(_app).execute(); } catch (Exception e) { throw new RuntimeException(e); }