Search in sources :

Example 1 with EclipsePreferences

use of org.autorefactor.ui.preferences.EclipsePreferences in project AutoRefactor by JnRouvignac.

the class AutoRefactorPlugin method start.

@Override
public void start(final BundleContext context) throws Exception {
    super.start(context);
    plugin = this;
    environment = new Environment(new DisplayEventLoop(), new JobManagerImpl(), new LoggerImpl(), new EclipsePreferences(plugin.getPreferenceStore()));
}
Also used : DisplayEventLoop(org.autorefactor.ui.DisplayEventLoop) EclipsePreferences(org.autorefactor.ui.preferences.EclipsePreferences) Environment(org.autorefactor.environment.Environment)

Aggregations

Environment (org.autorefactor.environment.Environment)1 DisplayEventLoop (org.autorefactor.ui.DisplayEventLoop)1 EclipsePreferences (org.autorefactor.ui.preferences.EclipsePreferences)1