|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.lafwidget.utils.DeltaQueue.Deltable
org.jvnet.lafwidget.tabbed.TabPreviewThread.TabPreviewInfo
public static class TabPreviewThread.TabPreviewInfo
Information for previewing a tabbed pane.
Field Summary | |
---|---|
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. |
Fields inherited from class org.jvnet.lafwidget.utils.DeltaQueue.Deltable |
---|
delta |
Constructor Summary | |
---|---|
TabPreviewThread.TabPreviewInfo()
|
Method Summary |
---|
Methods inherited from class org.jvnet.lafwidget.utils.DeltaQueue.Deltable |
---|
decrementDelta, getDelta, incrementDelta, setDelta |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public 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
Constructor Detail |
---|
public TabPreviewThread.TabPreviewInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |