Class SliderSkin

    • Constructor Detail

      • SliderSkin

        public SliderSkin()
    • Method Detail

      • getSlider

        public Slider getSlider()
        Returns:
        The slider component we are attached to.
      • install

        public void install​(Component component)
        Description copied from class: ComponentSkin
        Must be implemented in every subclass in order to do component-specific operations at instantiation time, but every subclass must call this superclass method to setup the necessary listeners, etc.
        Specified by:
        install in interface Skin
        Overrides:
        install in class ContainerSkin
        Parameters:
        component - The component to which the skin is being attached.