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) class
Default popup handler.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupActionListenerModifier and TypeMethodDescriptionvoid
JCommandButton.DefaultPopupButtonModel.addPopupActionListener
(PopupActionListener l) void
JCommandButton.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 TypeMethodDescriptionvoid
PopupButtonModel.addPopupActionListener
(PopupActionListener l) Adds anPopupActionListener
to the model.void
PopupButtonModel.removePopupActionListener
(PopupActionListener l) Removes anPopupActionListener
from 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 PopupActionListener
BasicCommandButtonUI.popupActionListener
Action listener on the popup area.Methods in org.pushingpixels.radiance.component.internal.ui.common that return PopupActionListenerModifier and TypeMethodDescriptionprotected PopupActionListener
BasicCommandButtonUI.createPopupActionListener()
Creates the popup action listener for this command button.