blob: 46ddc9871b96b5d9d0bb21894d5ab38975b19ab1 [file] [log] [blame]
/*
* generated by Xtext
*/
package org.eclipse.xtext.example.fowlerdsl.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the IDE.
*/
public class StatemachineUiModule extends org.eclipse.xtext.example.fowlerdsl.ui.AbstractStatemachineUiModule {
public StatemachineUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
}