Package de.team33.sphinx.metis
Interface JWindows.Setup<T extends JWindow,S extends JWindows.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJWindow.S- The final type of the Setup implementation.
- All Superinterfaces:
Components.Setup<T,,S> Containers.Setup<T,,S> Setup<T,,S> Windows.Setup<T,S>
- All Known Implementing Classes:
JWindows.Builder,JWindows.Charger
- Enclosing class:
- JWindows
- 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 JWindows.Setup<T extends JWindow,S extends JWindows.Setup<T,S>>
extends Windows.Setup<T,S>
Utility interface to set up a target instance of
JWindow.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetContentPane(Container arg0) default SsetGlassPane(Component arg0) default SsetLayeredPane(JLayeredPane arg0) default 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.Windows.Setup
pack, setAlwaysOnTop, setAutoRequestFocus, setFocusableWindowState, setIconImage, setIconImages, setLocationByPlatform, setLocationRelativeTo, setModalExclusionType, setOpacity, setShape, setType
-
Method Details
-
setContentPane
- See Also:
-
setGlassPane
- See Also:
-
setLayeredPane
- See Also:
-
setTransferHandler
-