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 |
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 |
---|
TabPreviewInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getPreviewHeight() |
int |
getPreviewWidth() |
void |
setPreviewHeight(int previewHeight) |
void |
setPreviewWidth(int previewWidth) |
decrementDelta, getDelta, incrementDelta, setDelta
public javax.swing.JTabbedPane tabPane
public TabPreviewThread.TabPreviewCallback previewCallback
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