Package de.team33.sphinx.metis
Interface JMenuItems.Setup<T extends JMenuItem,S extends JMenuItems.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJMenuItem.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> Setup<T,S>
- All Known Subinterfaces:
JCheckBoxMenuItems.Setup<T,,S> JMenus.Setup<T,,S> JRadioButtonMenuItems.Setup<T,S>
- All Known Implementing Classes:
JCheckBoxMenuItems.Builder,JCheckBoxMenuItems.Charger,JMenuItems.Builder,JMenuItems.Charger,JMenus.Builder,JMenus.Charger,JRadioButtonMenuItems.Builder,JRadioButtonMenuItems.Charger
- Enclosing class:
- JMenuItems
- 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 JMenuItems.Setup<T extends JMenuItem,S extends JMenuItems.Setup<T,S>>
extends AbstractButtons.Setup<T,S>
Utility interface to set up a target instance of
JMenuItem.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetAccelerator(KeyStroke arg0) default SsetArmed(boolean arg0) default SsetUI(MenuItemUI arg0) Methods inherited from interface de.team33.sphinx.metis.AbstractButtons.Setup
setAction, setActionCommand, setBorderPainted, setContentAreaFilled, setDisabledIcon, setDisabledSelectedIcon, setDisplayedMnemonicIndex, setFocusPainted, setHideActionText, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setMargin, setMnemonic, setMnemonic, setModel, setMultiClickThreshold, setPressedIcon, setRolloverEnabled, setRolloverIcon, setRolloverSelectedIcon, setSelected, setSelectedIcon, setText, setUI, setVerticalAlignment, setVerticalTextPositionMethods 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
-
setAccelerator
- See Also:
-
setArmed
- See Also:
-
setUI
- See Also:
-