Uses of Interface
org.pushingpixels.radiance.component.api.common.CommandAction
Packages that use CommandAction
Package
Description
-
Uses of CommandAction in org.pushingpixels.radiance.component.api.common
Methods in org.pushingpixels.radiance.component.api.common with parameters of type CommandActionModifier and TypeMethodDescriptionvoidJCommandButton.addCommandListener(CommandAction l) Adds the specified command listener to this button.voidJCommandButton.removeCommandListener(CommandAction l) Removes the specified command listener from this button. -
Uses of CommandAction in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as CommandActionModifier and TypeFieldDescriptionprivate CommandActionBaseCommand.actionprotected CommandActionBaseCommand.BaseBuilder.actionMethods in org.pushingpixels.radiance.component.api.common.model that return CommandActionMethods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandActionModifier and TypeMethodDescriptionBaseCommand.BaseBuilder.setAction(CommandAction action) voidBaseCommand.setAction(CommandAction actionListener) -
Uses of CommandAction in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as CommandActionModifier and TypeFieldDescriptionprivate CommandActionAbstractRibbonBand.expandCommandListenerOptionalexpandaction listener.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandActionModifier and TypeMethodDescriptionAbstractRibbonBand.getExpandCommandListener()Returns the expand action listener ofthisribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandActionModifier and TypeMethodDescriptionvoidAbstractRibbonBand.setExpandCommandListener(CommandAction expandCommandListener) Sets the specified action listener to be activated when the user clicks the expand button on this ribbon band.Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandActionModifierConstructorDescriptionAbstractRibbonBand(String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener, AbstractBandControlPanel controlPanel) Creates a new ribbon band.JFlowRibbonBand(String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener) Creates a new flow ribbon band.JRibbonBand(String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener) Creates a new ribbon band. -
Uses of CommandAction in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as CommandActionModifier and TypeFieldDescriptionprivate CommandActionBasicCommandButtonUI.disposePopupsActionListenerThis listener disposes all popup panels when button's action is activated.