Uses of Interface
org.pushingpixels.radiance.component.api.common.model.ActionButtonModel
-
Packages that use ActionButtonModel Package Description org.pushingpixels.radiance.component.api.common org.pushingpixels.radiance.component.api.common.model -
-
Uses of ActionButtonModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as ActionButtonModel Modifier and Type Field Description private ActionButtonModel
JCommandButton. actionModel
The button action model.Methods in org.pushingpixels.radiance.component.api.common that return ActionButtonModel Modifier and Type Method Description ActionButtonModel
JCommandButton. getActionModel()
Returns the action model for this button.Methods in org.pushingpixels.radiance.component.api.common with parameters of type ActionButtonModel Modifier and Type Method Description void
JCommandButton. setActionModel(ActionButtonModel newModel)
Sets the new action model for this button. -
Uses of ActionButtonModel in org.pushingpixels.radiance.component.api.common.model
Classes in org.pushingpixels.radiance.component.api.common.model that implement ActionButtonModel Modifier and Type Class Description class
ActionRepeatableButtonModel
Extension of the default button model that supports theActionButtonModel
interface and repeated invocation of action listeners on mouse rollover.
-