/* * 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); } }