模块  java.desktop

Class BasicTabbedPaneUI.TabbedPaneLayout

    • 构造方法详细信息

      • TabbedPaneLayout

        public TabbedPaneLayout()
    • 方法详细信息

      • calculateSize

        protected Dimension calculateSize​(boolean minimum)
        返回计算的大小。
        参数
        minimum - 使用最小尺寸或首选尺寸
        结果
        计算出的大小
      • preferredTabAreaHeight

        protected int preferredTabAreaHeight​(int tabPlacement,
                                             int width)
        返回首选标签区域高度。
        参数
        tabPlacement - 选项卡位置
        width - 宽度
        结果
        首选标签区域高度
      • preferredTabAreaWidth

        protected int preferredTabAreaWidth​(int tabPlacement,
                                            int height)
        返回首选标签区域宽度。
        参数
        tabPlacement - 选项卡位置
        height - 身高
        结果
        首选标签区域很宽松
      • calculateLayoutInfo

        public void calculateLayoutInfo()
        计算布局信息。
      • calculateTabRects

        protected void calculateTabRects​(int tabPlacement,
                                         int tabCount)
        计算制表符矩形。
        参数
        tabPlacement - 选项卡位置
        tabCount - 选项卡计数
      • rotateTabRuns

        protected void rotateTabRuns​(int tabPlacement,
                                     int selectedRun)
        旋转run-index数组,以便运行所选的运行[0]。
        参数
        tabPlacement - 选项卡位置
        selectedRun - 选定的运行
      • normalizeTabRuns

        protected void normalizeTabRuns​(int tabPlacement,
                                        int tabCount,
                                        int start,
                                        int max)
        标准化选项卡运行。
        参数
        tabPlacement - 选项卡位置
        tabCount - 标签计数
        start - 开始
        max - 最多
      • padTabRun

        protected void padTabRun​(int tabPlacement,
                                 int start,
                                 int end,
                                 int max)
        填充标签运行。
        参数
        tabPlacement - 选项卡位置
        start - 开始
        end - 结束
        max - 最多
      • padSelectedTab

        protected void padSelectedTab​(int tabPlacement,
                                      int selectedIndex)
        垫选择选项卡。
        参数
        tabPlacement - 选项卡位置
        selectedIndex - 所选索引