public class CommandButtonLayoutManagerBig extends java.lang.Object implements CommandButtonLayoutManager
CommandButtonLayoutManager.CommandButtonLayoutInfo, CommandButtonLayoutManager.CommandButtonSeparatorOrientation, CommandButtonLayoutManager.TextLayoutInfo
Modifier and Type | Field and Description |
---|---|
protected AbstractCommandButton |
commandButton |
protected java.lang.String |
titlePart1
The first part of (possibly) two-lined split of
commandButton 's
title. |
protected java.lang.String |
titlePart2
The second part of (possibly) two-lined split of
commandButton 's
title. |
Constructor and Description |
---|
CommandButtonLayoutManagerBig(AbstractCommandButton commandButton) |
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
Returns the anchor center point of the key tip of the specified command
button.
|
CommandButtonLayoutManager.CommandButtonLayoutInfo |
getLayoutInfo(AbstractCommandButton commandButton,
java.awt.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.
|
java.awt.Dimension |
getPreferredSize(AbstractCommandButton commandButton)
Returns the preferred size of the specified command button.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
protected void |
updateTitleStrings()
Updates the title strings for
CommandButtonDisplayState.BIG and
other relevant states. |
protected AbstractCommandButton commandButton
protected java.lang.String titlePart1
commandButton
's
title.protected java.lang.String titlePart2
commandButton
's
title.public CommandButtonLayoutManagerBig(AbstractCommandButton commandButton)
public int getPreferredIconSize()
CommandButtonLayoutManager
getPreferredIconSize
in interface CommandButtonLayoutManager
public java.awt.Dimension getPreferredSize(AbstractCommandButton commandButton)
CommandButtonLayoutManager
getPreferredSize
in interface CommandButtonLayoutManager
commandButton
- Command button.public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
protected void updateTitleStrings()
CommandButtonDisplayState.BIG
and
other relevant states.public java.awt.Point getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
CommandButtonLayoutManager
getKeyTipAnchorCenterPoint
in interface CommandButtonLayoutManager
commandButton
- Command button.public CommandButtonLayoutManager.CommandButtonLayoutInfo getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
CommandButtonLayoutManager
getLayoutInfo
in interface CommandButtonLayoutManager
commandButton
- Command button.g
- Graphics context.