StatusBarPanelAutoSize Class

StatusBarPanelAutoSize Class

This Package | All Packages

Enum
  |
  +--StatusBarPanelAutoSize
public class StatusBarPanelAutoSize
extends Enum

The autosize style of a panel on a status bar.

Fields
Name Description
CONTENTS The panel's width is determined by its contents.
MAX Topic under construction.
MIN Topic under construction.
NONE The panel size cannot be changed.
SPRING The panel shares the remaining width of the status bar with the other SPRING panels.

Fields

StatusBarPanelAutoSize.CONTENTS

Syntax
public static final int CONTENTS;
Description
The panel's width is determined by its contents.

StatusBarPanelAutoSize.MAX

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

StatusBarPanelAutoSize.MIN

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

StatusBarPanelAutoSize.NONE

Syntax
public static final int NONE;
Description
The panel size cannot be changed.

StatusBarPanelAutoSize.SPRING

Syntax
public static final int SPRING;
Description
The panel shares the remaining width of the status bar with the other SPRING panels.