net.sf.jame.core.util
Class AbstractConfigElementSingleNode.ListNodeEditor

java.lang.Object
  extended by net.sf.jame.core.tree.NodeEditor
      extended by net.sf.jame.core.util.AbstractConfigElementSingleNode.ListNodeEditor
Enclosing class:
AbstractConfigElementSingleNode<T extends ConfigElement>

protected class AbstractConfigElementSingleNode.ListNodeEditor
extends NodeEditor


Field Summary
 
Fields inherited from class net.sf.jame.core.tree.NodeEditor
node
 
Constructor Summary
AbstractConfigElementSingleNode.ListNodeEditor()
           
 
Method Summary
protected  Node createChildNode(NodeValue value)
           
 NodeValue createNodeValue(java.lang.Object value)
           
 java.lang.Class<?> getNodeValueType()
          Returns the node type.
 
Methods inherited from class net.sf.jame.core.tree.NodeEditor
appendChildNode, doAppendNode, doChangeNode, doInsertNodeAfter, doInsertNodeBefore, doMoveDownNode, doMoveUpNode, doRemoveNode, doSetValue, getChildNode, getChildNodeCount, getContext, getIndex, getNodeClass, getNodeId, getNodeLabel, getNodeValue, getNodeValueAsString, getNodeValueAsTransferable, getParentNodeEditor, getPreviousNodeValue, hasValue, insertChildNodeAfter, insertChildNodeAt, insertChildNodeBefore, isNodeAttribute, isNodeEditable, isNodeMutable, isParentMutable, isRefreshRequired, moveDownChildNode, moveUpChildNode, removeAllChildNodes, removeChildNode, setNodeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConfigElementSingleNode.ListNodeEditor

public AbstractConfigElementSingleNode.ListNodeEditor()
Method Detail

createChildNode

protected Node createChildNode(NodeValue value)
Specified by:
createChildNode in class NodeEditor
See Also:
NodeEditor.createChildNode(net.sf.jame.core.tree.NodeValue)

getNodeValueType

public java.lang.Class<?> getNodeValueType()
Description copied from class: NodeEditor
Returns the node type.

Specified by:
getNodeValueType in class NodeEditor
Returns:
the node type.
See Also:
NodeEditor.getNodeValueType()

createNodeValue

public NodeValue createNodeValue(java.lang.Object value)
Specified by:
createNodeValue in class NodeEditor
Returns:
See Also:
NodeEditor.createNodeValue(Object)