Uses of Class
org.pushingpixels.radiance.component.api.common.JCommandButton
Packages that use JCommandButton
Package
Description
-
Uses of JCommandButton in org.pushingpixels.radiance.component.api.common
Methods in org.pushingpixels.radiance.component.api.common that return JCommandButtonMethods in org.pushingpixels.radiance.component.api.common with parameters of type JCommandButtonModifier and TypeMethodDescriptionCommandButtonLayoutManager.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) Returns the anchor center point of the action key tip of the specified command button.CommandButtonLayoutManager.getCommandButtonKind(JCommandButton commandButton) CommandButtonLayoutManager.getLayoutInfo(JCommandButton commandButton) Returns the layout information for the specified command button.CommandButtonLayoutManager.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) Returns the anchor center point of the popup key tip of the specified command button. -
Uses of JCommandButton in org.pushingpixels.radiance.component.api.common.model
Constructors in org.pushingpixels.radiance.component.api.common.model with parameters of type JCommandButtonModifierConstructorDescriptionActionRepeatableButtonModel(JCommandButton commandButton) Creates a new button model. -
Uses of JCommandButton in org.pushingpixels.radiance.component.api.common.popup
Methods in org.pushingpixels.radiance.component.api.common.popup with parameters of type JCommandButtonModifier and TypeMethodDescriptionprotected voidAbstractPopupMenuPanel.addMenuButton(JCommandButton menuButton) protected voidJColorSelectorPopupMenuPanel.addMenuButton(JCommandButton menuButton) -
Uses of JCommandButton in org.pushingpixels.radiance.component.api.common.projection
Classes in org.pushingpixels.radiance.component.api.common.projection with type parameters of type JCommandButtonModifier and TypeInterfaceDescriptionstatic interfaceBaseCommandButtonProjection.CommandButtonComponentSupplier<TC extends JCommandButton, M extends BaseCommand<MCM>, MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM,P>, MPM extends BaseCommandPopupMenuPresentationModel> This interface can be used as part ofBaseCommandButtonProjection.setComponentSupplier(CommandButtonComponentSupplier)to return your own supplier ofTCto be used before thecall.invalid reference
#configureComponent(JCommandButton)Subclasses with type arguments of type JCommandButton in org.pushingpixels.radiance.component.api.common.projectionModifier and TypeClassDescriptionclassBaseCommandButtonProjection<M extends BaseCommand<MCM>, MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM,P>, MPM extends BaseCommandPopupMenuPresentationModel> Methods in org.pushingpixels.radiance.component.api.common.projection that return JCommandButtonMethods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type JCommandButtonMethod parameters in org.pushingpixels.radiance.component.api.common.projection with type arguments of type JCommandButtonModifier and TypeMethodDescriptionvoidBaseCommandButtonProjection.setComponentSupplier(BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton, M, MCM, P, MPM> componentSupplier) -
Uses of JCommandButton in org.pushingpixels.radiance.component.api.ribbon.resize
Method parameters in org.pushingpixels.radiance.component.api.ribbon.resize with type arguments of type JCommandButtonModifier and TypeMethodDescriptionprotected intCoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy.getWidth(int gap, List<JCommandButton> bigButtons, List<JCommandButton> mediumButtons, List<JCommandButton> smallButtons) Returns the total width of the specified buttons. -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return JCommandButtonModifier and TypeMethodDescriptionprotected JCommandButtonRadianceRibbonBandUI.createExpandButton() -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.theming.utils
Methods in org.pushingpixels.radiance.component.internal.theming.utils with parameters of type JCommandButtonModifier and TypeMethodDescriptionvoidCommandButtonVisualStateTracker.installListeners(JCommandButton b) voidCommandButtonBackgroundDelegate.paintCommandButtonIcon(Graphics2D g, Rectangle iconRect, JCommandButton commandButton, Icon regular, GlowingRadianceIcon glowingIcon, ButtonModel model, StateTransitionTracker stateTransitionTracker, Color textColor) voidCommandButtonVisualStateTracker.uninstallListeners(JCommandButton b) voidCommandButtonBackgroundDelegate.updateBackground(Graphics2D g, JCommandButton commandButton, StateTransitionTracker actionTransitionTracker, Rectangle actionArea, StateTransitionTracker popupTransitionTracker, Rectangle popupArea) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as JCommandButtonModifier and TypeFieldDescriptionprotected JCommandButtonBasicCommandButtonUI.commandButtonThe associated command button.protected JCommandButton[][]BasicCommandButtonPanelUI.CommandButtonPanelLayout.commandButtonGridprotected JCommandButton[][]BasicCommandButtonPanelUI.CommandButtonPanelLayout.commandButtonGridMethods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type JCommandButtonModifier and TypeMethodDescriptionCommandButtonLayoutManagerBig.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerMedium.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerSmall.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerTile.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerBig.getLayoutInfo(JCommandButton commandButton) CommandButtonLayoutManagerMedium.getLayoutInfo(JCommandButton commandButton) CommandButtonLayoutManagerSmall.getLayoutInfo(JCommandButton commandButton) CommandButtonLayoutManagerTile.getLayoutInfo(JCommandButton commandButton) CommandButtonLayoutManagerBig.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerMedium.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerSmall.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerTile.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) voidBasicCommandButtonListener.installKeyboardActions(JCommandButton button) Installs keyboard action (space / enter keys) on the specified command button.voidBasicCommandButtonListener.uninstallKeyboardActions(JCommandButton button) Uninstalls keyboard action from the specified command button. -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.ribbonFields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as JCommandButtonModifier and TypeFieldDescriptionprotected JCommandButtonBasicRibbonUI.applicationMenuButtonprotected JCommandButtonBasicRibbonBandUI.expandButtonThe band expand button.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JCommandButtonModifier and TypeFieldDescriptionprotected List<JCommandButton> JRibbonGallery.buttonsThe buttons ofthisgallery.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return JCommandButtonModifier and TypeMethodDescriptionprotected abstract JCommandButtonBasicRibbonBandUI.createExpandButton()Creates the expand button for the associated ribbon band.BasicRibbonUI.getApplicationMenuButton()abstract JCommandButtonRibbonUI.getApplicationMenuButton()JRibbonGallery.getButtonAt(int index) Returns the gallery button at specified index.JRibbonGallery.getSelectedButton()Returns the currently selected gallery button.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type JCommandButtonModifier and TypeMethodDescriptionBasicRibbonUI.getAnchoredCommandButtons()JBandControlPanel.ControlPanelGroup.getRibbonButtons(JRibbonBand.PresentationPriority priority) Retrieves all ribbon buttons of specified priority fromthiscontrol panel.BasicRibbonUI.getTaskToggleButtons()Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JCommandButtonModifier and TypeMethodDescriptionvoidJBandControlPanel.ControlPanelGroup.addCommandButton(JCommandButton ribbonButton, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothiscontrol panel.CommandButtonLayoutManagerBigFixed.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerBigFixedLandscape.getActionKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerBigFixed.getLayoutInfo(JCommandButton commandButton) CommandButtonLayoutManagerBigFixedLandscape.getLayoutInfo(JCommandButton commandButton) CommandButtonLayoutManagerBigFixed.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) CommandButtonLayoutManagerBigFixedLandscape.getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type JCommandButtonModifier and TypeMethodDescriptionstatic intComponentUtilities.getHLayoutGap(JCommandButton commandButton) static intComponentUtilities.getVLayoutGap(JCommandButton commandButton) static voidKeyTipRenderingUtilities.renderButtonKeyTips(Graphics g, JCommandButton button, CommandButtonLayoutManager layoutManager)