Class ImmutableSlider

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
ScalingSlider

public class ImmutableSlider
extends JSlider
A JSlider that remains unchanged regardless of the scaling. To change, you have to re-instantiate it.

Used for the HighDPISupport pane, where it is vital to preserve state, so that the user can continue to work with its components.

The LookAndFeel immutable JSlider has two skins, one plain and one color-coded.

Since:
2.6.4
Author:
D. Garkov
See Also:
Serialized Form
  • Constructor Details

    • ImmutableSlider

      public ImmutableSlider()
    • ImmutableSlider

      public ImmutableSlider​(int orientation)
    • ImmutableSlider

      public ImmutableSlider​(BoundedRangeModel brm)
    • ImmutableSlider

      public ImmutableSlider​(int min, int max)
    • ImmutableSlider

      public ImmutableSlider​(int min, int max, int value)
    • ImmutableSlider

      public ImmutableSlider​(int orientation, int min, int max, int value)
  • Method Details