rle.vm.editor
Class TileSetComboEditor

java.lang.Object
  extended by rle.vm.Editor
      extended by rle.vm.editor.TileSetComboEditor
All Implemented Interfaces:
Saveable

public class TileSetComboEditor
extends Editor

Simple editor for selecting from a list of child nodes. The parent parameter must be set by the attribute, specifying the complete path of the parent node whose children will make up our list of choices.


Field Summary
 
Fields inherited from class rle.vm.Editor
attribute, owner, parameters, treeTool
 
Constructor Summary
TileSetComboEditor()
           
 
Method Summary
 javax.swing.JComponent getEditorComponent()
          Returns the component that forms the UI for this Editor.
 void initialize(AttributeBean attribute, InfoNode owner, TreeTool treeTool)
          Method called to configure the editor.
 void save()
           
 
Methods inherited from class rle.vm.Editor
applyDefaults, getAttribute, getOwner, getParameters, getTreeTool, paramMap, paramMap, setAttribute, setOwner, setParameters, setTreeTool, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileSetComboEditor

public TileSetComboEditor()
Method Detail

save

public void save()
Specified by:
save in interface Saveable
Overrides:
save in class Editor

getEditorComponent

public javax.swing.JComponent getEditorComponent()
Returns the component that forms the UI for this Editor. initialize() must be called before calling this method to create the component.

Specified by:
getEditorComponent in class Editor

initialize

public void initialize(AttributeBean attribute,
                       InfoNode owner,
                       TreeTool treeTool)
Description copied from class: Editor
Method called to configure the editor. May be overridden in sub classes to perform any needed layout. This method calls applyDefaults() to allow subclasses to assume that a value exists (if a default is specified).

Overrides:
initialize in class Editor