Class JTabbedPaneTool


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

    • JTabbedPaneTool

      public JTabbedPaneTool()
  • Method Details

    • 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 Class getShapeClass()
      Returns the class that this tool is responsible for.
      Overrides:
      getShapeClass in class RMParentShapeTool
    • getWindowTitle

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

      public JTabbedPaneShape getSelectedShape()
      Returns the tab pane shape.
      Overrides:
      getSelectedShape in class RMTool
    • getSize

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

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

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