ch.elca.el4j.services.gui.swing.cookswing.designgridlayout
Class EmptyRowCreator

java.lang.Object
  extended by ch.elca.el4j.services.gui.swing.cookswing.designgridlayout.EmptyRowCreator
All Implemented Interfaces:
cookxml.core.interfaces.Creator

public class EmptyRowCreator
extends Object
implements cookxml.core.interfaces.Creator

A cookSwing creator for <emptyrow>s, rows inside a designgridlayout.

Author:
Stefan Wismer (SWI)
File-location:
EmptyRowCreator
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Constructor Summary
EmptyRowCreator()
           
 
Method Summary
 Object create(String parentNS, String parentTag, Element elm, Object parentObj, cookxml.core.DecodeEngine decodeEngine)
          
 Object editFinished(String parentNS, String parentTag, Element elm, Object parentObj, Object obj, cookxml.core.DecodeEngine decodeEngine)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyRowCreator

public EmptyRowCreator()
Method Detail

create

public Object create(String parentNS,
                     String parentTag,
                     Element elm,
                     Object parentObj,
                     cookxml.core.DecodeEngine decodeEngine)
              throws Exception

Specified by:
create in interface cookxml.core.interfaces.Creator
Throws:
Exception

editFinished

public Object editFinished(String parentNS,
                           String parentTag,
                           Element elm,
                           Object parentObj,
                           Object obj,
                           cookxml.core.DecodeEngine decodeEngine)
                    throws Exception

Specified by:
editFinished in interface cookxml.core.interfaces.Creator
Throws:
Exception


Copyright © 2005-2011 ELCA. All Rights Reserved.