Uses of Class
org.pushingpixels.radiance.component.api.common.model.BaseCommand
Packages that use BaseCommand
Package
Description
-
Uses of BaseCommand in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as BaseCommandModifier and TypeFieldDescriptionprivate BaseCommand
<?> CommandActionEvent.command
private BaseCommand
JCommandButton.command
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type BaseCommandModifier and TypeFieldDescriptionprivate BaseCommandButtonProjection
<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> JCommandButton.projection
Methods in org.pushingpixels.radiance.component.api.common that return BaseCommandModifier and TypeMethodDescriptionBaseCommand
<?> CommandActionEvent.getCommand()
BaseCommand
<? extends BaseCommandMenuContentModel> JCommandButton.getContentModel()
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type BaseCommandModifier and TypeMethodDescriptionBaseCommandButtonProjection
<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> JCommandButton.getProjection()
Methods in org.pushingpixels.radiance.component.api.common with parameters of type BaseCommandModifier and TypeMethodDescriptionCommandButtonLayoutManager.getCommandButtonKind
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManager.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) Returns the preferred icon size of a button using this layout manager.CommandButtonLayoutManager.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) Returns the preferred size of a button using this layout manager.Constructors in org.pushingpixels.radiance.component.api.common with parameters of type BaseCommandModifierConstructorDescriptionCommandActionEvent
(Object source, int id, BaseCommand<?> radianceCommand, String command, long when, int modifiers) Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type BaseCommandModifierConstructorDescriptionJCommandButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection) -
Uses of BaseCommand in org.pushingpixels.radiance.component.api.common.model
Classes in org.pushingpixels.radiance.component.api.common.model with type parameters of type BaseCommandModifier and TypeClassDescriptionstatic class
BaseCommand.BaseBuilder<T extends BaseCommand<MCM>,
MCM extends BaseCommandMenuContentModel, B extends BaseCommand.BaseBuilder<T, MCM, B>> Subclasses of BaseCommand in org.pushingpixels.radiance.component.api.common.modelModifier and TypeClassDescriptionclass
class
Encapsulates metadata for a single command.Fields in org.pushingpixels.radiance.component.api.common.model declared as BaseCommandModifier and TypeFieldDescriptionprivate BaseCommand
CommandToggleGroupModel.selection
The currently selected command.Fields in org.pushingpixels.radiance.component.api.common.model with type parameters of type BaseCommandModifier and TypeFieldDescriptionprivate Vector
<BaseCommand> CommandToggleGroupModel.commands
Contains all group commands.private Map
<BaseCommand, ChangeListener> CommandToggleGroupModel.modelChangeListeners
Map of registered model change listeners.Methods in org.pushingpixels.radiance.component.api.common.model that return BaseCommandModifier and TypeMethodDescriptionCommandToggleGroupModel.getSelected()
Returns the selected command of this group model.Methods in org.pushingpixels.radiance.component.api.common.model that return types with arguments of type BaseCommandModifier and TypeMethodDescriptionCommandToggleGroupModel.getCommands()
Returns an unmodifiable collection with all the commands tracked by this model.Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type BaseCommandModifier and TypeMethodDescriptionvoid
CommandToggleGroupModel.add
(BaseCommand command) Adds the specified command to the group.protected void
BaseCommand.BaseBuilder.configureBaseCommand
(BaseCommand<MCM> command) void
BaseCommand.CommandActionPreview.onCommandPreviewActivated
(BaseCommand command) Invoked when a command preview has been activated.void
BaseCommand.CommandActionPreview.onCommandPreviewCanceled
(BaseCommand command) Invoked when a command preview has been canceled.void
CommandToggleGroupModel.remove
(BaseCommand command) Removes the specified command from the group.void
CommandToggleGroupModel.setSelected
(BaseCommand command, boolean isSelected) Changes the selected status of the specified command. -
Uses of BaseCommand in org.pushingpixels.radiance.component.api.common.projection
Classes in org.pushingpixels.radiance.component.api.common.projection with type parameters of type BaseCommandModifier and TypeClassDescriptionclass
BaseCommandButtonProjection<M extends BaseCommand<MCM>,
MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM, P>, MPM extends BaseCommandPopupMenuPresentationModel> static interface
BaseCommandButtonProjection.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.CommandButtonComponentSupplier
to be used before theinvalid reference
#configureComponent(JCommandButton)
-
Uses of BaseCommand in org.pushingpixels.radiance.component.api.ribbon
Classes in org.pushingpixels.radiance.component.api.ribbon with type parameters of type BaseCommandModifier and TypeClassDescriptionprivate class
JRibbon.TaskbarCommandHandler<M extends BaseCommand<MCM>,
MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM, P>, MPM extends BaseCommandPopupMenuPresentationModel> Methods in org.pushingpixels.radiance.component.api.ribbon with type parameters of type BaseCommandModifier and TypeMethodDescription<M extends BaseCommand<MCM>,
MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM, P>, MPM extends BaseCommandPopupMenuPresentationModel>
voidJRibbon.addTaskbarCommand
(BaseCommandButtonProjection<M, MCM, P, MPM> projection) Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type BaseCommandModifier and TypeMethodDescriptionboolean
JRibbon.isShowingInTaskbar
(BaseCommand<?> command) void
JRibbon.removeTaskbarCommand
(BaseCommand<?> command) Method parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type BaseCommandModifier and TypeMethodDescriptionvoid
JRibbonBand.addRibbonCommand
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds the specified command projection tothis
band.JRibbon.OnShowContextualMenuListener.getContextualMenuContentModel
(JRibbon ribbon, BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> commandProjection) -
Uses of BaseCommand in org.pushingpixels.radiance.component.api.ribbon.model
Subclasses of BaseCommand in org.pushingpixels.radiance.component.api.ribbon.modelMethods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type BaseCommandModifier and TypeMethodDescriptionvoid
RibbonGalleryContentModel.activatePreview
(BaseCommand<?> command) void
RibbonGalleryContentModel.cancelPreview
(BaseCommand<?> command) private void
RibbonGalleryContentModel.fireCommandPreviewActivated
(BaseCommand<?> command) private void
RibbonGalleryContentModel.fireCommandPreviewCanceled
(BaseCommand<?> command) private void
RibbonGalleryContentModel.fireCommandSelected
(BaseCommand<?> command) void
RibbonGalleryContentModel.GalleryCommandAction.onCommandActivated
(BaseCommand command) Invoked when a command in this gallery model is activated.void
RibbonGalleryContentModel.GalleryCommandActionPreview.onCommandPreviewActivated
(BaseCommand command) Invoked when the preview of a command in this gallery model is activated.void
RibbonGalleryContentModel.GalleryCommandActionPreview.onCommandPreviewCanceled
(BaseCommand command) Invoked when the command preview has been canceled. -
Uses of BaseCommand in org.pushingpixels.radiance.component.internal.ui.common
Methods in org.pushingpixels.radiance.component.internal.ui.common with parameters of type BaseCommandModifier and TypeMethodDescriptionprivate int
CommandButtonLayoutManagerBig.getCurrentIconHeight
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) private int
CommandButtonLayoutManagerBig.getCurrentIconWidth
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerBig.FitToIcon.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerBig.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerMedium.FitToIcon.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerMedium.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerSmall.FitToIcon.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerSmall.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerTile.FitToIcon.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerTile.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerBig.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerMedium.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerSmall.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerTile.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) private void
BasicCommandButtonUI.syncActionPreview
(BaseCommand<?> command, BaseCommand.CommandActionPreview actionPreview) private void
CommandButtonLayoutManagerBig.updateTitleStrings
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) Updates the title strings forCommandButtonPresentationState.BIG
and other relevant states. -
Uses of BaseCommand in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of BaseCommand in org.pushingpixels.radiance.component.internal.ui.ribbonFields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type BaseCommandModifier and TypeFieldDescriptionprotected List
<BaseCommand> JRibbonGallery.commands
The commands ofthis
gallery.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommandModifier and TypeMethodDescriptionCommandButtonLayoutManagerBigFixed.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerBigFixedLandscape.getPreferredIconSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerBigFixed.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) CommandButtonLayoutManagerBigFixedLandscape.getPreferredSize
(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) Method parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type BaseCommandModifier and TypeMethodDescriptionvoid
JBandControlPanel.addCommandButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothis
control panel.Constructor parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type BaseCommandModifierConstructorDescriptionJRibbonTaskToggleButton
(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection)