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