Class TabPreviewThread.TabPreviewInfo

    • Field Detail

      • tabPane

        public javax.swing.JTabbedPane tabPane
        Tabbed pane.
      • previewWidth

        private int previewWidth
        Width of the preview thumbnail.
      • previewHeight

        private int previewHeight
        Height of the preview thumbnail.
      • toPreviewAllTabs

        public boolean toPreviewAllTabs
        Indicates whether all tabs in the tabPane should be previewed.
      • tabIndexToPreview

        public int tabIndexToPreview
        If toPreviewAllTabs is false, contains the index of the tab to be previewed.
      • initiator

        public java.lang.Object initiator
        Points to the preview initiator.
    • Constructor Detail

      • TabPreviewInfo

        public TabPreviewInfo()
    • Method Detail

      • setPreviewWidth

        public void setPreviewWidth​(int previewWidth)
      • getPreviewWidth

        public int getPreviewWidth()
      • setPreviewHeight

        public void setPreviewHeight​(int previewHeight)
      • getPreviewHeight

        public int getPreviewHeight()