Class JCommandButton.PopupHandler
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.JCommandButton.PopupHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener,javax.swing.event.ChangeListener,PopupActionListener
- Enclosing class:
- JCommandButton
class JCommandButton.PopupHandler extends java.lang.Object implements PopupActionListener, javax.swing.event.ChangeListener
Default popup handler.
-
-
Constructor Summary
Constructors Constructor Description PopupHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)voidstateChanged(javax.swing.event.ChangeEvent e)
-
-
-
Method Detail
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
-