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
Classes in org.pushingpixels.radiance.component.api.common that implement PopupActionListenerModifier and TypeClassDescription(package private) classDefault popup handler.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupActionListenerModifier and TypeMethodDescriptionvoidJCommandButton.DefaultPopupButtonModel.addPopupActionListener(PopupActionListener l) voidJCommandButton.DefaultPopupButtonModel.removePopupActionListener(PopupActionListener l) -
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
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as PopupActionListenerModifier and TypeFieldDescriptionprivate PopupActionListenerBasicCommandButtonUI.popupActionListenerAction listener on the popup area.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.