Class TabPreviewUtilities
- java.lang.Object
-
- org.pushingpixels.radiance.theming.extras.internal.tabbed.TabPreviewUtilities
-
public class TabPreviewUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TabPreviewUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.util.ResourceBundle
getLabelBundle()
Retrieves the label bundle for the default locale.static TabPreviewPainter
getTabPreviewPainter(javax.swing.JTabbedPane tabbedPane)
Returns the preview painter for the specified tabbed pane.
-
-
-
Method Detail
-
getTabPreviewPainter
public static TabPreviewPainter getTabPreviewPainter(javax.swing.JTabbedPane tabbedPane)
Returns the preview painter for the specified tabbed pane.- Parameters:
tabbedPane
- Tabbed pane.- Returns:
- Preview painter for the specified tabbed pane.
-
getLabelBundle
static java.util.ResourceBundle getLabelBundle()
Retrieves the label bundle for the default locale.- Returns:
- The label bundle for the default locale.
-
-