Uses of Class
org.pushingpixels.radiance.component.api.common.model.Command
-
-
Uses of Command in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type Command Modifier and Type Field Description private java.util.Set<Command>AbstractFileViewPanel. loadedSetContains the commands with completely loaded images.Methods in org.pushingpixels.radiance.component.api.common with parameters of type Command Modifier and Type Method Description protected voidAbstractFileViewPanel. 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 Command Modifier and Type Field Description private CommandCommandMenuContentModel. highlightedCommandprivate CommandCommandPanelContentModel. selectedCommandFields in org.pushingpixels.radiance.component.api.common.model with type parameters of type Command Modifier and Type Field Description private java.util.List<Command>CommandGroup. commandsMethods in org.pushingpixels.radiance.component.api.common.model that return Command Modifier and Type Method Description CommandCommand.Builder. build()CommandCommandGroup. findFirstMatch(CommandGroup.CommandFilter filter)CommandCommandPanelContentModel. findFirstMatch(CommandGroup.CommandFilter commandFilter)CommandCommandMenuContentModel. getHighlightedCommand()CommandCommandPanelContentModel. getSelectedCommand()Methods in org.pushingpixels.radiance.component.api.common.model that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>CommandGroup. getCommands()CommandButtonProjection<Command>Command. project()CommandButtonProjection<Command>Command. project(CommandButtonPresentationModel commandPresentation)Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type Command Modifier and Type Method Description voidCommandGroup. addCommand(Command command)private voidCommandGroup. fireCommandAdded(Command command)private voidCommandGroup. fireCommandRemoved(Command command)booleanCommandGroup.CommandFilter. matches(Command command)voidCommandGroup.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 Command Modifier and Type Method Description private voidCommandGroup. fireAllCommandsRemoved(java.util.List<Command> commands)voidCommandGroup.CommandGroupListener. onAllCommandsRemoved(java.util.List<Command> commands)Constructors in org.pushingpixels.radiance.component.api.common.model with parameters of type Command Constructor Description CommandGroup(java.lang.String title, Command... commands)CommandGroup(Command... commands)Constructor parameters in org.pushingpixels.radiance.component.api.common.model with type arguments of type Command Constructor Description CommandGroup(java.lang.String title, java.util.List<Command> commands)CommandGroup(java.util.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 Command Modifier and Type Method Description ColorSelectorPopupMenuGroupModel.BuilderColorSelectorPopupMenuGroupModel.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 Command Modifier and Type Class Description classCommandButtonProjection<M extends Command>Fields in org.pushingpixels.radiance.component.api.common.projection with type parameters of type Command Modifier and Type Field Description private java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay>BlackboxProjection. commandOverlaysMethods in org.pushingpixels.radiance.component.api.common.projection that return types with arguments of type Command Modifier and Type Method Description java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay>BlackboxProjection. getCommandOverlays()Method parameters in org.pushingpixels.radiance.component.api.common.projection with type arguments of type Command Modifier and Type Method Description voidBlackboxProjection. setCommandOverlays(java.util.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 Command Modifier and Type Field Description private CommandJRibbon.TaskbarAppMenuLinkHandler. appMenuCommandprivate CommandJRibbonFrame.RibbonKeyboardAction. commandMethods in org.pushingpixels.radiance.component.api.ribbon that return Command Modifier and Type Method Description CommandJRibbonFrame.RibbonKeyboardAction. getCommand()CommandJRibbon.TaskbarAppMenuLinkHandler. getKey()Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type Command Modifier and Type Method Description voidRibbonApplicationMenu. addFooterCommand(Command entry)Adds the specified footer command.voidJRibbon. addTaskbarAppMenuLink(Command appMenuCommand)CommandMenuContentModelJRibbon.OnShowContextualMenuListener. getContextualMenuContentModel(JRibbon ribbon, Command appLinkCommand)voidJRibbon. removeTaskbarAppMenuLink(Command appMenuCommand)Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type Command Constructor Description RibbonKeyboardAction(java.lang.String actionName, javax.swing.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 Command Modifier and Type Field Description private CommandRibbonGalleryContentModel. selectedCommandMethods in org.pushingpixels.radiance.component.api.ribbon.model that return Command Modifier and Type Method Description CommandRibbonGalleryContentModel. getSelectedCommand()Methods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type Command Modifier and Type Method Description voidRibbonGalleryContentModel. 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 Command Modifier and Type Field Description private java.util.Map<Command,CommandButtonPresentationState>RibbonApplicationMenuCommandButtonProjection. secondaryLevelCommandPresentationStateMethods in org.pushingpixels.radiance.component.api.ribbon.projection that return types with arguments of type Command Modifier and Type Method Description java.util.Map<Command,CommandButtonPresentationState>RibbonApplicationMenuCommandButtonProjection. getSecondaryLevelCommandPresentationState()Method parameters in org.pushingpixels.radiance.component.api.ribbon.projection with type arguments of type Command Modifier and Type Method Description voidRibbonApplicationMenuCommandButtonProjection. setSecondaryLevelCommandPresentationState(java.util.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 Command Modifier and Type Method Description protected CommandRadianceRibbonBandUI. createExpandCommand(java.awt.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 Command Modifier and Type Field Description private java.util.LinkedList<Command>BasicBreadcrumbBarUI. commandStackMethods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type Command Modifier and Type Method Description private voidBasicBreadcrumbBarUI. configureMainAction(Command command, BreadcrumbItem<java.lang.Object> bi)private voidBasicBreadcrumbBarUI. configurePopupAction(Command command, BreadcrumbItemChoices<java.lang.Object> bic) -
Uses of Command in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as Command Modifier and Type Field Description private CommandBasicScrollablePanelUI. leadingScrollCommandprivate CommandBasicScrollablePanelUI. trailingScrollCommandFields in org.pushingpixels.radiance.component.internal.ui.common with type parameters of type Command Modifier and Type Field Description private java.util.Map<Command,JCommandButton>BasicCommandButtonStripUI. commandButtonMapMethods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type Command 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) -
Uses of Command in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as Command Modifier and Type Field Description protected CommandBasicRibbonBandUI. expandCommandprivate CommandBasicRibbonGalleryUI. expandCommandprivate CommandBasicRibbonGalleryUI. scrollDownCommandprivate CommandBasicRibbonGalleryUI. scrollUpCommandFields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type Command Modifier and Type Field Description private java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay>JRibbonGallery. galleryCommandOverlaysMethods in org.pushingpixels.radiance.component.internal.ui.ribbon that return Command Modifier and Type Method Description protected abstract CommandBasicRibbonBandUI. createExpandCommand(java.awt.ComponentOrientation componentOrientation)Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type Command Modifier and Type Method Description private voidJRibbonGallery. addGalleryCommand(Command command)Adds new gallery command tothisin-ribbon gallery. -
Uses of Command in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with type parameters of type Command Modifier and Type Field Description private java.util.Map<Command,CommandButtonPresentationState>RibbonApplicationMenuPanelPanelProjection. secondaryLevelCommandPresentationStateMethods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu that return types with arguments of type Command Modifier and Type Method Description java.util.Map<Command,CommandButtonPresentationState>RibbonApplicationMenuPanelPanelProjection. getSecondaryLevelCommandPresentationState()Methods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type Command Modifier and Type Method Description private booleanBasicRibbonApplicationMenuPopupPanelUI. getCommandPath(CommandMenuContentModel commandMenuContentModel, Command command, java.util.List<Command> pathTo)private JCommandButtonBasicRibbonApplicationMenuPopupPanelUI. getMenuButtonForCommand(Command command)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.lang.RunnableBasicRibbonApplicationMenuPopupPanelUI. getPathToSequence(Command command)java.lang.RunnableJRibbonApplicationMenuPopupPanel. getPathToSequence(Command command)private JCommandButtonBasicRibbonApplicationMenuPopupPanelUI. getPrimaryForCommand(Command command)private JCommandButtonBasicRibbonApplicationMenuPopupPanelUI. getSecondaryForCommand(Command command)Method parameters in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with type arguments of type Command Modifier and Type Method Description private booleanBasicRibbonApplicationMenuPopupPanelUI. getCommandPath(CommandMenuContentModel commandMenuContentModel, Command command, java.util.List<Command> pathTo)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)voidRibbonApplicationMenuPanelPanelProjection. setSecondaryLevelCommandPresentationState(java.util.Map<Command,CommandButtonPresentationState> secondaryLevelCommandPresentationState) -
Uses of Command in org.pushingpixels.radiance.component.internal.utils
Methods in org.pushingpixels.radiance.component.internal.utils with parameters of type Command Modifier and Type Method Description static booleanComponentUtilities. existsInMenu(Command command, CommandMenuContentModel menuContentModel)
-