Package de.team33.sphinx.metis
Interface JSliders.Setup<T extends JSlider,S extends JSliders.Setup<T,S>>
- Type Parameters:
T- The final type of the target instance, at leastJSlider.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:
JSliders.Builder,JSliders.Charger
- Enclosing class:
- JSliders
- 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 JSliders.Setup<T extends JSlider,S extends JSliders.Setup<T,S>>
extends JComponents.Setup<T,S>
Utility interface to set up a target instance of
JSlider.-
Method Summary
Modifier and TypeMethodDescriptiondefault SsetExtent(int arg0) default SsetInverted(boolean arg0) default SsetLabelTable(Dictionary<?, ?> arg0) default SsetMajorTickSpacing(int arg0) default SsetMaximum(int arg0) default SsetMinimum(int arg0) default SsetMinorTickSpacing(int arg0) default SsetModel(BoundedRangeModel arg0) default SsetOrientation(int arg0) default SsetPaintLabels(boolean arg0) default SsetPaintTicks(boolean arg0) default SsetPaintTrack(boolean arg0) default SsetSnapToTicks(boolean arg0) default Sdefault SsetValue(int arg0) default SsetValueIsAdjusting(boolean 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
-
setExtent
- See Also:
-
setInverted
- See Also:
-
setLabelTable
- See Also:
-
setMajorTickSpacing
- See Also:
-
setMaximum
- See Also:
-
setMinimum
- See Also:
-
setMinorTickSpacing
- See Also:
-
setModel
- See Also:
-
setOrientation
- See Also:
-
setPaintLabels
- See Also:
-
setPaintTicks
- See Also:
-
setPaintTrack
- See Also:
-
setSnapToTicks
- See Also:
-
setUI
- See Also:
-
setValue
- See Also:
-
setValueIsAdjusting
- See Also:
-