net.sf.jame.core.extension
Class ExtensionRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
Direct Known Subclasses:
ActionXMLExporterExtensionRuntime, ActionXMLImporterExtensionRuntime, ColorRendererFormulaExtensionRuntime, ConfigurableExtensionRuntime, ConstructorExtensionRuntime, ConverterExtensionRuntime, CreatorExtensionRuntime, EditorExtensionRuntime, EncoderViewExtensionRuntime, EnumeratorExtensionRuntime, ExtensionConfigXMLExporterExtensionRuntime, ExtensionConfigXMLImporterExtensionRuntime, InputAdapterExtensionRuntime, NodeBuilderExtensionRuntime, PaletteRendererFormulaExtensionRuntime, ProcessingFormulaExtensionRuntime, ViewExtensionRuntime

public abstract class ExtensionRuntime
extends RuntimeElement

Interface of extension runtimes.

Author:
Andrea Medeghini

Constructor Summary
ExtensionRuntime()
           
 
Method Summary
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, dispose, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionRuntime

public ExtensionRuntime()