Package ca.cgjennings.apps.arkham.diy
Interface SettingBackedControl
-
- All Known Implementing Classes:
JCycleButton
,SBCheckBox
,SBDropDown
,SBIntSpinner
,SBSliderKit
,SBTextField
public interface SettingBackedControl
Implemented by user interface controls that can convert their state to and from settings key values automatically.- Since:
- 3.0
- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fromSetting(java.lang.String v)
Initialize this control from a setting value.java.lang.String
toSetting()
Return this control's state as a setting value.
-