BasicCommandToggleMenuButtonUI
, BasicRibbonTaskToggleButtonUI
public class BasicCommandToggleButtonUI extends BasicCommandButtonUI
JCommandToggleButton
.basicPopupButtonListener, buttonRendererPane, commandButton, disposePopupsActionListener, DONT_DISPOSE_POPUPS, EMULATE_SQUARE_BUTTON, isUnderMouse, layoutInfo, layoutManager, popupActionIcon, popupActionListener, propertyChangeListener, rendererButton, rendererSeparator
Constructor | Description |
---|---|
BasicCommandToggleButtonUI() |
Creates a new UI delegate.
|
Modifier and Type | Method | Description |
---|---|---|
protected javax.swing.AbstractButton |
createRendererButton() |
Creates the renderer button.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
|
protected boolean |
isPaintingSeparators() |
Returns indication whether the action-popup areas separator is painted.
|
protected void |
updatePopupActionIcon() |
Updates the popup action icon.
|
configureRenderer, createButtonListener, createPopupActionIcon, createPopupActionListener, getForegroundColor, getIconToPaint, getKeyTipAnchorCenterPoint, getLayoutGap, getLayoutInfo, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isPaintingBackground, paint, paintButtonBackground, paintButtonBackground, paintButtonHorizontalSeparator, paintButtonIcon, paintButtonVerticalSeparator, paintPopupActionIcon, processPopupAction, syncDisabledIcon, syncIconDimension, toUseDisabledIcon, unconfigureRenderer, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, updateBorder, updateCustomDimension
public BasicCommandToggleButtonUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void updatePopupActionIcon()
BasicCommandButtonUI
updatePopupActionIcon
in class BasicCommandButtonUI
protected boolean isPaintingSeparators()
BasicCommandButtonUI
isPaintingSeparators
in class BasicCommandButtonUI
true
if the action-popup areas separator is painted.protected javax.swing.AbstractButton createRendererButton()
BasicCommandButtonUI
createRendererButton
in class BasicCommandButtonUI