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.loadedSetContains the commands with completely loaded images.Methods in org.pushingpixels.radiance.component.api.common with parameters of type CommandModifier and TypeMethodDescriptionprotected voidAbstractFileViewPanel.configureCommand(AbstractFileViewPanel.Leaf leaf, Command command, RadianceIcon icon) Configures the specified command. -
Uses of Command in org.pushingpixels.radiance.component.api.common.model
Subclasses with type arguments of type Command in org.pushingpixels.radiance.component.api.common.modelFields in org.pushingpixels.radiance.component.api.common.model declared as CommandModifier and TypeFieldDescriptionprivate CommandCommandMenuContentModel.highlightedCommandprivate CommandCommandPanelContentModel.selectedCommandFields 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 TypeMethodDescriptionvoidCommandGroup.addCommand(Command command) private voidCommandGroup.fireCommandAdded(Command command) private voidCommandGroup.fireCommandRemoved(Command command) booleanvoidCommandGroup.CommandGroupListener.onCommandAdded(Command command) voidCommandGroup.CommandGroupListener.onCommandRemoved(Command command) voidCommandGroup.removeCommand(Command command) voidCommandMenuContentModel.setHighlightedCommand(Command highlightedCommand) Method parameters in org.pushingpixels.radiance.component.api.common.model with type arguments of type CommandModifier and TypeMethodDescriptionprivate voidCommandGroup.fireAllCommandsRemoved(List<Command> commands) voidCommandGroup.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 TypeMethodDescriptionvoidBlackboxProjection.setCommandOverlays(Map<Command, BaseCommandButtonPresentationModel.Overlay> commandOverlays) -
Uses of Command in org.pushingpixels.radiance.component.api.ribbon
Classes in org.pushingpixels.radiance.component.api.ribbon that implement interfaces with type arguments of type CommandFields in org.pushingpixels.radiance.component.api.ribbon declared as CommandModifier and TypeFieldDescriptionprivate CommandJRibbon.TaskbarAppMenuLinkHandler.appMenuCommandprivate CommandJRibbonFrame.RibbonKeyboardAction.commandMethods 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 TypeMethodDescriptionvoidRibbonApplicationMenu.addFooterCommand(Command entry) Adds the specified footer command.voidJRibbon.addTaskbarAppMenuLink(Command appMenuCommand) JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel(JRibbon ribbon, Command appLinkCommand) voidJRibbon.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 TypeMethodDescriptionvoidRibbonGalleryContentModel.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.secondaryLevelCommandPresentationStateMethods 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 TypeMethodDescriptionvoidRibbonApplicationMenuCommandButtonProjection.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 CommandRadianceRibbonBandUI.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 voidBasicBreadcrumbBarUI.configureMainAction(Command command, BreadcrumbItem<Object> bi) private voidBasicBreadcrumbBarUI.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 CommandBasicScrollablePanelUI.leadingScrollCommandprivate CommandBasicScrollablePanelUI.trailingScrollCommandFields in org.pushingpixels.radiance.component.internal.ui.common with type parameters of type CommandModifier and TypeFieldDescriptionprivate Map<Command, JCommandButton> BasicCommandButtonStripUI.commandButtonMapMethods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type CommandModifier and TypeMethodDescriptionprivate voidBasicCommandButtonPanelUI.addButtonToGroup(String buttonGroupName, int indexInGroup, Command command, JCommandButton commandButton) private voidBasicCommandButtonPanelUI.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 CommandBasicRibbonBandUI.expandCommandprivate CommandBasicRibbonGalleryUI.expandCommandprivate CommandBasicRibbonGalleryUI.scrollDownCommandprivate CommandBasicRibbonGalleryUI.scrollUpCommandFields 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 CommandBasicRibbonBandUI.createExpandCommand(ComponentOrientation componentOrientation) Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type CommandModifier and TypeMethodDescriptionprivate voidJRibbonGallery.addGalleryCommand(Command command) Adds new gallery command tothisin-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 booleanComponentUtilities.existsInMenu(Command command, CommandMenuContentModel menuContentModel)