public class BasicCommandToggleMenuButtonUI extends BasicCommandToggleButtonUI
JCommandToggleMenuButton component.basicPopupButtonListener, buttonRendererPane, commandButton, disposePopupsActionListener, DONT_DISPOSE_POPUPS, EMULATE_SQUARE_BUTTON, isUnderMouse, layoutInfo, layoutManager, popupActionIcon, popupActionListener, propertyChangeListener, rendererButton, rendererSeparator| Constructor and Description |
|---|
BasicCommandToggleMenuButtonUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected boolean |
isPaintingBackground()
Returns indication whether the button background is painted.
|
protected void |
paintButtonIcon(java.awt.Graphics g,
java.awt.Rectangle iconRect)
Paints the button icon.
|
createRendererButton, isPaintingSeparators, updatePopupActionIconconfigureRenderer, createButtonListener, createPopupActionIcon, createPopupActionListener, getForegroundColor, getIconToPaint, getKeyTipAnchorCenterPoint, getLayoutGap, getLayoutInfo, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, paint, paintButtonBackground, paintButtonBackground, paintButtonHorizontalSeparator, paintButtonVerticalSeparator, paintPopupActionIcon, processPopupAction, syncDisabledIcon, syncIconDimension, toUseDisabledIcon, unconfigureRenderer, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, updateBorder, updateCustomDimensionpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void paintButtonIcon(java.awt.Graphics g,
java.awt.Rectangle iconRect)
BasicCommandButtonUIpaintButtonIcon in class BasicCommandButtonUIg - Graphics context.iconRect - Icon rectangle.protected boolean isPaintingBackground()
BasicCommandButtonUIisPaintingBackground in class BasicCommandButtonUItrue if the button background is painted.