Class JSpinnerHpr<T extends javax.swing.JSpinner>


  • public class JSpinnerHpr<T extends javax.swing.JSpinner>
    extends JComponentHpr<T>
    Implements Ribs bindings for JSpinner.
    • Constructor Detail

      • JSpinnerHpr

        public JSpinnerHpr()
    • Method Detail

      • getChildCount

        public int getChildCount​(T anObj)
        Override to suppress children.
        Overrides:
        getChildCount in class JComponentHpr<T extends javax.swing.JSpinner>
      • initUI

        public void initUI​(T aSpinner,
                           UIOwner anOwner)
        Initializes newly created object.
        Overrides:
        initUI in class JComponentHpr<T extends javax.swing.JSpinner>
      • getEditorTextField

        public javax.swing.JFormattedTextField getEditorTextField​(javax.swing.JSpinner aSpinner)
        Returns the spinner editor textfield.
      • getPropertyNamesImpl

        protected java.util.List<java.lang.String> getPropertyNamesImpl​(T anObj)
        Returns the property names for given object.
        Overrides:
        getPropertyNamesImpl in class JComponentHpr<T extends javax.swing.JSpinner>
      • setValue

        public void setValue​(T aSpinner,
                             java.lang.String aPropertyName,
                             java.lang.Object aValue)
        Sets an object's value for given property name.
        Overrides:
        setValue in class UIHelper<T extends javax.swing.JSpinner>