Class TabOverviewDialog.TabGridOverviewPanel

    • Field Detail

      • previewControls

        protected TabPreviewControl[] previewControls
        Tab preview controls.
      • pWidth

        protected int pWidth
        Width of a single tab preview control.
      • pHeight

        protected int pHeight
        Height of a single tab preview control.
      • colCount

        protected int colCount
        Number of overview grid columns.
    • Constructor Detail

      • TabGridOverviewPanel

        public TabGridOverviewPanel​(int dialogWidth,
                                    int dialogHeight)
        Creates a tab overview panel.
        Parameters:
        dialogWidth - The width of the parent dialog.
        dialogHeight - The height of the parent dialog.