Package Summary  Overview Summary

class:TabbedPaneUI [NONE]

constructor:<init>() [NONE]

  • TabbedPaneUI

    public TabbedPaneUI()

method:tabForCoordinate(javax.swing.JTabbedPane,int,int) [NONE]

  • 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

method:getTabBounds(javax.swing.JTabbedPane,int) [NONE]

  • 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

method:getTabRunCount(javax.swing.JTabbedPane) [NONE]

  • getTabRunCount

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

© 2019 Oracle Corporation and/or its affiliates