StatusBarPanel Methods

Overview | This Package | All Packages

StatusBarPanel Methods

Constructors Description
StatusBarPanel Creates a StatusBarPanel object.

Methods Description
getAlignment Retrieves a value indicating whether the text in the panel is left-aligned, right-aligned, or centered.

getAutoSize Retrieves a value indicating whether the panel has a fixed-width, a width that is determined by the panel's contents, or a width that adjusts to share space on the status bar with other panels.

getBorderStyle Retrieves a value indicating whether the panel has a raised border, a sunken border, or no border.

getIcon Retrieves the icon displayed in the panel.

getMinWidth Retrieves the minimum allowed width for the status bar panel.

getStyle Retrieves a value indicating whether a panel on a status bar is owner-drawn (to support displaying images or a different font from the rest of the status bar) or system-drawn (the standard setting for displaying text).

getText Retrieves the text displayed in the panel.

getToolTipText Retrieves the ToolTip for the panel. (A ToolTip is the text that is displayed when the mouse pointer hovers over the panel.)

getWidth Retrieves the width, in pixels, of the panel.

setAlignment Sets a value indicating whether the text in the panel is left-aligned, right-aligned, or centered.

setAutoSize Sets a value indicating whether the panel has a fixed-width, a width that is determined by the panel's contents, or a width that adjusts to share space on the status bar with other panels.

setBorderStyle Sets a value indicating whether the panel has a raised border, a sunken border, or no border.

setIcon Sets the icon to display in the panel.

setMinWidth Sets the minimum allowed width for the status bar panel.

setStyle Sets a value indicating whether a panel on a status bar is owner-drawn (to support displaying images or a different font from the rest of the status bar) or system-drawn (the standard setting for displaying text).

setText Sets the text displayed in the panel.

setToolTipText Sets the ToolTip for the panel. (A ToolTip is the text that is displayed when the mouse pointer hovers over the panel.)

setWidth Sets the width, in pixels, of the panel.

toString Retrieves a string that contains information about the panel.