Class TabPreviewThread.TabPreviewInfo
java.lang.Object
org.pushingpixels.lafwidget.utils.DeltaQueue.Deltable
org.pushingpixels.lafwidget.tabbed.TabPreviewThread.TabPreviewInfo
- Enclosing class:
TabPreviewThread
Information for previewing a tabbed pane.
-
Field Summary
FieldsModifier and TypeFieldDescriptionPoints to the preview initiator.Callback for passing the preview thumbnail once it is computed.intIftoPreviewAllTabsisfalse, contains the index of the tab to be previewed.Tabbed pane.booleanIndicates whether all tabs in thetabPaneshould be previewed.Fields inherited from class org.pushingpixels.lafwidget.utils.DeltaQueue.Deltable
delta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetPreviewHeight(int previewHeight) voidsetPreviewWidth(int previewWidth) Methods inherited from class org.pushingpixels.lafwidget.utils.DeltaQueue.Deltable
decrementDelta, getDelta, incrementDelta, setDelta
-
Field Details
-
tabPane
Tabbed pane. -
previewCallback
Callback for passing the preview thumbnail once it is computed. -
toPreviewAllTabs
public boolean toPreviewAllTabsIndicates whether all tabs in thetabPaneshould be previewed. -
tabIndexToPreview
public int tabIndexToPreviewIftoPreviewAllTabsisfalse, contains the index of the tab to be previewed. -
initiator
Points to the preview initiator.
-
-
Constructor Details
-
TabPreviewInfo
public TabPreviewInfo()
-
-
Method Details
-
setPreviewWidth
public void setPreviewWidth(int previewWidth) -
getPreviewWidth
public int getPreviewWidth() -
setPreviewHeight
public void setPreviewHeight(int previewHeight) -
getPreviewHeight
public int getPreviewHeight()
-