Class RadiancePopupMenuUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PopupMenuUI
-
- javax.swing.plaf.basic.BasicPopupMenuUI
-
- org.pushingpixels.radiance.theming.internal.ui.RadiancePopupMenuUI
-
public class RadiancePopupMenuUI extends javax.swing.plaf.basic.BasicPopupMenuUIUI for popup menus in Radiance look and feel.
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.event.ContainerListenerradianceContainerListenerTracks changes to the popup menu and invalidates precomputed text offset.private javax.swing.event.PopupMenuListenerradiancePopupMenuListener
-
Constructor Summary
Constructors Modifier Constructor Description protectedRadiancePopupMenuUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent comp)protected voidinstallListeners()voidpaint(java.awt.Graphics g, javax.swing.JComponent c)protected voiduninstallListeners()-
Methods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
installDefaults, installKeyboardActions, installUI, isPopupTrigger, uninstallDefaults, uninstallKeyboardActions, uninstallUI
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
-
installListeners
protected void installListeners()
- Overrides:
installListenersin classjavax.swing.plaf.basic.BasicPopupMenuUI
-
uninstallListeners
protected void uninstallListeners()
- Overrides:
uninstallListenersin classjavax.swing.plaf.basic.BasicPopupMenuUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)- Overrides:
paintin classjavax.swing.plaf.ComponentUI
-
-