Class JSliderHpr


  • public class JSliderHpr
    extends RJHelper
    This class is a RJHelper implementation for JSlider.

    Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill .

    • Constructor Detail

      • JSliderHpr

        public JSliderHpr()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(RXElement anElement)
        Creates a new instance of class for given element.
        Overrides:
        newInstance in class RJHelper
      • initInstance

        public void initInstance​(javax.swing.JComponent aComponent)
        Initializes the given instance (actually called the first time an owner is set).
        Overrides:
        initInstance in class RJHelper
      • getValue

        public java.lang.Object getValue​(javax.swing.JComponent aComponent)
        Returns a component's value.
        Overrides:
        getValue in class RJHelper
      • setValue

        public void setValue​(javax.swing.JComponent aComponent,
                             java.lang.Object anObj)
        Sets a components value.
        Overrides:
        setValue in class RJHelper
      • getIntValue

        public int getIntValue​(javax.swing.JComponent aComponent)
        Returns the int value of the slider.
        Overrides:
        getIntValue in class RJHelper
      • setValue

        public void setValue​(javax.swing.JComponent aComponent,
                             int aValue)
        Sets the int value of the slider.
        Overrides:
        setValue in class RJHelper
      • getFloatValue

        public float getFloatValue​(javax.swing.JComponent aComponent)
        Returns the float value of the slider.
        Overrides:
        getFloatValue in class RJHelper
      • setValue

        public void setValue​(javax.swing.JComponent aComponent,
                             float aValue)
        Sets the float value of the slider.
        Overrides:
        setValue in class RJHelper
      • fromXML

        public void fromXML​(javax.swing.JComponent aComponent,
                            RXArchiver anArchiver,
                            RXElement anElement)
        XML unarchival.
        Overrides:
        fromXML in class RJHelper