Package de.team33.sphinx.metis
Interface JSplitPanes.Setup<T extends JSplitPane,S extends JSplitPanes.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJSplitPane.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:
JSplitPanes.Builder,JSplitPanes.Charger
- Enclosing class:
- JSplitPanes
- 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 JSplitPanes.Setup<T extends JSplitPane,S extends JSplitPanes.Setup<T,S>>
extends JComponents.Setup<T,S>
Utility interface to set up a target instance of
JSplitPane.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetBottomComponent(Component arg0) default SsetContinuousLayout(boolean arg0) default SsetDividerLocation(double arg0) default SsetDividerLocation(int arg0) default SsetDividerSize(int arg0) default SsetLastDividerLocation(int arg0) default SsetLeftComponent(Component arg0) default SsetOneTouchExpandable(boolean arg0) default SsetOrientation(int arg0) default SsetResizeWeight(double arg0) default SsetRightComponent(Component arg0) default SsetTopComponent(Component arg0) default SsetUI(SplitPaneUI 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
-
setBottomComponent
- See Also:
-
setContinuousLayout
- See Also:
-
setDividerLocation
- See Also:
-
setDividerLocation
- See Also:
-
setDividerSize
- See Also:
-
setLastDividerLocation
- See Also:
-
setLeftComponent
- See Also:
-
setOneTouchExpandable
-
setOrientation
- See Also:
-
setResizeWeight
- See Also:
-
setRightComponent
- See Also:
-
setTopComponent
- See Also:
-
setUI
- See Also:
-