StatusBarPanelStyle Class

StatusBarPanelStyle Class

This Package | All Packages

Enum
  |
  +--StatusBarPanelStyle
public class StatusBarPanelStyle
extends Enum

The style of a panel on a status bar.

Fields
Name Description
MAX Topic under construction.
MIN Topic under construction.
OWNERDRAW The user draws the panel.
TEXT A normal panel.

Fields

StatusBarPanelStyle.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

StatusBarPanelStyle.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

StatusBarPanelStyle.OWNERDRAW

Syntax
public static final int OWNERDRAW;
Description
The user draws the panel.

StatusBarPanelStyle.TEXT

Syntax
public static final int TEXT;
Description
A normal panel.