net.sf.jame.mandelbrot.common
Class CriteriaElementNode.CriteriaNodeEditor

java.lang.Object
  extended by net.sf.jame.core.tree.NodeEditor
      extended by net.sf.jame.mandelbrot.common.CriteriaElementNode.CriteriaNodeEditor
Enclosing class:
CriteriaElementNode

protected class CriteriaElementNode.CriteriaNodeEditor
extends NodeEditor


Field Summary
 
Fields inherited from class net.sf.jame.core.tree.NodeEditor
node
 
Constructor Summary
CriteriaElementNode.CriteriaNodeEditor(AttributeNode node)
           
 
Method Summary
protected  Node createChildNode(NodeValue<?> value)
           
 NodeValue<?> createNodeValue(java.lang.Object value)
           
protected  void doSetValue(NodeValue<?> 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, 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

CriteriaElementNode.CriteriaNodeEditor

public CriteriaElementNode.CriteriaNodeEditor(AttributeNode node)
Parameters:
node -
Method Detail

doSetValue

protected void doSetValue(NodeValue<?> value)
Overrides:
doSetValue in class NodeEditor
See Also:
net.sf.jame.core.tree.NodeEditor#doSetValue(java.lang.NodeValue)

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)