net.sf.jame.twister.extensions.action
Class FrameNodeActionXMLImporterRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.xml.extension.ActionXMLImporterExtensionRuntime
              extended by net.sf.jame.core.util.AbstractActionXMLImporterRuntime
                  extended by net.sf.jame.core.util.ConfigElementNodeActionXMLImporterRuntime<FrameConfigElement>
                      extended by net.sf.jame.twister.extensions.action.FrameNodeActionXMLImporterRuntime

public class FrameNodeActionXMLImporterRuntime
extends ConfigElementNodeActionXMLImporterRuntime<FrameConfigElement>

Author:
Andrea Medeghini

Constructor Summary
FrameNodeActionXMLImporterRuntime()
           
 
Method Summary
protected  FrameConfigElementXMLImporter createImporter()
           
 
Methods inherited from class net.sf.jame.core.util.ConfigElementNodeActionXMLImporterRuntime
importParams
 
Methods inherited from class net.sf.jame.core.util.AbstractActionXMLImporterRuntime
createXMLImporter, dispose
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameNodeActionXMLImporterRuntime

public FrameNodeActionXMLImporterRuntime()
Method Detail

createImporter

protected FrameConfigElementXMLImporter createImporter()
Specified by:
createImporter in class ConfigElementNodeActionXMLImporterRuntime<FrameConfigElement>
Returns:
See Also:
ConfigElementNodeActionXMLImporterRuntime.createImporter()