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.commandprivate BaseCommandJCommandButton.commandFields 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.projectionMethods 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 classBaseCommand.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 TypeClassDescriptionclassclassEncapsulates metadata for a single command.Fields in org.pushingpixels.radiance.component.api.common.model declared as BaseCommandModifier and TypeFieldDescriptionprivate BaseCommandCommandToggleGroupModel.selectionThe currently selected command.Fields in org.pushingpixels.radiance.component.api.common.model with type parameters of type BaseCommandModifier and TypeFieldDescriptionprivate Vector<BaseCommand> CommandToggleGroupModel.commandsContains all group commands.private Map<BaseCommand, ChangeListener> CommandToggleGroupModel.modelChangeListenersMap 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 TypeMethodDescriptionvoidCommandToggleGroupModel.add(BaseCommand command) Adds the specified command to the group.protected voidBaseCommand.BaseBuilder.configureBaseCommand(BaseCommand<MCM> command) voidBaseCommand.CommandActionPreview.onCommandPreviewActivated(BaseCommand command) Invoked when a command preview has been activated.voidBaseCommand.CommandActionPreview.onCommandPreviewCanceled(BaseCommand command) Invoked when a command preview has been canceled.voidCommandToggleGroupModel.remove(BaseCommand command) Removes the specified command from the group.voidCommandToggleGroupModel.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 TypeClassDescriptionclassBaseCommandButtonProjection<M extends BaseCommand<MCM>, MCM extends BaseCommandMenuContentModel, P extends BaseCommandButtonPresentationModel<MPM,P>, MPM extends BaseCommandPopupMenuPresentationModel> static interfaceBaseCommandButtonProjection.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 ofTCto be used before thecall.invalid 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 static classJRibbon.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 TypeMethodDescriptionbooleanJRibbon.isShowingInTaskbar(BaseCommand<?> command) voidJRibbon.removeTaskbarCommand(BaseCommand<?> command) Method parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type BaseCommandModifier and TypeMethodDescriptionvoidJRibbonBand.addRibbonCommand(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds the specified command projection tothisband.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 TypeMethodDescriptionvoidRibbonGalleryContentModel.activatePreview(BaseCommand<?> command) voidRibbonGalleryContentModel.cancelPreview(BaseCommand<?> command) private voidRibbonGalleryContentModel.fireCommandPreviewActivated(BaseCommand<?> command) private voidRibbonGalleryContentModel.fireCommandPreviewCanceled(BaseCommand<?> command) private voidRibbonGalleryContentModel.fireCommandSelected(BaseCommand<?> command) voidRibbonGalleryContentModel.GalleryCommandAction.onCommandActivated(BaseCommand command) Invoked when a command in this gallery model is activated.voidRibbonGalleryContentModel.GalleryCommandActionPreview.onCommandPreviewActivated(BaseCommand command) Invoked when the preview of a command in this gallery model is activated.voidRibbonGalleryContentModel.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 intCommandButtonLayoutManagerBig.getCurrentIconHeight(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) private intCommandButtonLayoutManagerBig.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 voidBasicCommandButtonUI.syncActionPreview(BaseCommand<?> command, BaseCommand.CommandActionPreview actionPreview) private voidCommandButtonLayoutManagerBig.updateTitleStrings(BaseCommand command, BaseCommandButtonPresentationModel presentationModel) Updates the title strings forCommandButtonPresentationState.BIGand 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.commandsThe commands ofthisgallery.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 TypeMethodDescriptionvoidJBandControlPanel.addCommandButton(BaseCommandButtonProjection<? extends BaseCommand<?>, ? extends BaseCommandMenuContentModel, ? extends BaseCommandButtonPresentationModel<?, ?>, ? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority) Adds a new ribbon button tothiscontrol 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)