com.frinika.gui
Interface OptionsBinder

All Superinterfaces:
OptionsEditor
All Known Implementing Classes:
DefaultOptionsBinder

public interface OptionsBinder
extends OptionsEditor

Binds between data fields and GUI elements, in both directions.

Author:
Jens Gulden

Method Summary
 void backup()
           
 void refresh()
          Refreshes the GUI so that it reflects the model's current state.
 void restore()
           
 void update()
          Updates the model so that it contains the values set by the user
 

Method Detail

refresh

void refresh()
Description copied from interface: OptionsEditor
Refreshes the GUI so that it reflects the model's current state.

Specified by:
refresh in interface OptionsEditor

update

void update()
Description copied from interface: OptionsEditor
Updates the model so that it contains the values set by the user

Specified by:
update in interface OptionsEditor

backup

void backup()

restore

void restore()