|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jame.core.tree.NodeEditor
net.sf.jame.core.tree.NumberNodeEditor
public abstract class NumberNodeEditor
| Field Summary |
|---|
| Fields inherited from class net.sf.jame.core.tree.NodeEditor |
|---|
node |
| Constructor Summary | |
|---|---|
NumberNodeEditor(AttributeNode node)
|
|
| Method Summary | |
|---|---|
protected Node |
createChildNode(NodeValue<?> value)
|
abstract java.lang.Number |
getMaximum()
|
abstract java.lang.Number |
getMinimum()
|
java.lang.Number |
getNumberValue()
|
abstract java.lang.Number |
getStep()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberNodeEditor(AttributeNode node)
node - | Method Detail |
|---|
public java.lang.Number getNumberValue()
public abstract java.lang.Number getMinimum()
public abstract java.lang.Number getMaximum()
public abstract java.lang.Number getStep()
protected Node createChildNode(NodeValue<?> value)
createChildNode in class NodeEditornet.sf.jame.core.tree.NodeEditor#createChildNode(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||