|
||||||||||
| 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
net.sf.jame.core.tree.MutableNode
public abstract class MutableNode
| Constructor Summary | |
|---|---|
MutableNode(java.lang.String nodeId)
Constructs a new attribute node. |
|
| Method Summary | |
|---|---|
abstract java.lang.Class<?> |
getChildValueType()
|
java.lang.String |
getValueAsString()
Returns the node value as string. |
boolean |
isEditable()
Returns true if the node is editable. |
boolean |
isMutable()
Returns true if the node is mutable. |
| Methods inherited from class net.sf.jame.core.tree.DefaultNode |
|---|
createNodeEditor, getNodeEditor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableNode(java.lang.String nodeId)
nodeId - the nodeId.| Method Detail |
|---|
public boolean isEditable()
Node
isEditable in class DefaultNodeNode.isEditable()public final boolean isMutable()
Node
isMutable in class NodeNode.isMutable()public abstract java.lang.Class<?> getChildValueType()
public java.lang.String getValueAsString()
Node
getValueAsString in class DefaultNodeDefaultNode.getValueAsString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||