Package de.team33.sphinx.metis
Interface Frames.Setup<F extends Frame,S extends Frames.Setup<F,S>>
- Type Parameters:
F- The final type of the target instance, at leastFrame.S- The final type of the Setup implementation.
- All Superinterfaces:
Components.Setup<F,,S> Containers.Setup<F,,S> Setup<F,,S> Windows.Setup<F,S>
- All Known Subinterfaces:
JFrames.Setup<F,S>
- All Known Implementing Classes:
Frames.Builder,Frames.Charger,JFrames.Builder,JFrames.Charger
- Enclosing class:
- Frames
- 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 Frames.Setup<F extends Frame,S extends Frames.Setup<F,S>>
extends Windows.Setup<F,S>
Utility interface to set up a target instance of
Frame.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetExtendedState(int state) default SsetMaximizedBounds(Rectangle bounds) default SsetMenuBar(MenuBar menuBar) default SsetResizable(boolean resizable) default SsetState(int state) default Sdefault SsetUndecorated(boolean undecorated) Methods 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
-
setExtendedState
- See Also:
-
setMaximizedBounds
- See Also:
-
setMenuBar
- See Also:
-
setResizable
- See Also:
-
setState
- See Also:
-
setTitle
- See Also:
-
setUndecorated
- See Also:
-