public static class TabPreviewThread.TabPreviewInfo extends DeltaQueue.Deltable
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
initiator
Points to the preview initiator.
|
TabPreviewThread.TabPreviewCallback |
previewCallback
Callback for passing the preview thumbnail once it is computed.
|
int |
previewHeight
Height of the preview thumbnail.
|
int |
previewWidth
Width of the preview thumbnail.
|
int |
tabIndexToPreview
If
toPreviewAllTabs is false, contains the
index of the tab to be previewed. |
javax.swing.JTabbedPane |
tabPane
Tabbed pane.
|
boolean |
toPreviewAllTabs
Indicates whether all tabs in the
tabPane should be
previewed. |
delta| Constructor and Description |
|---|
TabPreviewThread.TabPreviewInfo() |
decrementDelta, getDelta, incrementDelta, setDeltapublic javax.swing.JTabbedPane tabPane
public TabPreviewThread.TabPreviewCallback previewCallback
public int previewWidth
public int previewHeight
public boolean toPreviewAllTabs
tabPane should be
previewed.public int tabIndexToPreview
toPreviewAllTabs is false, contains the
index of the tab to be previewed.public java.lang.Object initiator