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 voidJCommandButton. 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 CommandAction Modifier and Type Field Description private CommandActionBaseCommand. actionprotected CommandActionBaseCommand.BaseBuilder. actionMethods in org.pushingpixels.radiance.component.api.common.model that return CommandAction Modifier and Type Method Description CommandActionBaseCommand. getAction()Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandAction Modifier and Type Method Description BBaseCommand.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 CommandAction Modifier and Type Field Description private CommandActionAbstractRibbonBand. expandCommandListenerOptionalexpandaction listener.Methods in org.pushingpixels.radiance.component.api.ribbon that return CommandAction Modifier and Type Method Description CommandActionAbstractRibbonBand. getExpandCommandListener()Returns the expand action listener ofthisribbon band.Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type CommandAction Modifier and Type Method Description voidAbstractRibbonBand. 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 CommandActionBasicCommandButtonUI. disposePopupsActionListenerThis listener disposes all popup panels when button's action is activated.
-