net.sf.jame.core.swing.editor.extension
Class EditorExtensionRuntime

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.swing.editor.extension.EditorExtensionRuntime
Direct Known Subclasses:
BooleanElementEditorRuntime, ColorElementEditorRuntime, ColorRendererElementEditorRuntime, ColorRendererFormulaElementEditorRuntime, ComplexElementEditorRuntime, ConfigurableReferenceEditorRuntime, ConfigurableReferenceElementEditorRuntime, ConfigurableReferenceElementListEditorRuntime, CriteriaElementEditorRuntime, DoubleElementEditorRuntime, EffectElementEditorRuntime, FloatElementEditorRuntime, FontElementEditorRuntime, FrameElementEditorRuntime, GroupLayerElementEditorRuntime, GroupLayerElementListEditorRuntime, ImageElementEditorRuntime, ImageLayerElementEditorRuntime, ImageLayerElementListEditorRuntime, InputModeElementEditorRuntime, IntegerElementEditorRuntime, LongElementEditorRuntime, ModeElementEditorRuntime, NumberEditorRuntime, PaletteElementEditorRuntime, PaletteRendererElementEditorRuntime, PaletteRendererFormulaElementEditorRuntime, RectangleElementEditorRuntime, ReferenceEditorRuntime, ReferenceElementEditorRuntime, ReferenceElementListEditorRuntime, RenderedPaletteElementEditorRuntime, RenderingFormulaElementEditorRuntime, ShortElementEditorRuntime, SpeedElementEditorRuntime, StringElementEditorRuntime, TransformingFormulaElementEditorRuntime, ViewElementEditorRuntime

public abstract class EditorExtensionRuntime
extends ExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
EditorExtensionRuntime()
           
 
Method Summary
abstract  NodeEditorComponent createEditor(NodeEditor nodeEditor)
           
 void dispose()
          Disposes the element resources.
 
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

EditorExtensionRuntime

public EditorExtensionRuntime()
Method Detail

createEditor

public abstract NodeEditorComponent createEditor(NodeEditor nodeEditor)
Parameters:
nodeEditor -
Returns:
the component.

dispose

public void dispose()
Description copied from class: RuntimeElement
Disposes the element resources. The default implementation does nothing.

Overrides:
dispose in class RuntimeElement
See Also:
RuntimeElement.dispose()