public class PaneUI
extends java.lang.Object
Constructor and Description |
---|
PaneUI(PaneUIListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
java.awt.Insets |
getContentInsets(Direction d,
boolean tabAreaVisible) |
java.awt.Color |
getContentTabAreaBorderColor(Direction d) |
java.awt.Font |
getFont() |
java.awt.Insets |
getNormalInsets(Direction d) |
java.awt.Insets |
getNormalTabInsets(Direction areaOrientation,
Direction tabDirection) |
int |
getScrollOffset() |
java.awt.Insets |
getSelectedInsets(Direction d) |
int |
getSelectedRaised(Direction d) |
java.awt.Insets |
getSelectedTabInsets(Direction areaOrientation,
Direction tabDirection) |
java.awt.Insets |
getTabAreaInsets(Direction d) |
java.awt.Dimension |
getTabExternalMinSize(Direction d) |
java.awt.Insets |
getTabInsets(Direction d) |
int |
getTabSpacing() |
int |
getTabSpacing(Direction d) |
int |
getTextIconGap() |
void |
init() |
boolean |
isContentOpaque() |
boolean |
isOpaque() |
boolean |
isSwapWidthHeight(Direction d) |
boolean |
isTabAreaComponentsOpaque() |
boolean |
isTabAreaOpaque() |
void |
paintContentArea(TabbedPanelContentPanel p,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
void |
paintTabArea(TabbedPanel tp,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
void |
setEnabled(boolean enabled) |
void |
setHoveredTab(Tab tab) |
public PaneUI(PaneUIListener listener)
public void init()
public void dispose()
public void setEnabled(boolean enabled)
public boolean isContentOpaque()
public boolean isOpaque()
public boolean isTabAreaComponentsOpaque()
public boolean isTabAreaOpaque()
public java.awt.Font getFont()
public boolean isSwapWidthHeight(Direction d)
public java.awt.Insets getNormalInsets(Direction d)
public java.awt.Insets getSelectedInsets(Direction d)
public java.awt.Insets getNormalTabInsets(Direction areaOrientation, Direction tabDirection)
public java.awt.Insets getSelectedTabInsets(Direction areaOrientation, Direction tabDirection)
public java.awt.Insets getContentInsets(Direction d, boolean tabAreaVisible)
public java.awt.Insets getTabAreaInsets(Direction d)
public java.awt.Dimension getTabExternalMinSize(Direction d)
public java.awt.Insets getTabInsets(Direction d)
public int getTabSpacing(Direction d)
public int getSelectedRaised(Direction d)
public java.awt.Color getContentTabAreaBorderColor(Direction d)
public int getTabSpacing()
public int getTextIconGap()
public int getScrollOffset()
public void setHoveredTab(Tab tab)
public void paintTabArea(TabbedPanel tp, java.awt.Graphics g, int x, int y, int width, int height)
public void paintContentArea(TabbedPanelContentPanel p, java.awt.Graphics g, int x, int y, int width, int height)