/** * (c) 2011, Alejandro Serrano * Released under the terms of the EPL. */ package net.sf.eclipsefp.haskell.browser.views.modules; /** * Action for changng the modules view to a flat one. * @author Alejandro Serrano * */ public class ModulesViewFlatDelegate extends ModulesViewStyleDelegate { public ModulesViewFlatDelegate() { super(false); } }