SizeMode Class

SizeMode Class

This Package | All Packages

Enum
  |
  +--SizeMode
public class SizeMode
extends Enum

An enumeration class used for tabs.

Fields
Name Description
FillToRight Indicates that the tabs are stretched to ensure they reach the far right of the strip, if neccessary.
Fixed Indicates that all tabs are the same width.
Normal Indicates that tabs are only as wide as they need to be to display their information.

Fields

SizeMode.FillToRight

Syntax
public static final int FillToRight;
Description
Indicates that the tabs are stretched to ensure they reach the far right of the strip, if neccessary. This is applicable only to tab strips with more than one row.

SizeMode.Fixed

Syntax
public static final int Fixed;
Description
Indicates that all tabs are the same width.

SizeMode.Normal

Syntax
public static final int Normal;
Description
Indicates that tabs are only as wide as they need to be to display their information. Empty space on the right is left as such.