Class TabPreviewUtilities


  • public class TabPreviewUtilities
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TabPreviewUtilities

        public TabPreviewUtilities()
    • 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.