rle.vm
Class InfoNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by rle.vm.VmNode
          extended by rle.vm.DataNode
              extended by rle.vm.InfoNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class InfoNode
extends DataNode

Node class for information nodes built according to the structure nodes.

See Also:
Serialized Form

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

InfoNode

public InfoNode()
Method Detail

structurePath

public 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".

Specified by:
structurePath in class DataNode

instanceConfigPath

public 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".


setWriteableMap

public void setWriteableMap(java.util.Map writeableMap)

getWriteableMap

public java.util.Map getWriteableMap()

getColor

public java.awt.Color getColor(java.lang.String s)

getString

public java.lang.String getString(java.lang.String key)
Get a String attribute in the default language.

Parameters:
key -
Returns:

getNumber

public java.lang.Number getNumber(java.lang.String key)

getNumber

public java.lang.Number getNumber(java.lang.String key,
                                  java.lang.Number def)

get

public java.lang.Object get(java.lang.String key)

put

public void put(java.lang.String key,
                java.lang.Object value)

getString

public java.lang.String getString(java.lang.String key,
                                  java.lang.String language)
Return a translation in the specified language. Language is not optional, and this method will return an empty String if there is no value in the specified language, even if a value exists for the default language.

Parameters:
key -
language -
Returns:

setString

public void setString(java.lang.String key,
                      java.lang.String value)

setString

public void setString(java.lang.String key,
                      java.lang.String value,
                      java.lang.String language)

toString

public java.lang.String toString()
Overrides:
toString in class VmNode

getTranslation

public java.lang.String getTranslation(java.lang.String key)
Return a translation in the default language.

Parameters:
key -
Returns: