|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jame.core.tree.Node
net.sf.jame.core.tree.DefaultNode
public abstract class DefaultNode
| Constructor Summary | |
|---|---|
DefaultNode(java.lang.String nodeId)
Constructs a new node. |
|
DefaultNode(java.lang.String nodeId,
NodeValue<?> value)
Constructs a new node. |
|
| Method Summary | |
|---|---|
protected abstract NodeEditor |
createNodeEditor()
Creates the node editor. |
NodeEditor |
getNodeEditor()
Returns the node editor. |
java.lang.String |
getValueAsString()
Returns the node value as string. |
boolean |
isEditable()
Returns true if the node is editable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultNode(java.lang.String nodeId)
nodeId - the nodeId.
public DefaultNode(java.lang.String nodeId,
NodeValue<?> value)
nodeId - the nodeId.value - the node value.| Method Detail |
|---|
public boolean isEditable()
Node
isEditable in class NodeNode.isEditable()public NodeEditor getNodeEditor()
getNodeEditor in class Nodeprotected abstract NodeEditor createNodeEditor()
public java.lang.String getValueAsString()
Node
getValueAsString in class NodeNode.getValueAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||