java.beans.PropertyChangeListener, java.util.EventListener, CommandButtonLayoutManagerpublic class CommandButtonLayoutManagerTile extends java.lang.Object implements CommandButtonLayoutManager
CommandButtonLayoutManager.CommandButtonLayoutInfo, CommandButtonLayoutManager.CommandButtonSeparatorOrientation, CommandButtonLayoutManager.TextLayoutInfo| Constructor | Description |
|---|---|
CommandButtonLayoutManagerTile() |
| Modifier and Type | Method | 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(AbstractCommandButton commandButton) |
Returns the preferred icon size of the specified command button when it uses
this layout manager.
|
java.awt.Dimension |
getPreferredSize(AbstractCommandButton commandButton) |
Returns the preferred size of the specified command button when it uses
this layout manager.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public int getPreferredIconSize(AbstractCommandButton commandButton)
CommandButtonLayoutManagergetPreferredIconSize in interface CommandButtonLayoutManagercommandButton - Command button.public java.awt.Dimension getPreferredSize(AbstractCommandButton commandButton)
CommandButtonLayoutManagergetPreferredSize in interface CommandButtonLayoutManagercommandButton - Command button.public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpublic java.awt.Point getKeyTipAnchorCenterPoint(AbstractCommandButton commandButton)
CommandButtonLayoutManagergetKeyTipAnchorCenterPoint in interface CommandButtonLayoutManagercommandButton - Command button.public CommandButtonLayoutManager.CommandButtonLayoutInfo getLayoutInfo(AbstractCommandButton commandButton, java.awt.Graphics g)
CommandButtonLayoutManagergetLayoutInfo in interface CommandButtonLayoutManagercommandButton - Command button.g - Graphics context.