|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use TreeTool | |
---|---|
rle.core.data | |
rle.vm | |
rle.vm.editor |
Uses of TreeTool in rle.core.data |
---|
Methods in rle.core.data with parameters of type TreeTool | |
---|---|
void |
AttributeTypeCombo.initialize(AttributeBean attribute,
InfoNode owner,
TreeTool treeTool)
|
Uses of TreeTool in rle.vm |
---|
Subclasses of TreeTool in rle.vm | |
---|---|
class |
VariantMgr
The main class for the variant manager. |
Fields in rle.vm declared as TreeTool | |
---|---|
protected TreeTool |
AbstractForm.tool
|
protected TreeTool |
Editor.treeTool
|
Methods in rle.vm that return TreeTool | |
---|---|
TreeTool |
Editor.getTreeTool()
|
Methods in rle.vm with parameters of type TreeTool | |
---|---|
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)
|
void |
Editor.setTreeTool(TreeTool treeTool)
|
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. |
Constructors in rle.vm with parameters of type TreeTool | |
---|---|
TranslatingVMCellRenderer(TreeTool tool)
|
|
ValidatingVMCellRenderer(TreeTool tool)
|
Uses of TreeTool in rle.vm.editor |
---|
Methods in rle.vm.editor with parameters of type TreeTool | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |