java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.TabbedPaneUI | +--javax.swing.plaf.basic.BasicTabbedPaneUI
A Basic L&F implementation of TabbedPaneUI.
| Inner Class Summary | |
class |
BasicTabbedPaneUI.FocusHandler
BasicTabbedPaneUI.FocusHandler
|
class |
BasicTabbedPaneUI.MouseHandler
BasicTabbedPaneUI.MouseHandler
|
class |
BasicTabbedPaneUI.PropertyChangeHandler
BasicTabbedPaneUI.PropertyChangeHandler
|
class |
BasicTabbedPaneUI.TabbedPaneLayout
BasicTabbedPaneUI.TabbedPaneLayout
|
class |
BasicTabbedPaneUI.TabSelectionHandler
BasicTabbedPaneUI.TabSelectionHandler
|
| Field Summary | |
protected Insets |
contentBorderInsets
copy-> contentBorderInsets |
protected Color |
darkShadow
copy-> darkShadow |
protected KeyStroke |
downKey
copy-> downKey
|
protected Color |
focus
copy-> focus |
protected FocusListener |
focusListener
copy-> focusListener |
protected Color |
highlight
copy-> highlight |
protected KeyStroke |
leftKey
copy-> leftKey
|
protected Color |
lightHighlight
copy-> lightHighlight |
protected int |
maxTabHeight
copy-> maxTabHeight |
protected int |
maxTabWidth
copy-> maxTabWidth |
protected MouseListener |
mouseListener
copy-> mouseListener |
protected PropertyChangeListener |
propertyChangeListener
copy-> propertyChangeListener |
protected Rectangle[] |
rects
copy-> rects |
protected KeyStroke |
rightKey
copy-> rightKey
|
protected int |
runCount
copy-> runCount |
protected int |
selectedRun
copy-> selectedRun |
protected Insets |
selectedTabPadInsets
copy-> selectedTabPadInsets |
protected Color |
shadow
copy-> shadow |
protected Insets |
tabAreaInsets
copy-> tabAreaInsets |
protected ChangeListener |
tabChangeListener
copy-> tabChangeListener |
protected Insets |
tabInsets
copy-> tabInsets |
protected JTabbedPane |
tabPane
copy-> tabPane |
protected int |
tabRunOverlay
copy-> tabRunOverlay |
protected int[] |
tabRuns
copy-> tabRuns |
protected int |
textIconGap
copy-> textIconGap |
protected KeyStroke |
upKey
copy-> upKey
|
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NORTH, NORTH_EAST, NORTH_WEST, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Constructor Summary | |
BasicTabbedPaneUI
copy-> new BasicTabbedPaneUI()copy-> <BasicTabbedPaneUI var> = new BasicTabbedPaneUI(); |
|