Class TabPreviewUtilities
java.lang.Object
org.pushingpixels.radiance.theming.extras.internal.tabbed.TabPreviewUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ResourceBundle
Retrieves the label bundle for the default locale.static TabPreviewPainter
getTabPreviewPainter
(JTabbedPane tabbedPane) Returns the preview painter for the specified tabbed pane.
-
Constructor Details
-
TabPreviewUtilities
public TabPreviewUtilities()
-
-
Method Details
-
getTabPreviewPainter
Returns the preview painter for the specified tabbed pane.- Parameters:
tabbedPane
- Tabbed pane.- Returns:
- Preview painter for the specified tabbed pane.
-
getLabelBundle
Retrieves the label bundle for the default locale.- Returns:
- The label bundle for the default locale.
-