rle.vm
Interface Saveable

All Known Subinterfaces:
Form
All Known Implementing Classes:
AbstractForm, AttributeTypeCombo, CheckBoxEditor, ColorEditor, Editor, FormattedTextEditor, InfoForm, KeyCaptureEditor, NodeComboEditor, NumberEditor, ProviderEditor, SwitcherEditor, TextAreaEditor, TextEditor, TileSetComboEditor, TranslatedTextEditor, TranslationForm

public interface Saveable

Simple interface allowing components that perform arbitrary save operations to be handled generically.


Method Summary
 void save()
           
 

Method Detail

save

void save()