Uses of Interface
org.pushingpixels.radiance.component.api.common.CommandAction
-
-
Uses of CommandAction in org.pushingpixels.radiance.component.api.common
Methods in org.pushingpixels.radiance.component.api.common with parameters of type CommandAction Modifier and Type Method Description void
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 CommandAction Modifier and Type Field Description private CommandAction
BaseCommand. action
protected CommandAction
BaseCommand.BaseBuilder. action
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandAction Modifier and Type Method Description CommandAction
BaseCommand. getAction()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandAction Modifier and Type Method Description B
BaseCommand.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 CommandAction Modifier and Type Field Description private CommandAction
AbstractRibbonBand. expandCommandListener
Optionalexpand
action listener.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandAction Modifier and Type Method Description CommandAction
AbstractRibbonBand. getExpandCommandListener()
Returns the expand action listener ofthis
ribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandAction Modifier and Type Method Description void
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 CommandAction Constructor Description AbstractRibbonBand(java.lang.String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener, AbstractBandControlPanel controlPanel)
Creates a new ribbon band.JFlowRibbonBand(java.lang.String title, RadianceIcon.Factory iconFactory, CommandAction expandCommandListener)
Creates a new flow ribbon band.JRibbonBand(java.lang.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 CommandAction Modifier and Type Field Description private CommandAction
BasicCommandButtonUI. disposePopupsActionListener
This listener disposes all popup panels when button's action is activated.
-