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

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

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

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

Author:
Stefan Wismer (SWI)
File-location:
RowCreator
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Constructor Summary
RowCreator()
           
 
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

RowCreator

public RowCreator()
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.