| Default implementation of TabLayoutModel. Simply provides a series of
rectangles for each tab starting at 0 and ending at the last element, with
the width set to the calculated width for the string plus a padding value
assigned in setPadding .
To implement TabLayoutModel, it is often useful to create an implementation which
wraps an instance of DefaultTabLayoutModel , and uses it to calculate
tab sizes.
author: Tim Boudreau |