Class BasicRibbonTaskToggleButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
org.pushingpixels.radiance.component.internal.ui.common.CommandButtonUI
org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonUI
org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonTaskToggleButtonUI
- All Implemented Interfaces:
RadianceCoreUtilities.BackgroundAppearanceStrategyAware
- Direct Known Subclasses:
RadianceRibbonTaskToggleButtonUI
Basic UI for toggle button of ribbon tasks
JRibbonTaskToggleButton.-
Field Summary
FieldsFields inherited from class BasicCommandButtonUI
backgroundAppearanceStrategy, commandButton, DO_NOT_DISPOSE_POPUPS, extraText, horizontalAlignment, icon, isInnerFocusOnAction, layoutInfo, layoutManager, popupIcon, text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInstalls listeners on the associated command button.protected voidUninstalls listeners from the associated command button.Methods inherited from class BasicCommandButtonUI
createButtonListener, createPopupActionListener, getActionKeyTipAnchorCenterPoint, getBackgroundAppearanceStrategy, getLayoutInfo, getLayoutManager, getPopupKeyTipAnchorCenterPoint, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installUI, isInnerFocusOnAction, isPaintingBackground, isPaintingSeparators, processPopupAction, setInnerFocusOnAction, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI, update, updatePopupIconMethods inherited from class ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, paint
-
Field Details
-
popupListener
-
-
Constructor Details
-
BasicRibbonTaskToggleButtonUI
public BasicRibbonTaskToggleButtonUI()
-
-
Method Details
-
installListeners
protected void installListeners()Description copied from class:BasicCommandButtonUIInstalls listeners on the associated command button.- Overrides:
installListenersin classBasicCommandButtonUI
-
uninstallListeners
protected void uninstallListeners()Description copied from class:BasicCommandButtonUIUninstalls listeners from the associated command button.- Overrides:
uninstallListenersin classBasicCommandButtonUI
-
getMinimumSize
- Overrides:
getMinimumSizein classComponentUI
-