Class JTabbedPaneShape

    • Constructor Detail

      • JTabbedPaneShape

        public JTabbedPaneShape()
        Creates a new tabbed pane shape.
      • JTabbedPaneShape

        public JTabbedPaneShape​(javax.swing.JComponent aComponent)
        Creates a new tabbed pane for the given JTabbedPane.
    • Method Detail

      • getTabbedPane

        public javax.swing.JTabbedPane getTabbedPane()
        Returns the JTabbedPane for this shape.
      • getSelectedIndex

        public int getSelectedIndex()
        Returns the tap pane's selected index.
      • setSelectedIndex

        public void setSelectedIndex​(int anIndex)
        Sets the tab pane's selected index.
      • superSelectable

        public boolean superSelectable()
        Editor method - overrides default implementation to indicate shape is super selectable.
        Overrides:
        superSelectable in class RMShape
      • childrenSuperSelectImmediately

        public boolean childrenSuperSelectImmediately()
        Editor method - overrides default implementation to indicate children should super select immediately.
        Overrides:
        childrenSuperSelectImmediately in class RMShape
      • toXML

        public RXElement toXML​(RXArchiver anArchiver)
        Overriden to fix up tabbed pane after default implementation gets done mucking with it.
        Overrides:
        toXML in class RJShape