/* * $Id: CaseCodeEditor.java,v 1.1 2005/10/16 12:50:53 laddi Exp $ * Created on Sep 25, 2005 * * Copyright (C) 2005 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.block.process.presentation; import com.idega.presentation.IWContext; /** * Last modified: $Date: 2005/10/16 12:50:53 $ by $Author: laddi $ * * @author <a href="mailto:laddi@idega.com">laddi</a> * @version $Revision: 1.1 $ */ public class CaseCodeEditor extends CaseBlock { private static final String PARAMETER_ACTION = "cce_prm_action"; /* (non-Javadoc) * @see com.idega.block.process.presentation.CaseBlock#present(com.idega.presentation.IWContext) */ protected void present(IWContext iwc) throws Exception { } }