Class JScrollPaneHpr<T extends javax.swing.JScrollPane>


  • public class JScrollPaneHpr<T extends javax.swing.JScrollPane>
    extends JComponentHpr<T>
    An RJHelper implementation for JScrollPane.
    • Constructor Detail

      • JScrollPaneHpr

        public JScrollPaneHpr()
    • Method Detail

      • getChildCount

        public int getChildCount​(T aScrollPane)
        Override to return 1 if Viewport is present.
        Overrides:
        getChildCount in class JComponentHpr<T extends javax.swing.JScrollPane>
      • getChild

        public javax.swing.JComponent getChild​(T aScrollPane,
                                               int anIndex)
        Returns the Ribs-relevant child component at the given index.
        Overrides:
        getChild in class JComponentHpr<T extends javax.swing.JScrollPane>