Uses of Class
org.pushingpixels.radiance.component.api.common.JCommandButton
-
-
Uses of JCommandButton in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as JCommandButton Modifier and Type Field Description private JCommandButtonJCommandButton.DefaultPopupButtonModel. commandButtonMethods in org.pushingpixels.radiance.component.api.common that return JCommandButton Modifier and Type Method Description JCommandButtonCommandActionEvent. getButtonSource()Methods in org.pushingpixels.radiance.component.api.common with parameters of type JCommandButton Modifier and Type Method Description java.awt.PointCommandButtonLayoutManager. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)Returns the anchor center point of the action key tip of the specified command button.default CommandButtonLayoutManager.CommandButtonKindCommandButtonLayoutManager. getCommandButtonKind(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManager. getLayoutInfo(JCommandButton commandButton)Returns the layout information for the specified command button.java.awt.PointCommandButtonLayoutManager. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)Returns the anchor center point of the popup key tip of the specified command button.Constructors in org.pushingpixels.radiance.component.api.common with parameters of type JCommandButton Constructor Description DefaultPopupButtonModel(JCommandButton commandButton)Creates a new default popup button model. -
Uses of JCommandButton in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as JCommandButton Modifier and Type Field Description private JCommandButtonActionRepeatableButtonModel. commandButtonThe button behind the model.Constructors in org.pushingpixels.radiance.component.api.common.model with parameters of type JCommandButton Constructor Description ActionRepeatableButtonModel(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 JCommandButton Modifier and Type Method Description protected 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 JCommandButton Modifier and Type Interface Description static 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 ofBaseCommandButtonProjection.CommandButtonComponentSupplierto be used before the#configureComponent(JCommandButton)call.Fields in org.pushingpixels.radiance.component.api.common.projection with type parameters of type JCommandButton Modifier and Type Field Description private BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton,M,MCM,P,MPM>BaseCommandButtonProjection. componentSupplierMethods in org.pushingpixels.radiance.component.api.common.projection that return JCommandButton Modifier and Type Method Description JCommandButtonBaseCommandButtonProjection. buildBaseComponent()Methods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type JCommandButton Modifier and Type Method Description BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton,M,MCM,P,MPM>BaseCommandButtonProjection. getComponentSupplier()Method parameters in org.pushingpixels.radiance.component.api.common.projection with type arguments of type JCommandButton Modifier and Type Method Description voidBaseCommandButtonProjection. setComponentSupplier(BaseCommandButtonProjection.CommandButtonComponentSupplier<JCommandButton,M,MCM,P,MPM> componentSupplier) -
Uses of JCommandButton in org.pushingpixels.radiance.component.api.ribbon.resize
Methods in org.pushingpixels.radiance.component.api.ribbon.resize with parameters of type JCommandButton Modifier and Type Method Description private intCoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy. getPreferredWidth(JCommandButton button, JRibbonBand.PresentationPriority buttonPresentationPriority)Returns the preferred width of the specified command button under the specified presentation priority.Method parameters in org.pushingpixels.radiance.component.api.ribbon.resize with type arguments of type JCommandButton Modifier and Type Method Description protected intCoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy. getWidth(int gap, java.util.List<JCommandButton> bigButtons, java.util.List<JCommandButton> mediumButtons, java.util.List<JCommandButton> smallButtons)Returns the total width of the specified buttons. -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.theming.common.ui
Methods in org.pushingpixels.radiance.component.internal.theming.common.ui with parameters of type JCommandButton Modifier and Type Method Description private static java.awt.ColorRadianceCommandButtonUI. getMenuButtonForegroundColor(JCommandButton menuButton, StateTransitionTracker.ModelStateInfo modelStateInfo)private static java.awt.ColorRadianceCommandButtonUI. getMenuButtonForegroundVariantColor(JCommandButton menuButton, StateTransitionTracker.ModelStateInfo modelStateInfo)Constructors in org.pushingpixels.radiance.component.internal.theming.common.ui with parameters of type JCommandButton Constructor Description RadianceCommandButtonUI(JCommandButton button)Creates a new UI delegate for command button. -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return JCommandButton Modifier and Type Method Description protected JCommandButtonRadianceRibbonBandUI. createExpandButton()Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui with parameters of type JCommandButton Modifier and Type Method Description private static java.awt.ColorRadianceRibbonTaskToggleButtonUI. getForegroundColor(JCommandButton button, StateTransitionTracker.ModelStateInfo modelStateInfo)private voidRadianceRibbonFrameTitlePane.TaskbarPanel. showOverflowTaskbarContent(JCommandButton overflowButton) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.theming.utils
Methods in org.pushingpixels.radiance.component.internal.theming.utils with parameters of type JCommandButton Modifier and Type Method Description private voidCommandButtonBackgroundDelegate. drawArea(java.awt.Graphics2D g, JCommandButton commandButton, float alpha, java.awt.Rectangle clipArea)voidCommandButtonVisualStateTracker. installListeners(JCommandButton b)voidCommandButtonBackgroundDelegate. paintCommandButtonIcon(java.awt.Graphics2D g, java.awt.Rectangle iconRect, JCommandButton commandButton, javax.swing.Icon regular, GlowingRadianceIcon glowingIcon, javax.swing.ButtonModel model, StateTransitionTracker stateTransitionTracker, java.awt.Color textColor)voidCommandButtonVisualStateTracker. uninstallListeners(JCommandButton b)voidCommandButtonBackgroundDelegate. updateBackground(java.awt.Graphics2D g, JCommandButton commandButton, StateTransitionTracker actionTransitionTracker, java.awt.Rectangle actionArea, StateTransitionTracker popupTransitionTracker, java.awt.Rectangle popupArea) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.bcb
Fields in org.pushingpixels.radiance.component.internal.ui.bcb with type parameters of type JCommandButton Modifier and Type Field Description private java.util.LinkedList<JCommandButton>BasicBreadcrumbBarUI. buttonStackMethods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type JCommandButton Modifier and Type Method Description private voidBasicBreadcrumbBarUI. configureBreadcrumbButton(JCommandButton button)private voidBasicBreadcrumbBarUI. configurePopupRollover(JCommandButton button) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as JCommandButton Modifier and Type Field Description protected JCommandButtonBasicCommandButtonListener.ButtonAction. buttonprotected JCommandButtonBasicCommandButtonUI. commandButtonThe associated command button.protected JCommandButton[][]BasicCommandButtonPanelUI.CommandButtonPanelLayout. commandButtonGridprivate JCommandButtonBasicScrollablePanelUI. leadingScrollerprivate JCommandButtonBasicScrollablePanelUI. trailingScrollerFields in org.pushingpixels.radiance.component.internal.ui.common with type parameters of type JCommandButton Modifier and Type Field Description private java.util.List<java.util.List<JCommandButton>>BasicCommandButtonPanelUI. buttonsList of all button groups.private java.util.Map<Command,JCommandButton>BasicCommandButtonStripUI. commandButtonMapMethods in org.pushingpixels.radiance.component.internal.ui.common that return JCommandButton Modifier and Type Method Description private JCommandButtonBasicCommandButtonPanelUI. findFirstFocusableDown(int row, int column)private JCommandButtonBasicCommandButtonPanelUI. findFirstFocusableRight(int row, int column)private JCommandButtonBasicCommandButtonPanelUI. findLastFocusableLeft(int row, int column)private JCommandButtonBasicCommandButtonPanelUI. findLastFocusableUp(int row, int column)Methods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type JCommandButton Modifier and Type Method Description private voidBasicCommandButtonPanelUI. addButtonToGroup(java.lang.String buttonGroupName, int indexInGroup, Command command, JCommandButton commandButton)private voidBasicCommandButtonPanelUI. addButtonToLastGroup(Command command, JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerBig. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerMedium. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerSmall. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerTile. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)private intCommandButtonLayoutManagerBig. getCurrentIconHeight(JCommandButton commandButton)private intCommandButtonLayoutManagerBig. getCurrentIconWidth(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerBig. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerMedium. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerSmall. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerTile. getLayoutInfo(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerBig. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerMedium. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerSmall. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerTile. 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.private voidCommandButtonLayoutManagerBig. updateTitleStrings(JCommandButton commandButton)Updates the title strings forCommandButtonPresentationState.BIGand other relevant states.Constructors in org.pushingpixels.radiance.component.internal.ui.common with parameters of type JCommandButton Constructor Description ButtonAction(java.lang.String actionName, JCommandButton button)FocusDownAction(JCommandButton button)FocusEndAction(JCommandButton button)FocusHomeAction(JCommandButton button)FocusLeftAction(JCommandButton button)FocusRightAction(JCommandButton button)FocusTraversalAction(java.lang.String actionName, JCommandButton button)FocusUpAction(JCommandButton button)PopupDismissAction(JCommandButton button)PopupToggleAction(JCommandButton button)PressAction(JCommandButton button)ReleaseAction(JCommandButton button) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description classJRibbonTaskToggleButtonToggle button for ribbon tasks.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as JCommandButton Modifier and Type Field Description protected JCommandButtonBasicRibbonUI. applicationMenuButtonprivate JCommandButtonBasicRibbonBandUI. collapsedButtonThe button for collapsed state.protected JCommandButtonBasicRibbonBandUI. expandButtonThe band expand button.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JCommandButton Modifier and Type Field Description protected java.util.List<JCommandButton>JRibbonGallery. buttonsThe buttons ofthisgallery.private static java.util.List<JCommandButton>JBandControlPanel. EMPTY_GALLERY_BUTTONS_LISTEmpty list of buttons.private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JCommandButton>>JBandControlPanel.ControlPanelGroup. ribbonButtonsMapping from priority to ribbon buttons.private java.util.Map<JCommandButton,JRibbonBand.PresentationPriority>JBandControlPanel.ControlPanelGroup. ribbonButtonsPrioritiesMapping from ribbon button to priority.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return JCommandButton Modifier and Type Method Description private JCommandButtonBasicRibbonUI. createApplicationMenuButton()protected abstract JCommandButtonBasicRibbonBandUI. createExpandButton()Creates the expand button for the associated ribbon band.JCommandButtonBasicRibbonUI. getApplicationMenuButton()abstract JCommandButtonRibbonUI. getApplicationMenuButton()JCommandButtonJRibbonGallery. getButtonAt(int index)Returns the gallery button at specified index.JCommandButtonJRibbonGallery. getSelectedButton()Returns the currently selected gallery button.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type JCommandButton Modifier and Type Method Description java.util.List<JCommandButton>BasicRibbonUI. getAnchoredCommandButtons()java.util.List<JCommandButton>JBandControlPanel.ControlPanelGroup. getRibbonButtons(JRibbonBand.PresentationPriority priority)Retrieves all ribbon buttons of specified priority fromthiscontrol panel.java.util.Map<RibbonTask,JCommandButton>BasicRibbonUI. getTaskToggleButtons()Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JCommandButton Modifier and Type Method Description voidJBandControlPanel.ControlPanelGroup. addCommandButton(JCommandButton ribbonButton, JRibbonBand.PresentationPriority priority)Adds a new ribbon button tothiscontrol panel.java.awt.PointCommandButtonLayoutManagerBigFixed. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerBigFixedLandscape. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerBigFixed. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerBigFixedLandscape. getLayoutInfo(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerBigFixed. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerBigFixedLandscape. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)private voidBasicRibbonUI. scrollAndRevealTaskToggleButton(JCommandButton taskToggleButton) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu declared as JCommandButton Modifier and Type Field Description private JCommandButtonJRibbonApplicationMenuPopupPanelSecondary. toTrackMethods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu that return JCommandButton Modifier and Type Method Description private JCommandButtonBasicRibbonApplicationMenuPopupPanelUI. getMenuButtonForCommand(Command command)private JCommandButtonBasicRibbonApplicationMenuPopupPanelUI. getPrimaryForCommand(Command command)private JCommandButtonBasicRibbonApplicationMenuPopupPanelUI. getSecondaryForCommand(Command command)Methods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type JCommandButton Modifier and Type Method Description java.awt.PointCommandButtonLayoutManagerMenuTileLevel1. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerMenuTileLevel2. getActionKeyTipAnchorCenterPoint(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerMenuTileLevel1. getLayoutInfo(JCommandButton commandButton)CommandButtonLayoutManager.CommandButtonLayoutInfoCommandButtonLayoutManagerMenuTileLevel2. getLayoutInfo(JCommandButton commandButton)static JRibbonApplicationMenuPopupPanelSecondaryJRibbonApplicationMenuPopupPanelSecondary. getPanel(Command primaryMenuEntry, java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay> commandOverlays, CommandButtonPresentationState secondaryMenuPresentationState, RadianceThemingSlices.IconFilterStrategy activeIconFilterStrategy, RadianceThemingSlices.IconFilterStrategy enabledIconFilterStrategy, RadianceThemingSlices.IconFilterStrategy disabledIconFilterStrategy, JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerMenuTileLevel1. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)java.awt.PointCommandButtonLayoutManagerMenuTileLevel2. getPopupKeyTipAnchorCenterPoint(JCommandButton commandButton)Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type JCommandButton Constructor Description JRibbonApplicationMenuPopupPanelSecondary(CommandPanelProjection projection, JCommandButton toTrack) -
Uses of JCommandButton in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type JCommandButton Modifier and Type Method Description private voidKeyTipManager. addCommandButtonLinks(JCommandButton commandButton, KeyTipManager.KeyTipChain chain)private KeyTipManager.KeyTipLinkKeyTipManager. getCommandButtonActionLink(JCommandButton cb)private KeyTipManager.KeyTipLinkKeyTipManager. getCommandButtonPopupLink(JCommandButton cb)static intComponentUtilities. getHLayoutGap(JCommandButton commandButton)static intComponentUtilities. getVLayoutGap(JCommandButton commandButton)static voidKeyTipRenderingUtilities. renderButtonKeyTips(java.awt.Graphics g, JCommandButton button, CommandButtonLayoutManager layoutManager)
-