Class DynamicTabbedPaneStyle

All Implemented Interfaces:
SwingConstants

class DynamicTabbedPaneStyle extends BasicTabbedPaneUI
Implementation of a UI for the DynamicTabbedPane component. Package class because only the DynamicTabbedPane uses it. Provided by the broldev.core.swing project.
Since:
1.0 (Jan 8, 2009), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Jan 8, 2009)
Author:
Steph GAUDRY
  • Constructor Details

    • DynamicTabbedPaneStyle

      public DynamicTabbedPaneStyle()
      Builds an instance of this UI with the ability to close tabs
    • DynamicTabbedPaneStyle

      public DynamicTabbedPaneStyle(boolean dynamicallyExpandable)
      Builds an instance of this UI with the ability to close tabs and open new tabs if parameter is true
      Parameters:
      dynamicallyExpandable - true to allow the user to add tabs
  • Method Details