Uses of Class
org.pushingpixels.radiance.component.api.common.model.BaseCommand
-
-
Uses of BaseCommand in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as BaseCommand Modifier and Type Field Description private BaseCommand<?>CommandActionEvent. commandprivate BaseCommandJCommandButton. commandFields in org.pushingpixels.radiance.component.api.common with type parameters of type BaseCommand Modifier and Type Field Description private BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel>JCommandButton. projectionMethods in org.pushingpixels.radiance.component.api.common that return BaseCommand Modifier and Type Method Description BaseCommand<?>CommandActionEvent. getCommand()BaseCommand<? extends BaseCommandMenuContentModel>JCommandButton. getContentModel()Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type BaseCommand Modifier and Type Method Description BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel>JCommandButton. getProjection()Methods in org.pushingpixels.radiance.component.api.common with parameters of type BaseCommand Modifier and Type Method Description default CommandButtonLayoutManager.CommandButtonKindCommandButtonLayoutManager. getCommandButtonKind(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManager. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)Returns the preferred icon size of a button using this layout manager.java.awt.DimensionCommandButtonLayoutManager. 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 BaseCommand Constructor Description CommandActionEvent(java.lang.Object source, int id, BaseCommand<?> radianceCommand, java.lang.String command, long when, int modifiers)Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type BaseCommand Constructor Description JCommandButton(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 BaseCommand Modifier and Type Class Description static 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.model Modifier and Type Class Description classColorSelectorCommandclassCommandEncapsulates metadata for a single command.Fields in org.pushingpixels.radiance.component.api.common.model declared as BaseCommand Modifier and Type Field Description private BaseCommandCommandToggleGroupModel. selectionThe currently selected command.Fields in org.pushingpixels.radiance.component.api.common.model with type parameters of type BaseCommand Modifier and Type Field Description private java.util.Vector<BaseCommand>CommandToggleGroupModel. commandsContains all group commands.private java.util.Map<BaseCommand,javax.swing.event.ChangeListener>CommandToggleGroupModel. modelChangeListenersMap of registered model change listeners.Methods in org.pushingpixels.radiance.component.api.common.model that return BaseCommand Modifier and Type Method Description BaseCommandCommandToggleGroupModel. 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 BaseCommand Modifier and Type Method Description java.util.Collection<BaseCommand>CommandToggleGroupModel. 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 BaseCommand Modifier and Type Method Description voidCommandToggleGroupModel. 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 BaseCommand Modifier and Type Class Description classBaseCommandButtonProjection<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 ofBaseCommandButtonProjection.CommandButtonComponentSupplierto be used before the#configureComponent(JCommandButton)call. -
Uses of BaseCommand in org.pushingpixels.radiance.component.api.ribbon
Classes in org.pushingpixels.radiance.component.api.ribbon with type parameters of type BaseCommand Modifier and Type Class Description private 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 BaseCommand Modifier and Type Method Description <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 BaseCommand Modifier and Type Method Description booleanJRibbon. isShowingInTaskbar(BaseCommand<?> command)voidJRibbon. removeTaskbarCommand(BaseCommand<?> command)Method parameters in org.pushingpixels.radiance.component.api.ribbon with type arguments of type BaseCommand Modifier and Type Method Description voidJRibbonBand. addRibbonCommand(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection, JRibbonBand.PresentationPriority priority)Adds the specified command projection tothisband.CommandMenuContentModelJRibbon.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.model Modifier and Type Class Description classRibbonApplicationMenuCommandMethods in org.pushingpixels.radiance.component.api.ribbon.model with parameters of type BaseCommand Modifier and Type Method Description voidRibbonGalleryContentModel. 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 BaseCommand Modifier and Type Method Description private intCommandButtonLayoutManagerBig. getCurrentIconHeight(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)private intCommandButtonLayoutManagerBig. getCurrentIconWidth(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerBig.FitToIcon. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerBig. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerMedium.FitToIcon. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerMedium. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerSmall.FitToIcon. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerSmall. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerTile.FitToIcon. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerTile. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerBig. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerMedium. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerSmall. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerTile. 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.ribbon Modifier and Type Class Description private static classBasicRibbonBandUI.BandCollapseCommandFields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type BaseCommand Modifier and Type Field Description protected java.util.List<BaseCommand>JRibbonGallery. commandsThe commands ofthisgallery.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type BaseCommand Modifier and Type Method Description java.awt.DimensionCommandButtonLayoutManagerBigFixed. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerBigFixedLandscape. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerBigFixed. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerBigFixedLandscape. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)Method parameters in org.pushingpixels.radiance.component.internal.ui.ribbon with type arguments of type BaseCommand Modifier and Type Method Description voidJBandControlPanel. 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 BaseCommand Constructor Description JRibbonTaskToggleButton(BaseCommandButtonProjection<? extends BaseCommand<?>,? extends BaseCommandMenuContentModel,? extends BaseCommandButtonPresentationModel<?,?>,? extends BaseCommandPopupMenuPresentationModel> projection) -
Uses of BaseCommand in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon.appmenu with parameters of type BaseCommand Modifier and Type Method Description java.awt.DimensionCommandButtonLayoutManagerMenuTileLevel1. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerMenuTileLevel2. getPreferredIconSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerMenuTileLevel1. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)java.awt.DimensionCommandButtonLayoutManagerMenuTileLevel2. getPreferredSize(BaseCommand command, BaseCommandButtonPresentationModel presentationModel)
-