Interface StyleSettingGui
-
- All Known Implementing Classes:
BooleanStyleSettingGui
,ColorStyleSettingGui
,PropertyStyleSettingGui
,StyleSettingGroupGui
public interface StyleSettingGui
GUI elements for aStyleSetting
class.- Since:
- 12831
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMenuEntry(JMenu menu)
Adds the menu entry for the corresponding style setting to the menu
-
-
-
Method Detail
-
addMenuEntry
void addMenuEntry(JMenu menu)
Adds the menu entry for the corresponding style setting to the menu- Parameters:
menu
- The menu to add the setting to
-
-