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()));
}
Aggregations