Uses of Class
org.pushingpixels.radiance.theming.extras.internal.tabbed.TabPreviewThread.TabPreviewInfo
-
Packages that use TabPreviewThread.TabPreviewInfo Package Description org.pushingpixels.radiance.theming.extras.internal.tabbed -
-
Uses of TabPreviewThread.TabPreviewInfo in org.pushingpixels.radiance.theming.extras.internal.tabbed
Fields in org.pushingpixels.radiance.theming.extras.internal.tabbed declared as TabPreviewThread.TabPreviewInfo Modifier and Type Field Description protected static TabPreviewThread.TabPreviewInfoTabPreviewWindow. currTabPreviewInfoInformation on the current tab preview request.Methods in org.pushingpixels.radiance.theming.extras.internal.tabbed with parameters of type TabPreviewThread.TabPreviewInfo Modifier and Type Method Description protected voidTabPreviewThread. getSingleTabPreviewImage(javax.swing.JTabbedPane tabPane, TabPreviewPainter previewPainter, TabPreviewThread.TabPreviewInfo previewInfo, int tabIndex)Computes and offers the preview thumbnail for a single tab.voidTabPreviewThread. queueTabPreviewRequest(TabPreviewThread.TabPreviewInfo previewInfo)Queues the request to preview one or all tabs in the specified tabbed pane.voidTabPagerManager.TabPagerPreviewCallback. start(javax.swing.JTabbedPane tabPane, int tabCount, TabPreviewThread.TabPreviewInfo tabPreviewInfo)voidTabPreviewThread.TabPreviewCallback. start(javax.swing.JTabbedPane tabPane, int tabCount, TabPreviewThread.TabPreviewInfo tabPreviewInfo)Starts the current cycle ofTabPreviewThread.TabPreviewCallback.offer(JTabbedPane, int, BufferedImage)calls.
-