Module java.desktop

Class TabbedPaneUI

java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TabbedPaneUI
Direct Known Subclasses:
BasicTabbedPaneUI, MultiTabbedPaneUI

public abstract class TabbedPaneUI
extends ComponentUI
Pluggable look and feel interface for JTabbedPane.
  • Constructor Details

  • Method Details

    • tabForCoordinate

      public abstract int tabForCoordinate​(JTabbedPane pane, int x, int y)
      Returns the tab for the coordinate.
      Parameters:
      pane - the pane
      x - the x coordinate
      y - the y coordinate
      Returns:
      the tab for the coordinate
    • getTabBounds

      public abstract Rectangle getTabBounds​(JTabbedPane pane, int index)
      Returns the rectangle for the tab bounds.
      Parameters:
      pane - the pane
      index - the index
      Returns:
      the rectangle for the tab bounds
    • getTabRunCount

      public abstract int getTabRunCount​(JTabbedPane pane)
      Returns the tab run count.
      Parameters:
      pane - the pane
      Returns:
      the tab run count