Uses of Interface
org.pushingpixels.radiance.component.api.common.PopupActionListener
Packages that use PopupActionListener
Package
Description
-
Uses of PopupActionListener in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type PopupActionListenerModifier and TypeMethodDescriptionvoidPopupButtonModel.addPopupActionListener(PopupActionListener l) Adds anPopupActionListenerto the model.voidPopupButtonModel.removePopupActionListener(PopupActionListener l) Removes anPopupActionListenerfrom the model. -
Uses of PopupActionListener in org.pushingpixels.radiance.component.internal.ui.common
Methods in org.pushingpixels.radiance.component.internal.ui.common that return PopupActionListenerModifier and TypeMethodDescriptionprotected PopupActionListenerBasicCommandButtonUI.createPopupActionListener()Creates the popup action listener for this command button.