Class JSplitPaneHpr<T extends JSplitPane>


public class JSplitPaneHpr<T extends JSplitPane> extends JComponentHpr<T>
Ribs Helper for JSplitPane
  • Constructor Details

    • JSplitPaneHpr

      public JSplitPaneHpr()
  • Method Details

    • initUI

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

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

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

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