altosui: Call config UI from AltosConfigData directly
authorKeith Packard <keithp@keithp.com>
Sat, 8 Dec 2012 01:27:48 +0000 (17:27 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Dec 2012 01:27:48 +0000 (17:27 -0800)
commit1489c7f75f7b9ce547ac49c157b440c4f9131ef4
tree60eb9b3d9d25c4e6cb0920385a3c3eee3396b815
parentc10f9a438ed5789479d21c78153ca7f14c05534c
altosui: Call config UI from AltosConfigData directly

Don't make AltosConfig have a pile of config code, stick that in
AltosConfigData instead. This uses a new interface, AltosConfigValues
to get from AltosConfigData to the UI.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java
altoslib/AltosConfigValues.java [new file with mode: 0644]
altoslib/Makefile.am
altosui/AltosConfig.java
altosui/AltosConfigUI.java