Class JTabbedPaneTool


  • public class JTabbedPaneTool
    extends JComponentTool
    Provides Ribs UI editing for JTabbedPaneShape.
    • Constructor Detail

      • JTabbedPaneTool

        public JTabbedPaneTool()
    • Method Detail

      • initUI

        protected void initUI()
        Initialize UI panel for this inspector.
        Overrides:
        initUI in class UIOwner
      • resetUI

        public void resetUI()
        Resets UI from currently selected tab pane shape.
        Overrides:
        resetUI in class UIOwner
      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the class that this tool is responsible for.
        Overrides:
        getShapeClass in class RMParentShapeTool
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name to be used for this tool in inspector window title.
        Overrides:
        getWindowTitle in class RMParentShapeTool
      • getSize

        public int getSize()
        RJListController interface - returns tab count.
      • getItemAt

        public java.lang.String getItemAt​(int anIndex)
        RJListController interface - returns tab title at index.
      • itemWasSelected

        public void itemWasSelected​(int i)
        RJListController interface - notifies that item was selected.