Uses of Interface
rle.vm.Saveable

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

Uses of Saveable in rle.core.data
 

Classes in rle.core.data that implement Saveable
 class AttributeTypeCombo
          Drop down to choose from rle.core.data.AttributeType's.
 

Uses of Saveable in rle.vm
 

Subinterfaces of Saveable in rle.vm
 interface Form
          The interface for objects that can serve as the form on the right-hand side of the tree tool.
 

Classes in rle.vm that implement Saveable
 class AbstractForm
          Base Class that provides a UI to configure a selected InfoNode.
 class Editor
          A ui component that edits a particular attribute.
 class InfoForm
          Class that provides a UI to configure a selected InfoNode.
 class TranslationForm
          Class that provides a UI that shows just the translatable attributes for an InfoNode.
 

Uses of Saveable in rle.vm.editor
 

Classes in rle.vm.editor that implement Saveable
 class CheckBoxEditor
          Simple editor for setting a flag using a checkbox.
 class ColorEditor
          Simple editor for selecting a color.
 class FormattedTextEditor
          Editor for formatted text, which takes a mask.
 class KeyCaptureEditor
          Editor for selecting a KeyStroke
 class NodeComboEditor
          Simple editor for selecting from a list of child nodes.
 class NumberEditor
          Simple editor for picking numbers.
 class ProviderEditor
          Editor for configuring plug-in providers, essentially a class with parameters.
 class SwitcherEditor
          An editor for switching items between two list boxes; the box on the right is considered selected.
 class TextAreaEditor
          Simple editor for editing non-translatable text.
 class TextEditor
          Simple editor for editing non-translatable text.
 class TileSetComboEditor
          Simple editor for selecting from a list of child nodes.
 class TranslatedTextEditor
          This control is intended to edit the values for a particular message in every supported language.