net.sf.jame.twister.swing.extensions.editor
Class SpeedElementEditorRuntime

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
              extended by net.sf.jame.twister.swing.extensions.editor.SpeedElementEditorRuntime

public class SpeedElementEditorRuntime
extends EditorExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
SpeedElementEditorRuntime()
           
 
Method Summary
 NodeEditorComponent createEditor(NodeEditor nodeEditor)
           
 
Methods inherited from class net.sf.jame.core.swing.editor.extension.EditorExtensionRuntime
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

SpeedElementEditorRuntime

public SpeedElementEditorRuntime()
Method Detail

createEditor

public NodeEditorComponent createEditor(NodeEditor nodeEditor)
Specified by:
createEditor in class EditorExtensionRuntime
Returns:
the component.
See Also:
EditorExtensionRuntime.createEditor(net.sf.jame.core.tree.NodeEditor)