Uses of Class
org.pushingpixels.radiance.component.api.common.model.Command
Packages that use Command
Package
Description
-
Uses of Command in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type CommandModifier and TypeFieldDescriptionAbstractFileViewPanel.loadedSet
Contains the commands with completely loaded images.Methods in org.pushingpixels.radiance.component.api.common with parameters of type CommandModifier and TypeMethodDescriptionprotected void
AbstractFileViewPanel.configureCommand
(AbstractFileViewPanel.Leaf leaf, Command command, RadianceIcon icon) Configures the specified command. -
Uses of Command in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as CommandModifier and TypeFieldDescriptionprivate Command
CommandMenuContentModel.highlightedCommand
private Command
CommandPanelContentModel.selectedCommand
Fields in org.pushingpixels.radiance.component.api.common.model with type parameters of type CommandMethods in org.pushingpixels.radiance.component.api.common.model that return CommandModifier and TypeMethodDescriptionCommand.Builder.build()
CommandGroup.findFirstMatch
(CommandGroup.CommandFilter filter) CommandPanelContentModel.findFirstMatch
(CommandGroup.CommandFilter commandFilter) CommandMenuContentModel.getHighlightedCommand()
CommandPanelContentModel.getSelectedCommand()
Methods in org.pushingpixels.radiance.component.api.common.model that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandGroup.getCommands()
Command.project()
Command.project
(CommandButtonPresentationModel commandPresentation) Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandModifier and TypeMethodDescriptionvoid
CommandGroup.addCommand
(Command command) private void
CommandGroup.fireCommandAdded
(Command command) private void
CommandGroup.fireCommandRemoved
(Command command) boolean
void
CommandGroup.CommandGroupListener.onCommandAdded
(Command command) void
CommandGroup.CommandGroupListener.onCommandRemoved
(Command command) void
CommandGroup.removeCommand
(Command command) void
CommandMenuContentModel.setHighlightedCommand
(Command highlightedCommand) Method parameters in org.pushingpixels.radiance.component.api.common.model with type arguments of type CommandModifier and TypeMethodDescriptionprivate void
CommandGroup.fireAllCommandsRemoved
(List<Command> commands) void
CommandGroup.CommandGroupListener.onAllCommandsRemoved
(List<Command> commands) Constructors in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandModifierConstructorDescriptionCommandGroup
(String title, Command... commands) CommandGroup
(Command... commands) Constructor parameters in org.pushingpixels.radiance.component.api.common.model with type arguments of type CommandModifierConstructorDescriptionCommandGroup
(String title, List<Command> commands) CommandGroup
(List<Command> commands) -
Uses of Command in org.pushingpixels.radiance.component.api.common.popup.model
Methods in org.pushingpixels.radiance.component.api.common.popup.model with parameters of type CommandModifier and TypeMethodDescriptionColorSelectorPopupMenuGroupModel.Builder.addCommand
(Command command) -
Uses of Command in org.pushingpixels.radiance.component.api.common.projection
Classes in org.pushingpixels.radiance.component.api.common.projection with type parameters of type CommandFields in org.pushingpixels.radiance.component.api.common.projection with type parameters of type CommandMethods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type CommandMethod parameters in org.pushingpixels.radiance.component.api.common.projection with type arguments of type CommandModifier and TypeMethodDescriptionvoid
BlackboxProjection.setCommandOverlays
(Map<Command, BaseCommandButtonPresentationModel.Overlay> commandOverlays) -
Uses of Command in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as CommandModifier and TypeFieldDescriptionprivate Command
JRibbon.TaskbarAppMenuLinkHandler.appMenuCommand
private Command
JRibbonFrame.RibbonKeyboardAction.command
Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandModifier and TypeMethodDescriptionJRibbonFrame.RibbonKeyboardAction.getCommand()
JRibbon.TaskbarAppMenuLinkHandler.getKey()
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandModifier and TypeMethodDescriptionvoid
RibbonApplicationMenu.addFooterCommand
(Command entry) Adds the specified footer command.void
JRibbon.addTaskbarAppMenuLink
(Command appMenuCommand) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, Command appLinkCommand) void
JRibbon.removeTaskbarAppMenuLink
(Command appMenuCommand) Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandModifierConstructorDescriptionRibbonKeyboardAction
(String actionName, KeyStroke actionKeyStroke, Command command) TaskbarAppMenuLinkHandler
(Command appMenuCommand) -
Uses of Command in org.pushingpixels.radiance.component.api.ribbon.model
Fields in org.pushingpixels.radiance.component.api.ribbon.model declared as CommandMethods in org.pushingpixels.radiance.component.api.ribbon.model that return CommandMethods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type CommandModifier and TypeMethodDescriptionvoid
RibbonGalleryContentModel.setSelectedCommand
(Command command) -
Uses of Command in org.pushingpixels.radiance.component.api.ribbon.projection
Fields in org.pushingpixels.radiance.component.api.ribbon.projection with type parameters of type CommandModifier and TypeFieldDescriptionprivate Map
<Command, CommandButtonPresentationState> RibbonApplicationMenuCommandButtonProjection.secondaryLevelCommandPresentationState
Methods in org.pushingpixels.radiance.component.api.ribbon.projection that return types with arguments of type CommandModifier and TypeMethodDescriptionRibbonApplicationMenuCommandButtonProjection.getSecondaryLevelCommandPresentationState()
Method parameters in org.pushingpixels.radiance.component.api.ribbon.projection with type arguments of type CommandModifier and TypeMethodDescriptionvoid
RibbonApplicationMenuCommandButtonProjection.setSecondaryLevelCommandPresentationState
(Map<Command, CommandButtonPresentationState> secondaryLevelCommandPresentationState) -
Uses of Command in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return CommandModifier and TypeMethodDescriptionprotected Command
RadianceRibbonBandUI.createExpandCommand
(ComponentOrientation componentOrientation) -
Uses of Command in org.pushingpixels.radiance.component.internal.ui.bcb
Fields in org.pushingpixels.radiance.component.internal.ui.bcb with type parameters of type CommandMethods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type CommandModifier and TypeMethodDescriptionprivate void
BasicBreadcrumbBarUI.configureMainAction
(Command command, BreadcrumbItem<Object> bi) private void
BasicBreadcrumbBarUI.configurePopupAction
(Command command, BreadcrumbItemChoices<Object> bic) -
Uses of Command in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as CommandModifier and TypeFieldDescriptionprivate Command
BasicScrollablePanelUI.leadingScrollCommand
private Command
BasicScrollablePanelUI.trailingScrollCommand
Fields in org.pushingpixels.radiance.component.internal.ui.common with type parameters of type CommandModifier and TypeFieldDescriptionprivate Map
<Command, JCommandButton> BasicCommandButtonStripUI.commandButtonMap
Methods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type CommandModifier and TypeMethodDescriptionprivate void
BasicCommandButtonPanelUI.addButtonToGroup
(String buttonGroupName, int indexInGroup, Command command, JCommandButton commandButton) private void
BasicCommandButtonPanelUI.addButtonToLastGroup
(Command command, JCommandButton commandButton) -
Uses of Command in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as CommandModifier and TypeFieldDescriptionprotected Command
BasicRibbonBandUI.expandCommand
private Command
BasicRibbonGalleryUI.expandCommand
private Command
BasicRibbonGalleryUI.scrollDownCommand
private Command
BasicRibbonGalleryUI.scrollUpCommand
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type CommandMethods in org.pushingpixels.radiance.component.internal.ui.ribbon that return CommandModifier and TypeMethodDescriptionprotected abstract Command
BasicRibbonBandUI.createExpandCommand
(ComponentOrientation componentOrientation) Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type CommandModifier and TypeMethodDescriptionprivate void
JRibbonGallery.addGalleryCommand
(Command command) Adds new gallery command tothis
in-ribbon gallery. -
Uses of Command in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type CommandModifier and TypeMethodDescriptionstatic boolean
ComponentUtilities.existsInMenu
(Command command, CommandMenuContentModel menuContentModel)