Class JSplitPaneHpr


  • public class JSplitPaneHpr
    extends RJHelper
    • Constructor Detail

      • JSplitPaneHpr

        public JSplitPaneHpr()
    • 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
      • getComponentCount

        public int getComponentCount​(javax.swing.JComponent aComponent)
        Returns the Ribs-relevant child component count.
        Overrides:
        getComponentCount in class RJHelper
      • getComponent

        public javax.swing.JComponent getComponent​(javax.swing.JComponent aComponent,
                                                   int anIndex)
        Returns the Ribs-relevant child component at the given index.
        Overrides:
        getComponent in class RJHelper
      • fromXML

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

        public void add​(javax.swing.JComponent parent,
                        javax.swing.JComponent child)
        Does nothing. components should be added with setTop, setBottom
        Overrides:
        add in class RJHelper