com.jgoodies.looks.plastic

Class PlasticPopupMenuUI

public final class PlasticPopupMenuUI extends BasicPopupMenuUI

The JGoodies Plastic look&feel implementation of PopMenuUI. It differs from the superclass in that it provides an option to get a narrow border. You can set a client property NO_MARGIN_KEY to indicate that this popup menu has a border without margin. That is useful in the special case where the popup contains only a single component, for example a JScrollPane.

Version: $Revision: 1.6 $

Author: Karsten Lentzsch

See Also: NO_MARGIN_KEY

Method Summary
static ComponentUIcreateUI(JComponent b)
voidinstallDefaults()
protected voidinstallListeners()
protected voiduninstallListeners()

Method Detail

createUI

public static ComponentUI createUI(JComponent b)

installDefaults

public void installDefaults()

installListeners

protected void installListeners()

uninstallListeners

protected void uninstallListeners()
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.