| Common UI for sliding tabs. Simply uses JToggleButtons for displayers,
since the contents of the data model are not expected to change often,
and no scrolling behavior needs to be supported for the tabs area.
Note that the "sliding" is provided by an instance of FxProvider
provided in the DefaultTabbedContainerUI , not here.
To change the appearance of the buttons, simply provide a subclass of SlidingTabDisplayerButtonUI
via UIDefaults. This class is final.
author: Tim Boudreau |