Class JSplitPaneHpr<T extends javax.swing.JSplitPane>


  • public class JSplitPaneHpr<T extends javax.swing.JSplitPane>
    extends JComponentHpr<T>
    Ribs Helper for JSplitPane
    • Constructor Detail

      • JSplitPaneHpr

        public JSplitPaneHpr()
    • Method Detail

      • initUI

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

        public int getChildCount​(T aSplitPane)
        Returns the Ribs-relevant child component count.
        Overrides:
        getChildCount in class JComponentHpr<T extends javax.swing.JSplitPane>
      • getChild

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

        public static void setDividerLocation​(javax.swing.JSplitPane aSplitPane,
                                              java.lang.String aName,
                                              float aDefault)
        Sets the splitpane location by name (saved to preferences).