java.util.EventListener, java.beans.PropertyChangeListenerpublic interface CommandButtonLayoutManager
extends java.beans.PropertyChangeListener
JCommandButtons.| Modifier and Type | Interface | Description |
|---|---|---|
static class |
CommandButtonLayoutManager.CommandButtonLayoutInfo |
Layout information on different visual parts of a single command button.
|
static class |
CommandButtonLayoutManager.CommandButtonSeparatorOrientation |
Enumerates the available values for separator orientations.
|
static class |
CommandButtonLayoutManager.TextLayoutInfo |
Layout information on a single line of text.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Point |
getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) |
Returns the anchor center point of the action key tip of the specified command
button.
|
CommandButtonLayoutManager.CommandButtonLayoutInfo |
getLayoutInfo(JCommandButton commandButton) |
Returns the layout information for the specified command button.
|
java.awt.Point |
getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) |
Returns the anchor center point of the popup key tip of the specified command
button.
|
int |
getPreferredIconSize(JCommandButton commandButton) |
Returns the preferred icon size of the specified command button when it uses
this layout manager.
|
java.awt.Dimension |
getPreferredSize(JCommandButton commandButton) |
Returns the preferred size of the specified command button when it uses
this layout manager.
|
default void |
propertyChange(java.beans.PropertyChangeEvent evt) |
java.awt.Dimension getPreferredSize(JCommandButton commandButton)
commandButton - Command button.int getPreferredIconSize(JCommandButton commandButton)
commandButton - Command button.java.awt.Point getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)
commandButton - Command button.java.awt.Point getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)
commandButton - Command button.CommandButtonLayoutManager.CommandButtonLayoutInfo getLayoutInfo(JCommandButton commandButton)
commandButton - Command button.default void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener