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. loadedSet
Contains 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 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 Command Modifier and Type Field Description private Command
CommandMenuContentModel. highlightedCommand
private Command
CommandPanelContentModel. selectedCommand
Fields 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. commands
Methods in org.pushingpixels.radiance.component.api.common.model that return Command Modifier and Type Method Description Command
Command.Builder. build()
Command
CommandGroup. findFirstMatch(CommandGroup.CommandFilter filter)
Command
CommandPanelContentModel. findFirstMatch(CommandGroup.CommandFilter commandFilter)
Command
CommandMenuContentModel. getHighlightedCommand()
Command
CommandPanelContentModel. 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 void
CommandGroup. addCommand(Command command)
private void
CommandGroup. fireCommandAdded(Command command)
private void
CommandGroup. fireCommandRemoved(Command command)
boolean
CommandGroup.CommandFilter. matches(Command command)
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 Command Modifier and Type Method Description private void
CommandGroup. fireAllCommandsRemoved(java.util.List<Command> commands)
void
CommandGroup.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.Builder
ColorSelectorPopupMenuGroupModel.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 class
CommandButtonProjection<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. commandOverlays
Methods 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 void
BlackboxProjection. 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 Command
JRibbon.TaskbarAppMenuLinkHandler. appMenuCommand
private Command
JRibbonFrame.RibbonKeyboardAction. command
Methods in org.pushingpixels.radiance.component.api.ribbon that return Command Modifier and Type Method Description Command
JRibbonFrame.RibbonKeyboardAction. getCommand()
Command
JRibbon.TaskbarAppMenuLinkHandler. getKey()
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type Command Modifier and Type Method Description void
RibbonApplicationMenu. addFooterCommand(Command entry)
Adds the specified footer command.void
JRibbon. addTaskbarAppMenuLink(Command appMenuCommand)
CommandMenuContentModel
JRibbon.OnShowContextualMenuListener. getContextualMenuContentModel(JRibbon ribbon, Command appLinkCommand)
void
JRibbon. 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 Command
RibbonGalleryContentModel. selectedCommand
Methods in org.pushingpixels.radiance.component.api.ribbon.model that return Command Modifier and Type Method Description Command
RibbonGalleryContentModel. getSelectedCommand()
Methods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type Command Modifier and Type Method Description void
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 Command Modifier and Type Field Description private java.util.Map<Command,CommandButtonPresentationState>
RibbonApplicationMenuCommandButtonProjection. secondaryLevelCommandPresentationState
Methods 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 void
RibbonApplicationMenuCommandButtonProjection. 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 Command
RadianceRibbonBandUI. 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. commandStack
Methods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type Command Modifier and Type Method Description private void
BasicBreadcrumbBarUI. configureMainAction(Command command, BreadcrumbItem<java.lang.Object> bi)
private void
BasicBreadcrumbBarUI. 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 Command
BasicScrollablePanelUI. leadingScrollCommand
private Command
BasicScrollablePanelUI. trailingScrollCommand
Fields 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. commandButtonMap
Methods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type Command Modifier and Type Method Description private void
BasicCommandButtonPanelUI. addButtonToGroup(java.lang.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 Command Modifier and Type Field Description protected 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 Command Modifier and Type Field Description private java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay>
JRibbonGallery. galleryCommandOverlays
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return Command Modifier and Type Method Description protected abstract Command
BasicRibbonBandUI. 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 void
JRibbonGallery. addGalleryCommand(Command command)
Adds new gallery command tothis
in-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. secondaryLevelCommandPresentationState
Methods 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 boolean
BasicRibbonApplicationMenuPopupPanelUI. getCommandPath(CommandMenuContentModel commandMenuContentModel, Command command, java.util.List<Command> pathTo)
private JCommandButton
BasicRibbonApplicationMenuPopupPanelUI. getMenuButtonForCommand(Command command)
static JRibbonApplicationMenuPopupPanelSecondary
JRibbonApplicationMenuPopupPanelSecondary. getPanel(Command primaryMenuEntry, java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay> commandOverlays, CommandButtonPresentationState secondaryMenuPresentationState, JCommandButton commandButton)
java.lang.Runnable
BasicRibbonApplicationMenuPopupPanelUI. getPathToSequence(Command command)
java.lang.Runnable
JRibbonApplicationMenuPopupPanel. getPathToSequence(Command command)
private JCommandButton
BasicRibbonApplicationMenuPopupPanelUI. getPrimaryForCommand(Command command)
private JCommandButton
BasicRibbonApplicationMenuPopupPanelUI. 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 boolean
BasicRibbonApplicationMenuPopupPanelUI. getCommandPath(CommandMenuContentModel commandMenuContentModel, Command command, java.util.List<Command> pathTo)
static JRibbonApplicationMenuPopupPanelSecondary
JRibbonApplicationMenuPopupPanelSecondary. getPanel(Command primaryMenuEntry, java.util.Map<Command,BaseCommandButtonPresentationModel.Overlay> commandOverlays, CommandButtonPresentationState secondaryMenuPresentationState, JCommandButton commandButton)
void
RibbonApplicationMenuPanelPanelProjection. 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 boolean
ComponentUtilities. existsInMenu(Command command, CommandMenuContentModel menuContentModel)
-