javax.swing.plaf.metal
Class MetalPopupMenuSeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
              extended by javax.swing.plaf.metal.MetalSeparatorUI
                  extended by javax.swing.plaf.metal.MetalPopupMenuSeparatorUI

public class MetalPopupMenuSeparatorUI
extends MetalSeparatorUI

A UI delegate for the JPopupMenu.Separator component.


Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
MetalPopupMenuSeparatorUI()
          Constructs a new instance of MetalPopupMenuSeparatorUI.
 
Method Summary
static ComponentUI createUI(JComponent component)
          Returns a shared instance of MetalPopupMenuSeparatorUI.
 
Methods inherited from class javax.swing.plaf.metal.MetalSeparatorUI
paint
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalPopupMenuSeparatorUI

public MetalPopupMenuSeparatorUI()
Constructs a new instance of MetalPopupMenuSeparatorUI.

Method Detail

createUI

public static ComponentUI createUI(JComponent component)
Returns a shared instance of MetalPopupMenuSeparatorUI.

Parameters:
component - the component for which we return an UI instance
Returns:
A shared instance of MetalPopupMenuSeparatorUI.