|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.flamingo.api.common.CommandButtonLayoutManager.CommandButtonLayoutInfo
public static class CommandButtonLayoutManager.CommandButtonLayoutInfo
Layout information on different visual parts of a single command button.
Field Summary | |
---|---|
Rectangle |
actionClickArea
The action area. |
List<CommandButtonLayoutManager.TextLayoutInfo> |
extraTextLayoutInfoList
Layout information for the command button extra text (that can span multiple lines). |
Rectangle |
iconRect
Rectangle for the command button icon. |
boolean |
isTextInActionArea
Indication whether the command button text (rectangles in textLayoutInfoList ) belongs in the action area. |
Rectangle |
popupActionRect
Rectangle for the icon associated with the popupClickArea . |
Rectangle |
popupClickArea
The popup area. |
Rectangle |
separatorArea
The separator area. |
CommandButtonLayoutManager.CommandButtonSeparatorOrientation |
separatorOrientation
|
List<CommandButtonLayoutManager.TextLayoutInfo> |
textLayoutInfoList
Layout information for the command button text (that can span multiple lines). |
Constructor Summary | |
---|---|
CommandButtonLayoutManager.CommandButtonLayoutInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Rectangle actionClickArea
AbstractCommandButton.addActionListener(java.awt.event.ActionListener)
public Rectangle popupClickArea
JCommandButton#setPopupCallback(org.jvnet.flamingo.common.popup.PopupPanelCallback)
public Rectangle separatorArea
actionClickArea
and
popupClickArea
on mouse rollover - depending on the current
look-and-feel.
public CommandButtonLayoutManager.CommandButtonSeparatorOrientation separatorOrientation
public Rectangle iconRect
public List<CommandButtonLayoutManager.TextLayoutInfo> textLayoutInfoList
public List<CommandButtonLayoutManager.TextLayoutInfo> extraTextLayoutInfoList
public 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.
Constructor Detail |
---|
public CommandButtonLayoutManager.CommandButtonLayoutInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |