FileDocCategorySizeDatePackage
TabbedPaneUI.javaAPI DocJava SE 5 API664Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

TabbedPaneUI

public abstract class TabbedPaneUI extends ComponentUI
Pluggable look and feel interface for JTabbedPane.
version
1.15 12/19/03
author
Dave Moore
author
Amy Fowler

Fields Summary
Constructors Summary
Methods Summary
public abstract java.awt.RectanglegetTabBounds(javax.swing.JTabbedPane pane, int index)

public abstract intgetTabRunCount(javax.swing.JTabbedPane pane)

public abstract inttabForCoordinate(javax.swing.JTabbedPane pane, int x, int y)