com.jgoodies.looks.common

Class ExtBasicPopupMenuSeparatorUI


public final class ExtBasicPopupMenuSeparatorUI
extends BasicPopupMenuSeparatorUI

Renders the separator in popup and pull-down menus. Unlike its superclass we use a setting for the insets and it uses a shared UI delegate.
Version:
$Revision: 1.5 $
Author:
Karsten Lentzsch

Method Summary

static ComponentUI
createUI(JComponent b)
Dimension
getPreferredSize(JComponent c)
protected void
installDefaults(JSeparator s)
void
paint(Graphics g, JComponent c)

Method Details

createUI

public static ComponentUI createUI(JComponent b)

getPreferredSize

public Dimension getPreferredSize(JComponent c)

installDefaults

protected void installDefaults(JSeparator s)

paint

public void paint(Graphics g,
                  JComponent c)

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.