All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFComboBoxUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ComboBoxUI
                    |
                    +----java.awt.swing.basic.BasicComboBoxUI
                            |
                            +----java.awt.swing.jlf.JLFComboBoxUI

public class JLFComboBoxUI
extends BasicComboBoxUI
JLF UI for JComboBox

See Also:
JLFComboBoxListCellRenderer, JLFPopupMenuBorder

Constructor Index

 o JLFComboBoxUI()

Method Index

 o createArrowButton()
 o createUI(JComponent)
 o getMyInsets()
This function computes the space taken up by the border on this object
 o installUI(JComponent)
 o layoutContainer(Container)
this implementation of a LayoutManager interface function is an override from the BasicComboBoxUI class it arranges the pulldown button and editor.
 o rectangleForCurrentValue()
This is an override from BasicComboBoxUI.
 o validateMenu()

Constructors

 o JLFComboBoxUI
public JLFComboBoxUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o createArrowButton
protected JButton createArrowButton()
Overrides:
createArrowButton in class BasicComboBoxUI
 o installUI
public void installUI(JComponent c)
Overrides:
installUI in class BasicComboBoxUI
 o rectangleForCurrentValue
protected Rectangle rectangleForCurrentValue()
This is an override from BasicComboBoxUI. it returns the bounds of the ComboBox editor.

Overrides:
rectangleForCurrentValue in class BasicComboBoxUI
 o layoutContainer
public void layoutContainer(Container parent)
this implementation of a LayoutManager interface function is an override from the BasicComboBoxUI class it arranges the pulldown button and editor.

Overrides:
layoutContainer in class BasicComboBoxUI
 o getMyInsets
protected Insets getMyInsets()
This function computes the space taken up by the border on this object

 o validateMenu
public void validateMenu()
Overrides:
validateMenu in class BasicComboBoxUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature