public class BooleanStyleSettingGui extends java.lang.Object implements StyleSettingGui
StyleSetting.BooleanStyleSetting
class.Modifier and Type | Class and Description |
---|---|
(package private) static class |
BooleanStyleSettingGui.BooleanStyleSettingCheckBoxMenuItem |
Modifier and Type | Field and Description |
---|---|
(package private) StyleSetting.BooleanStyleSetting |
setting |
Constructor and Description |
---|
BooleanStyleSettingGui(StyleSetting.BooleanStyleSetting setting)
Constructs a new
BooleanStyleSettingGui . |
Modifier and Type | Method and Description |
---|---|
void |
addMenuEntry(javax.swing.JMenu menu)
Adds the menu entry for the corresponding style setting to the menu
|
final StyleSetting.BooleanStyleSetting setting
public BooleanStyleSettingGui(StyleSetting.BooleanStyleSetting setting)
BooleanStyleSettingGui
.setting
- boolean style settingpublic void addMenuEntry(javax.swing.JMenu menu)
StyleSettingGui
addMenuEntry
in interface StyleSettingGui
menu
- The menu to add the setting to