Uses of Class
org.pushingpixels.radiance.component.api.common.model.BaseCommandButtonPresentationModel.Overlay
Packages that use BaseCommandButtonPresentationModel.Overlay
Package
Description
-
Uses of BaseCommandButtonPresentationModel.Overlay in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return BaseCommandButtonPresentationModel.OverlayModifier and TypeMethodDescriptionBaseCommandButtonPresentationModel.overlay()
BaseCommandButtonPresentationModel.Overlay.setActionFireTrigger
(BaseCommandButtonPresentationModel.ActionFireTrigger actionFireTrigger) BaseCommandButtonPresentationModel.Overlay.setActionKeyTip
(String actionKeyTip) BaseCommandButtonPresentationModel.Overlay.setActionRichTooltipPresentationModel
(RichTooltipPresentationModel actionRichTooltipPresentationModel) BaseCommandButtonPresentationModel.Overlay.setAutoRepeatAction
(boolean isAutoRepeatAction) BaseCommandButtonPresentationModel.Overlay.setAutoRepeatActionIntervals
(int initial, int subsequent) BaseCommandButtonPresentationModel.Overlay.setBackgroundAppearanceStrategy
(RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy) BaseCommandButtonPresentationModel.Overlay.setContentPadding
(Insets contentPadding) BaseCommandButtonPresentationModel.Overlay.setFocusable
(boolean focusable) BaseCommandButtonPresentationModel.Overlay.setForceAllocateSpaceForIcon
(boolean forceAllocateSpaceForIcon) BaseCommandButtonPresentationModel.Overlay.setHorizontalAlignment
(HorizontalAlignment horizontalAlignment) BaseCommandButtonPresentationModel.Overlay.setHorizontalGapScaleFactor
(double horizontalGapScaleFactor) BaseCommandButtonPresentationModel.Overlay.setIconDimension
(Dimension iconDimension) BaseCommandButtonPresentationModel.Overlay.setIconFilterStrategies
(RadianceThemingSlices.IconFilterStrategy activeIconFilterStrategy, RadianceThemingSlices.IconFilterStrategy enabledIconFilterStrategy, RadianceThemingSlices.IconFilterStrategy disabledIconFilterStrategy) BaseCommandButtonPresentationModel.Overlay.setPopupAnchorBoundsProvider
(BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider popupAnchorBoundsProvider) BaseCommandButtonPresentationModel.Overlay.setPopupFireTrigger
(BaseCommandButtonPresentationModel.PopupFireTrigger popupFireTrigger) BaseCommandButtonPresentationModel.Overlay.setPopupIcon
(RadianceIcon popupIcon) BaseCommandButtonPresentationModel.Overlay.setPopupKeyTip
(String popupKeyTip) BaseCommandButtonPresentationModel.Overlay.setPopupMenuPresentationModel
(BaseCommandPopupMenuPresentationModel popupMenuPresentationModel) BaseCommandButtonPresentationModel.Overlay.setPopupPlacementStrategy
(RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy) BaseCommandButtonPresentationModel.Overlay.setPopupRichTooltipPresentationModel
(RichTooltipPresentationModel popupRichTooltipPresentationModel) BaseCommandButtonPresentationModel.Overlay.setPresentationState
(CommandButtonPresentationState presentationState) BaseCommandButtonPresentationModel.Overlay.setSelectedStateHighlight
(BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight) BaseCommandButtonPresentationModel.Overlay.setShowPopupIcon
(boolean showPopupIcon) BaseCommandButtonPresentationModel.Overlay.setSides
(RadianceThemingSlices.Sides sides) BaseCommandButtonPresentationModel.Overlay.setTextClick
(BaseCommandButtonPresentationModel.TextClick textClick) BaseCommandButtonPresentationModel.Overlay.setToDismissPopupsOnActivation
(boolean toDismissPopupsOnActivation) BaseCommandButtonPresentationModel.Overlay.setVerticalGapScaleFactor
(double verticalGapScaleFactor) Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type BaseCommandButtonPresentationModel.OverlayModifier and TypeMethodDescriptionabstract PM
BaseCommandButtonPresentationModel.overlayWith
(BaseCommandButtonPresentationModel.Overlay overlay) ColorSelectorCommandButtonPresentationModel.overlayWith
(BaseCommandButtonPresentationModel.Overlay overlay) CommandButtonPresentationModel.overlayWith
(BaseCommandButtonPresentationModel.Overlay overlay) -
Uses of BaseCommandButtonPresentationModel.Overlay in org.pushingpixels.radiance.component.api.common.projection
Fields in org.pushingpixels.radiance.component.api.common.projection with type parameters of type BaseCommandButtonPresentationModel.OverlayMethods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type BaseCommandButtonPresentationModel.OverlayMethods in org.pushingpixels.radiance.component.api.common.projection with parameters of type BaseCommandButtonPresentationModel.OverlayModifier and TypeMethodDescriptionBaseCommandButtonProjection.reprojectWithOverlay
(BaseCommandButtonPresentationModel.Overlay overlay) Method parameters in org.pushingpixels.radiance.component.api.common.projection with type arguments of type BaseCommandButtonPresentationModel.OverlayModifier and TypeMethodDescriptionvoid
BlackboxProjection.setCommandOverlays
(Map<Command, BaseCommandButtonPresentationModel.Overlay> commandOverlays) -
Uses of BaseCommandButtonPresentationModel.Overlay in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type BaseCommandButtonPresentationModel.OverlayMethods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandButtonPresentationModel.OverlayModifier and TypeMethodDescriptionBasicRibbonBandUI.BandCollapseCommandButtonPresentationModel.overlayWith
(BaseCommandButtonPresentationModel.Overlay overlay)