Quaqua 7.2.1 2010-08-01

ch.randelshofer.quaqua
Class QuaquaPopupMenuUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PopupMenuUI
          extended by javax.swing.plaf.basic.BasicPopupMenuUI
              extended by ch.randelshofer.quaqua.QuaquaPopupMenuUI
All Implemented Interfaces:
QuaquaMenuPainterClient

public class QuaquaPopupMenuUI
extends javax.swing.plaf.basic.BasicPopupMenuUI
implements QuaquaMenuPainterClient

QuaquaPopupMenuUI.

Version:
$Id: QuaquaPopupMenuUI.java 244 2010-06-28 19:38:11Z wrandelshofer $
Author:
Werner Randelshofer

Field Summary
static java.lang.String WINDOW_ALPHA_PROPERTY
           
 
Fields inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
popupMenu
 
Constructor Summary
QuaquaPopupMenuUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
           
 void paintBackground(java.awt.Graphics g, javax.swing.JComponent component, int menuWidth, int menuHeight)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
installDefaults, installKeyboardActions, installListeners, installUI, isPopupTrigger, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.PopupMenuUI
getPopup
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDOW_ALPHA_PROPERTY

public static java.lang.String WINDOW_ALPHA_PROPERTY
Constructor Detail

QuaquaPopupMenuUI

public QuaquaPopupMenuUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)

paintBackground

public void paintBackground(java.awt.Graphics g,
                            javax.swing.JComponent component,
                            int menuWidth,
                            int menuHeight)
Specified by:
paintBackground in interface QuaquaMenuPainterClient

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.