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 ActionButtonModelJCommandButton. actionModelThe button action model.Methods in org.pushingpixels.radiance.component.api.common that return ActionButtonModel Modifier and Type Method Description ActionButtonModelJCommandButton. 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 voidJCommandButton. 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 classActionRepeatableButtonModelExtension of the default button model that supports theActionButtonModelinterface and repeated invocation of action listeners on mouse rollover.
-