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.TabPreviewInfo
TabPreviewWindow. currTabPreviewInfo
Information 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 void
TabPreviewThread. getSingleTabPreviewImage(javax.swing.JTabbedPane tabPane, TabPreviewPainter previewPainter, TabPreviewThread.TabPreviewInfo previewInfo, int tabIndex)
Computes and offers the preview thumbnail for a single tab.void
TabPreviewThread. queueTabPreviewRequest(TabPreviewThread.TabPreviewInfo previewInfo)
Queues the request to preview one or all tabs in the specified tabbed pane.void
TabPagerManager.TabPagerPreviewCallback. start(javax.swing.JTabbedPane tabPane, int tabCount, TabPreviewThread.TabPreviewInfo tabPreviewInfo)
void
TabPreviewThread.TabPreviewCallback. start(javax.swing.JTabbedPane tabPane, int tabCount, TabPreviewThread.TabPreviewInfo tabPreviewInfo)
Starts the current cycle ofTabPreviewThread.TabPreviewCallback.offer(JTabbedPane, int, BufferedImage)
calls.
-