Package de.team33.sphinx.metis
Interface Dialogs.Setup<D extends Dialog,S extends Dialogs.Setup<D,S>>
- Type Parameters:
D- The final type of the target instance, at leastDialog.S- The final type of the Setup implementation.
- All Superinterfaces:
Components.Setup<D,,S> Containers.Setup<D,,S> Setup<D,,S> Windows.Setup<D,S>
- All Known Subinterfaces:
JDialogs.Setup<T,S>
- All Known Implementing Classes:
Dialogs.Builder,Dialogs.Charger,JDialogs.Builder,JDialogs.Charger
- Enclosing class:
- Dialogs
- 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 Dialogs.Setup<D extends Dialog,S extends Dialogs.Setup<D,S>>
extends Windows.Setup<D,S>
Utility interface to set up a target instance of
Dialog.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetModal(boolean modal) default Sdefault SsetResizable(boolean resizable) 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
-
setModal
- See Also:
-
setModalityType
- See Also:
-
setResizable
- See Also:
-
setTitle
- See Also:
-
setUndecorated
- See Also:
-