PropertyChangeListener, EventListener, CommandButtonLayoutManagerCommandButtonLayoutManagerCustompublic class CommandButtonLayoutManagerBig extends Object implements CommandButtonLayoutManager
CommandButtonLayoutManager.CommandButtonLayoutInfo, CommandButtonLayoutManager.CommandButtonSeparatorOrientation, CommandButtonLayoutManager.TextLayoutInfo| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractCommandButton |
commandButton |
|
protected String |
titlePart1 |
The first part of (possibly) two-lined split of
commandButton's
title. |
protected String |
titlePart2 |
The second part of (possibly) two-lined split of
commandButton's
title. |
| Constructor | Description |
|---|---|
CommandButtonLayoutManagerBig(AbstractCommandButton commandButton) |
| Modifier and Type | Method | Description |
|---|---|---|
Point |
getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton) |
Returns the anchor center point of the key tip of the specified command
button.
|
CommandButtonLayoutManager.CommandButtonLayoutInfo |
getLayoutInfo(AbstractCommandButton commandButton,
Graphics g) |
Returns the layout information for the specified command button.
|
int |
getPreferredIconSize() |
Returns the preferred icon size of command buttons which use this layout
manager.
|
Dimension |
getPreferredSize(AbstractCommandButton commandButton) |
Returns the preferred size of the specified command button.
|
void |
propertyChange(PropertyChangeEvent evt) |
|
protected void |
updateTitleStrings() |
Updates the title strings for
CommandButtonDisplayState.BIG and
other relevant states. |
protected AbstractCommandButton commandButton
protected String titlePart1
commandButton's
title.protected String titlePart2
commandButton's
title.public CommandButtonLayoutManagerBig(AbstractCommandButton commandButton)
public int getPreferredIconSize()
CommandButtonLayoutManagergetPreferredIconSize in interface CommandButtonLayoutManagerpublic Dimension getPreferredSize(AbstractCommandButton commandButton)
CommandButtonLayoutManagergetPreferredSize in interface CommandButtonLayoutManagercommandButton - Command button.public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerprotected void updateTitleStrings()
CommandButtonDisplayState.BIG and
other relevant states.public Point getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
CommandButtonLayoutManagergetKeyTipAnchorCenterPoint in interface CommandButtonLayoutManagercommandButton - Command button.public CommandButtonLayoutManager.CommandButtonLayoutInfo getLayoutInfo(AbstractCommandButton commandButton, Graphics g)
CommandButtonLayoutManagergetLayoutInfo in interface CommandButtonLayoutManagercommandButton - Command button.g - Graphics context.