Interface TabPreviewThread.TabPreviewCallback

    • Method Detail

      • offer

        void offer​(JTabbedPane tabPane,
                   int tabIndex,
                   BufferedImage componentSnap)
        Offers the preview image (thumbnail) of a tab in the specified tabbed pane.
        Parameters:
        tabPane - Tabbed pane.
        tabIndex - Tab index.
        componentSnap - Tab preview image.