Package de.team33.sphinx.metis
Interface JMenuBars.Setup<T extends JMenuBar,S extends JMenuBars.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJMenuBar.S- The final type of the Setup implementation.
- All Superinterfaces:
Components.Setup<T,,S> Containers.Setup<T,,S> JComponents.Setup<T,,S> Setup<T,S>
- All Known Implementing Classes:
JMenuBars.Builder,JMenuBars.Charger
- Enclosing class:
- JMenuBars
- 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 JMenuBars.Setup<T extends JMenuBar,S extends JMenuBars.Setup<T,S>>
extends JComponents.Setup<T,S>
Utility interface to set up a target instance of
JMenuBar.-
Method Summary
Modifier and TypeMethodDescriptiondefault Sdefault SsetBorderPainted(boolean arg0) default SsetHelpMenu(JMenu arg0) default Sdefault SsetSelected(Component arg0) default Sdefault SMethods inherited from interface de.team33.sphinx.metis.Components.Setup
add, remove, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, subscribe, subscribeMethods inherited from interface de.team33.sphinx.metis.Containers.Setup
add, add, add, add, add, remove, remove, removeAll, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayoutMethods inherited from interface de.team33.sphinx.metis.JComponents.Setup
setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDoubleBuffered, setInheritsPopupMenu, setInputMap, setInputVerifier, setOpaque, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget
-
Method Details
-
add
- See Also:
-
setBorderPainted
- See Also:
-
setHelpMenu
- See Also:
-
setMargin
- See Also:
-
setSelected
- See Also:
-
setSelectionModel
-
setUI
- See Also:
-