public static class CommandButtonLayoutManager.CommandButtonLayoutInfo
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.awt.Rectangle |
actionClickArea |
The action area.
|
java.util.List<CommandButtonLayoutManager.TextLayoutInfo> |
extraTextLayoutInfoList |
Layout information for the command button extra text (that can span
multiple lines).
|
java.awt.Rectangle |
iconRect |
Rectangle for the command button icon.
|
boolean |
isTextInActionArea |
Indication whether the command button text (rectangles in
textLayoutInfoList) belongs in the action area. |
java.awt.Rectangle |
popupActionRect |
Rectangle for the icon associated with the
popupClickArea. |
java.awt.Rectangle |
popupClickArea |
The popup area.
|
java.awt.Rectangle |
separatorArea |
The separator area.
|
CommandButtonLayoutManager.CommandButtonSeparatorOrientation |
separatorOrientation |
|
java.util.List<CommandButtonLayoutManager.TextLayoutInfo> |
textLayoutInfoList |
Layout information for the command button text (that can span
multiple lines).
|
| Constructor | Description |
|---|---|
CommandButtonLayoutInfo() |
public java.awt.Rectangle actionClickArea
AbstractCommandButton.addActionListener(java.awt.event.ActionListener)public java.awt.Rectangle popupClickArea
JCommandButton.setPopupCallback(PopupPanelCallback)public java.awt.Rectangle separatorArea
actionClickArea and
popupClickArea on mouse rollover - depending on the current
look-and-feel.public CommandButtonLayoutManager.CommandButtonSeparatorOrientation separatorOrientation
public java.awt.Rectangle iconRect
public java.util.List<CommandButtonLayoutManager.TextLayoutInfo> textLayoutInfoList
public java.util.List<CommandButtonLayoutManager.TextLayoutInfo> extraTextLayoutInfoList
public java.awt.Rectangle popupActionRect
popupClickArea.
This icon is usually a single or double arrow indicating that the
command button has a popup area.public boolean isTextInActionArea
textLayoutInfoList) belongs in the action area.