Interface StyleSettingGui
-
- All Known Implementing Classes:
BooleanStyleSettingGui,ColorStyleSettingGui,PropertyStyleSettingGui,StyleSettingGroupGui
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface 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
-
-