Class JTabbedPaneHpr


  • public class JTabbedPaneHpr
    extends RJHelper
    • Constructor Detail

      • JTabbedPaneHpr

        public JTabbedPaneHpr()
    • 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
      • getValue

        public java.lang.Object getValue​(javax.swing.JComponent aComponent)
        Returns the switch pane's current pane.
        Overrides:
        getValue in class RJHelper
      • getStringValue

        public java.lang.String getStringValue​(javax.swing.JComponent aComponent)
        Returns the switch pane's current pane's name.
        Overrides:
        getStringValue in class RJHelper
      • getIntValue

        public int getIntValue​(javax.swing.JComponent aComponent)
        Returns the switch pane's selected index.
        Overrides:
        getIntValue in class RJHelper
      • setValue

        public void setValue​(javax.swing.JComponent aComponent,
                             int aValue)
        Sets the switch pane's selected index.
        Overrides:
        setValue in class RJHelper
      • fromXML

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