Uses of Class
rle.vm.InfoNode

Packages that use InfoNode
rle.core.data   
rle.core.vm   
rle.vm   
rle.vm.editor   
 

Uses of InfoNode in rle.core.data
 

Methods in rle.core.data with parameters of type InfoNode
 void AttributeTypeCombo.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 

Uses of InfoNode in rle.core.vm
 

Constructors in rle.core.vm with parameters of type InfoNode
InfoView(InfoNode owner, GameContext context)
          Initializes a view of an owner InfoNode.
 

Uses of InfoNode in rle.vm
 

Fields in rle.vm declared as InfoNode
protected  InfoNode Editor.owner
           
 

Methods in rle.vm that return InfoNode
 InfoNode DataNode.findInfo(java.lang.String path)
           
 InfoNode Editor.getOwner()
           
 

Methods in rle.vm that return types with arguments of type InfoNode
 java.util.List<InfoNode> DataNode.infoList()
          Returns an unmodifiable list of child InfoNodes
 

Methods in rle.vm with parameters of type InfoNode
 void Editor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void Editor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Method called to configure the editor.
 void AbstractForm.initialize(InfoNode node, TreeTool tool)
           
 void Form.initialize(InfoNode node, TreeTool tool)
           
 void InfoForm.initialize(InfoNode node, TreeTool tool)
           
 void TranslationForm.initialize(InfoNode node, TreeTool tool)
           
 SchemaInstanceNode SchemaBean.instanceConfigPath(InfoNode node)
          The structure path is the pathId with "instances" replacing the id's of any instances in the path,ommitting the final "instances".
protected  void VariantMgr.refreshStructure(InfoNode node)
          Ensure that the given InfoNode conforms to its structural specification.
 void Editor.setOwner(InfoNode owner)
           
 java.util.List<java.lang.String> Editor.validate(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Analyze the data saved for this attribute and return any validation errors that the user needs to be notified of, or an empty List if there are no such errors.
 

Uses of InfoNode in rle.vm.editor
 

Methods in rle.vm.editor with parameters of type InfoNode
 void CheckBoxEditor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void FormattedTextEditor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void NumberEditor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void TextAreaEditor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void TextEditor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void TranslatedTextEditor.applyDefaults(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Enforce any default value that might be appropriate.
 void CheckBoxEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void ColorEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void FormattedTextEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void KeyCaptureEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void NodeComboEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void NumberEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void ProviderEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void SwitcherEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void TextAreaEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void TextEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void TileSetComboEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
           
 void TranslatedTextEditor.initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)