All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFMenuUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ButtonUI
                    |
                    +----java.awt.swing.plaf.MenuItemUI
                            |
                            +----java.awt.swing.plaf.MenuUI
                                    |
                                    +----java.awt.swing.basic.BasicMenuUI
                                            |
                                            +----java.awt.swing.jlf.JLFMenuUI

public class JLFMenuUI
extends BasicMenuUI
A Java L&F implementation of MenuUI. This implementation is a "combined" view/controller.


Constructor Index

 o JLFMenuUI()

Method Index

 o createUI(JComponent)
 o getPreferredSize(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)
 o paintMenuItem(Graphics, JComponent, Icon, Icon, Color, Color, int)
 o uninstallUI(JComponent)

Constructors

 o JLFMenuUI
public JLFMenuUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent x)
 o installUI
public void installUI(JComponent c)
Overrides:
installUI in class BasicMenuUI
 o uninstallUI
public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class BasicMenuUI
 o paint
public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicMenuUI
 o paintMenuItem
public static void paintMenuItem(Graphics g,
                                 JComponent c,
                                 Icon checkIcon,
                                 Icon arrowIcon,
                                 Color background,
                                 Color foreground,
                                 int defaultTextIconGap)
 o getPreferredSize
public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class BasicMenuUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature