|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
rle.vm.VmNode
rle.vm.DataNode
rle.vm.InfoNode
public class InfoNode
Node class for information nodes built according to the structure nodes.
Field Summary |
---|
Fields inherited from class rle.vm.VmNode |
---|
SEPARATOR |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
InfoNode()
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String key)
|
java.awt.Color |
getColor(java.lang.String s)
|
java.lang.Number |
getNumber(java.lang.String key)
|
java.lang.Number |
getNumber(java.lang.String key,
java.lang.Number def)
|
java.lang.String |
getString(java.lang.String key)
Get a String attribute in the default language. |
java.lang.String |
getString(java.lang.String key,
java.lang.String language)
Return a translation in the specified language. |
java.lang.String |
getTranslation(java.lang.String key)
Return a translation in the default language. |
java.util.Map |
getWriteableMap()
|
java.lang.String |
instanceConfigPath()
The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances". |
void |
put(java.lang.String key,
java.lang.Object value)
|
void |
setString(java.lang.String key,
java.lang.String value)
|
void |
setString(java.lang.String key,
java.lang.String value,
java.lang.String language)
|
void |
setWriteableMap(java.util.Map writeableMap)
|
java.lang.String |
structurePath()
The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances". |
java.lang.String |
toString()
|
Methods inherited from class rle.vm.DataNode |
---|
dataList, findInfo, findInfoGroup, infoGroupList, infoGroupListRecursive, infoList |
Methods inherited from class rle.vm.VmNode |
---|
childList, findNode, getId, pathId, setId |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InfoNode()
Method Detail |
---|
public java.lang.String structurePath()
structurePath
in class DataNode
public java.lang.String instanceConfigPath()
public void setWriteableMap(java.util.Map writeableMap)
public java.util.Map getWriteableMap()
public java.awt.Color getColor(java.lang.String s)
public java.lang.String getString(java.lang.String key)
key
-
public java.lang.Number getNumber(java.lang.String key)
public java.lang.Number getNumber(java.lang.String key, java.lang.Number def)
public java.lang.Object get(java.lang.String key)
public void put(java.lang.String key, java.lang.Object value)
public java.lang.String getString(java.lang.String key, java.lang.String language)
key
- language
-
public void setString(java.lang.String key, java.lang.String value)
public void setString(java.lang.String key, java.lang.String value, java.lang.String language)
public java.lang.String toString()
toString
in class VmNode
public java.lang.String getTranslation(java.lang.String key)
key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |