Uses of Class
rle.vm.AttributeBean

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

Uses of AttributeBean in rle.core.data
 

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

Uses of AttributeBean in rle.vm
 

Fields in rle.vm declared as AttributeBean
protected  AttributeBean Editor.attribute
           
 

Methods in rle.vm that return AttributeBean
 AttributeBean AttributeBean.deriveAttribute(java.lang.String tag)
          Return an attribute with the same properties as this one, but with .
 AttributeBean Editor.getAttribute()
           
 

Methods in rle.vm that return types with arguments of type AttributeBean
 java.util.Map<java.lang.String,AttributeBean> AttributeSetBean.getAttributes()
           
 

Methods in rle.vm with parameters of type AttributeBean
 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.
protected  java.util.Map Editor.paramMap(AttributeBean a)
           
 void Editor.setAttribute(AttributeBean attribute)
           
 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.
 

Method parameters in rle.vm with type arguments of type AttributeBean
 void AttributeSetBean.setAttributes(java.util.Map<java.lang.String,AttributeBean> attributes)
           
 

Uses of AttributeBean in rle.vm.editor
 

Methods in rle.vm.editor with parameters of type AttributeBean
 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)