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 TypeMethodDescriptionvoid
JCommandButton.addCommandListener
(CommandAction l) Adds the specified command listener to this button.void
JCommandButton.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 CommandAction
BaseCommand.action
protected CommandAction
BaseCommand.BaseBuilder.action
Methods 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) void
BaseCommand.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 CommandAction
AbstractRibbonBand.expandCommandListener
Optionalexpand
action listener.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandActionModifier and TypeMethodDescriptionAbstractRibbonBand.getExpandCommandListener()
Returns the expand action listener ofthis
ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandActionModifier and TypeMethodDescriptionvoid
AbstractRibbonBand.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 CommandAction
BasicCommandButtonUI.disposePopupsActionListener
This listener disposes all popup panels when button's action is activated.