TabStyle Class

TabStyle Class

This Package | All Packages

Enum
  |
  +--TabStyle
public class TabStyle
extends Enum

Enumeration class for tab styles.

Fields
Name Description
Buttons Indicates that the tabs look like buttons as seen on the taskbar found in Windows 95 or Windows NT.
Tabs Indicates that the tabs look like normal tabs typically seen in property pages.

Fields

TabStyle.Buttons

Syntax
public static final int Buttons;
Description
Indicates that the tabs look like buttons as seen on the taskbar found in Windows 95 or Windows NT.

TabStyle.Tabs

Syntax
public static final int Tabs;
Description
Indicates that the tabs look like normal tabs typically seen in property pages.