Class TabPreviewThread.TabPreviewInfo
java.lang.Object
org.pushingpixels.radiance.theming.extras.internal.tabbed.DeltaQueue.Deltable
org.pushingpixels.radiance.theming.extras.internal.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.private intHeight of the preview thumbnail.private intWidth of the preview thumbnail.intIftoPreviewAllTabsisfalse, contains the index of the tab to be previewed.Tabbed pane.booleanIndicates whether all tabs in thetabPaneshould be previewed.Fields inherited from class DeltaQueue.Deltable
delta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetPreviewHeight(int previewHeight) voidsetPreviewWidth(int previewWidth) Methods inherited from class DeltaQueue.Deltable
decrementDelta, getDelta, incrementDelta, setDelta
-
Field Details
-
tabPane
Tabbed pane. -
previewCallback
Callback for passing the preview thumbnail once it is computed. -
previewWidth
private int previewWidthWidth of the preview thumbnail. -
previewHeight
private int previewHeightHeight of the preview thumbnail. -
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()
-