Object | +--StatusBarPanelpublic class StatusBarPanel
Stores the panel information.
Constructors
Name | Description |
---|---|
StatusBarPanel() | Topic under construction. |
StatusBarPanel( String text, Icon icon, int borderStyle, int alignment, int width, int minWidth, int autoSize, Object tag, int style, String toolTipText) | Topic under construction. |
Methods
Name | Description |
---|---|
getAlignment() | Retrieves the Alignment property. |
getAutoSize() | Retrieves the AutoSize property. |
getBorderStyle() | Retrieves the BorderStyle property. |
getConstructorArgs() | Topic under construction. |
getIcon() | Retrieves the Icon property. |
getMinWidth() | Retrieves the MinWidth property. |
getOnDrawItem() | Retrieves the OnDraw event handler. |
getStyle() | Retrieves the style of the panel. |
getTag() | Retrieves the tag data. |
getText() | Retrieves the text of the panel. |
getToolTipText() | Retrieves the ToolTipText property. |
getWidth() | Retrieves the Width property. |
onDrawItem(DrawItemEvent e) | The Draw event. |
setAlignment(int align) | Sets the Alignment property. |
setAutoSize(int autoSize) | Sets the AutoSize property. |
setBorderStyle(int border) | Sets the BorderStyle property. |
setIcon(Icon icon) | Sets the Icon propety. |
setMinWidth(int width) | Sets the MinWidth property. |
setOnDrawItem(DrawItemEventHandler handler) | Sets the OnDraw event handler. |
setStyle(int style) | Sets the Style property. |
setTag(Object obj) | Sets the tag data. |
setText(String text) | Sets the Text property. |
setToolTipText(String text) | Sets the ToolTipText property. |
setWidth(int width) | Sets the Width property. |
Topic under construction.
Topic under construction.
Returns the value of the Alignment property.
Retrieves the Alignment property. (see SetAlignment)
Returns the value of the AutoSize property.
Retrieves the AutoSize property.
Returns the value of the BorderStyle property.
Retrieves the BorderStyle property. A panel can have a raised or sunken border or no border style.
Topic under construction.
Returns the icon displayed in the panel.
Retrieves the Icon property.
Returns an integer representing the minimum width of the panel.
Retrieves the MinWidth property.
Returns the event handler.
Retrieves the OnDraw event handler.
Returns the style.
Retrieves the style of the panel. Possible values include TEXT or OWNERDRAW.
Returns s a user-specified object.
Retrieves the tag data.
Returns a string containing the panel text.
Retrieves the text of the panel.
Returns a string with the tooltip text.
Retrieves the ToolTipText property.
Returns an integer representing the width of the panel.
Retrieves the Width property.
The Draw event.
Sets the Alignment property. A Panel can have LEFT, RIGHT, or CENTER text alignment.
Sets the AutoSize property.
Sets the BorderStyle property.
Sets the Icon propety.
Sets the MinWidth property.
Sets the OnDraw event handler.
Sets the Style property. Possible values include TEXT or OWNERDRAW.
Sets the tag data.
Sets the Text property.
Sets the ToolTipText property.
Sets the Width property.