Uses of Interface
org.pushingpixels.radiance.component.api.common.PopupActionListener
-
-
Uses of PopupActionListener in org.pushingpixels.radiance.component.api.common
Classes in org.pushingpixels.radiance.component.api.common that implement PopupActionListener Modifier and Type Class Description (package private) classJCommandButton.PopupHandlerDefault popup handler.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupActionListener Modifier and Type Method Description voidJCommandButton.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 PopupActionListener Modifier and Type Method Description voidPopupButtonModel. 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 PopupActionListener Modifier and Type Field Description private PopupActionListenerBasicCommandButtonUI. popupActionListenerAction listener on the popup area.Methods in org.pushingpixels.radiance.component.internal.ui.common that return PopupActionListener Modifier and Type Method Description protected PopupActionListenerBasicCommandButtonUI. createPopupActionListener()Creates the popup action listener for this command button.
-