Package de.team33.sphinx.metis
Interface JInternalFrames.Setup<T extends JInternalFrame,S extends JInternalFrames.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJInternalFrame.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:
JInternalFrames.Builder,JInternalFrames.Charger
- Enclosing class:
- JInternalFrames
- 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 JInternalFrames.Setup<T extends JInternalFrame,S extends JInternalFrames.Setup<T,S>>
extends JComponents.Setup<T,S>
Utility interface to set up a target instance of
JInternalFrame.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetClosable(boolean arg0) default SsetClosed(boolean arg0) default SsetContentPane(Container arg0) default SsetDefaultCloseOperation(int arg0) default Sdefault SsetFrameIcon(Icon arg0) default SsetGlassPane(Component arg0) default SsetIcon(boolean arg0) default SsetIconifiable(boolean arg0) default SsetJMenuBar(JMenuBar arg0) default SsetLayer(int arg0) default Sdefault SsetLayeredPane(JLayeredPane arg0) default SsetMaximizable(boolean arg0) default SsetMaximum(boolean arg0) default SsetNormalBounds(Rectangle arg0) default SsetResizable(boolean arg0) default SsetSelected(boolean arg0) default Sdefault SsetUI(InternalFrameUI arg0) 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.JComponents.Setup
setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDoubleBuffered, setInheritsPopupMenu, setInputMap, setInputVerifier, setOpaque, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget
-
Method Details
-
setClosable
- See Also:
-
setClosed
- See Also:
-
setContentPane
- See Also:
-
setDefaultCloseOperation
-
setDesktopIcon
-
setFrameIcon
- See Also:
-
setGlassPane
- See Also:
-
setIcon
- See Also:
-
setIconifiable
- See Also:
-
setJMenuBar
- See Also:
-
setLayer
- See Also:
-
setLayer
- See Also:
-
setLayeredPane
-
setMaximizable
- See Also:
-
setMaximum
- See Also:
-
setNormalBounds
-
setResizable
- See Also:
-
setSelected
- See Also:
-
setTitle
- See Also:
-
setUI
- See Also:
-