Class PaneUI
java.lang.Object
net.infonode.tabbedpanel.theme.internal.laftheme.PaneUI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
getContentInsets
(Direction d, boolean tabAreaVisible) getFont()
getNormalTabInsets
(Direction areaOrientation, Direction tabDirection) int
int
getSelectedTabInsets
(Direction areaOrientation, Direction tabDirection) int
int
int
void
init()
boolean
boolean
isOpaque()
boolean
boolean
boolean
void
paintContentArea
(TabbedPanelContentPanel p, Graphics g, int x, int y, int width, int height) void
paintTabArea
(TabbedPanel tp, Graphics g, int x, int y, int width, int height) void
setEnabled
(boolean enabled) void
setHoveredTab
(Tab tab)
-
Constructor Details
-
PaneUI
-
-
Method Details
-
init
public void init() -
dispose
public void dispose() -
setEnabled
public void setEnabled(boolean enabled) -
isContentOpaque
public boolean isContentOpaque() -
isOpaque
public boolean isOpaque() -
isTabAreaComponentsOpaque
public boolean isTabAreaComponentsOpaque() -
isTabAreaOpaque
public boolean isTabAreaOpaque() -
getFont
-
isSwapWidthHeight
-
getNormalInsets
-
getSelectedInsets
-
getNormalTabInsets
-
getSelectedTabInsets
-
getContentInsets
-
getTabAreaInsets
-
getTabExternalMinSize
-
getTabInsets
-
getTabSpacing
-
getSelectedRaised
-
getContentTabAreaBorderColor
-
getTabSpacing
public int getTabSpacing() -
getTextIconGap
public int getTextIconGap() -
getScrollOffset
public int getScrollOffset() -
setHoveredTab
-
paintTabArea
-
paintContentArea
public void paintContentArea(TabbedPanelContentPanel p, Graphics g, int x, int y, int width, int height)
-