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) class
JCommandButton.PopupHandler
Default popup handler.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupActionListener Modifier and Type Method Description void
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 PopupActionListener Modifier and Type Method Description void
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 PopupActionListener Modifier and Type Field Description private PopupActionListener
BasicCommandButtonUI. popupActionListener
Action listener on the popup area.Methods in org.pushingpixels.radiance.component.internal.ui.common that return PopupActionListener Modifier and Type Method Description protected PopupActionListener
BasicCommandButtonUI. createPopupActionListener()
Creates the popup action listener for this command button.
-