Interface JMenus.Setup<T extends JMenu,S extends JMenus.Setup<T,S>>

Type Parameters:
T - The final type of the target instance, at least JMenu.
S - The final type of the Setup implementation.
All Superinterfaces:
AbstractButtons.Setup<T,S>, Components.Setup<T,S>, Containers.Setup<T,S>, JComponents.Setup<T,S>, JMenuItems.Setup<T,S>, Setup<T,S>
All Known Implementing Classes:
JMenus.Builder, JMenus.Charger
Enclosing class:
JMenus
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 static interface JMenus.Setup<T extends JMenu,S extends JMenus.Setup<T,S>> extends JMenuItems.Setup<T,S>
Utility interface to set up a target instance of JMenu.