javax.swing.plaf.metal
Class MetalTabbedPaneUIjava.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.TabbedPaneUI | +--javax.swing.plaf.basic.BasicTabbedPaneUI | +--javax.swing.plaf.metal.MetalTabbedPaneUI
- All Implemented Interfaces:
- SwingConstants
- public class MetalTabbedPaneUI
- extends BasicTabbedPaneUI
The Metal subclass of BasicTabbedPaneUI.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.
Nested Class Summary
class MetalTabbedPaneUI.TabbedPaneLayout
This inner class is marked "public" due to a compiler bug.
Nested classes inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI BasicTabbedPaneUI.FocusHandler, BasicTabbedPaneUI.MouseHandler, BasicTabbedPaneUI.PropertyChangeHandler, BasicTabbedPaneUI.TabSelectionHandler
Field Summary
protected int minTabWidth
protected Color selectColor
protected Color selectHighlight
protected Color tabAreaBackground
Fields inherited from class javax.swing.plaf.basic.BasicTabbedPaneUI calcRect, contentBorderInsets, darkShadow, downKey, focus, focusListener, highlight, leftKey, lightHighlight, maxTabHeight, maxTabWidth, mouseListener, propertyChangeListener, rects, rightKey, runCount, selectedRun, selectedTabPadInsets, shadow, tabAreaInsets, tabChangeListener,