Uses of Interface
ca.cgjennings.apps.arkham.diy.SettingBackedControl
-
Packages that use SettingBackedControl Package Description ca.cgjennings.apps.arkham.dialog.prefs ca.cgjennings.apps.arkham.diy ca.cgjennings.ui -
-
Uses of SettingBackedControl in ca.cgjennings.apps.arkham.dialog.prefs
Classes in ca.cgjennings.apps.arkham.dialog.prefs that implement SettingBackedControl Modifier and Type Class Description class
SBSliderKit
Creates a slider that implements theSettingBackedControl
interface and follows the layout of sliders that appear in the standard preference categories.Methods in ca.cgjennings.apps.arkham.dialog.prefs that return SettingBackedControl Modifier and Type Method Description SettingBackedControl
FillInPreferenceCategory. add(java.lang.String key, SettingBackedControl control)
Adds any setting backed control, mapped to key.Methods in ca.cgjennings.apps.arkham.dialog.prefs with parameters of type SettingBackedControl Modifier and Type Method Description SettingBackedControl
FillInPreferenceCategory. add(java.lang.String key, SettingBackedControl control)
Adds any setting backed control, mapped to key. -
Uses of SettingBackedControl in ca.cgjennings.apps.arkham.diy
Classes in ca.cgjennings.apps.arkham.diy that implement SettingBackedControl Modifier and Type Class Description class
SBCheckBox
AJCheckBox
that implements theSettingBackedControl
interface.class
SBDropDown<E>
AJComboBox
that implements theSettingBackedControl
interface.class
SBIntSpinner
An integer-valued spinner that implements theSettingBackedControl
interface.class
SBTextField
AJTextField
that implements theSettingBackedControl
interface. -
Uses of SettingBackedControl in ca.cgjennings.ui
Classes in ca.cgjennings.ui that implement SettingBackedControl Modifier and Type Class Description class
JCycleButton<M>
A user interface control that cycles through a fixed set of options.
-