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

fr.irit.smac.may.speadl.ui.SpeADLUiModule Maven / Gradle / Ivy

The newest version!
/*
 * generated by Xtext
 */
package fr.irit.smac.may.speadl.ui;

import org.eclipse.ui.plugin.AbstractUIPlugin;

import fr.irit.smac.may.speadl.ui.hover.SpeADLHoverDocumentationProvider;

/**
 * Use this class to register components to be used within the IDE.
 */
public class SpeADLUiModule extends	fr.irit.smac.may.speadl.ui.AbstractSpeADLUiModule {
	public SpeADLUiModule(AbstractUIPlugin plugin) {
		super(plugin);
	}

	@Override
	public Class bindIEObjectHoverDocumentationProvider() {
		return SpeADLHoverDocumentationProvider.class;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy