class PropertyStyleSettingGui<T> extends java.lang.Object implements StyleSettingGui
StyleSetting.PropertyStyleSetting
class.Modifier and Type | Class and Description |
---|---|
(package private) class |
PropertyStyleSettingGui.PropertyStyleSettingAction |
Modifier and Type | Field and Description |
---|---|
private StyleSetting.PropertyStyleSetting<T> |
setting |
Constructor and Description |
---|
PropertyStyleSettingGui(StyleSetting.PropertyStyleSetting<T> 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
|
private final StyleSetting.PropertyStyleSetting<T> setting
PropertyStyleSettingGui(StyleSetting.PropertyStyleSetting<T> 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