All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.protelis.parser.ui.ProtelisUiModule Maven / Gradle / Ivy

There is a newer version: 11.0.3
Show newest version
/**
 * generated by Xtext 2.15.0
 */
package org.protelis.parser.ui;

import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.eclipse.xtend.lib.annotations.FinalFieldsConstructor;
import org.protelis.parser.ui.AbstractProtelisUiModule;

/**
 * Use this class to register components to be used within the Eclipse IDE.
 */
@FinalFieldsConstructor
@SuppressWarnings("all")
public class ProtelisUiModule extends AbstractProtelisUiModule {
  public ProtelisUiModule(final AbstractUIPlugin arg0) {
    super(arg0);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy