All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFComboBoxIcon

java.lang.Object
    |
    +----java.awt.swing.jlf.JLFComboBoxIcon

public class JLFComboBoxIcon
extends Object
implements Icon
This utility class draws the horizontal bars which indicate a JLFComboBox

See Also:
JLFComboBoxUI

Constructor Index

 o JLFComboBoxIcon()

Method Index

 o getIconHeight()
stubbed to statify the interface.
 o getIconWidth()
stubbed to statify the interface.
 o paintIcon(Component, Graphics, int, int)
Paints the horizontal bars for the

Constructors

 o JLFComboBoxIcon
public JLFComboBoxIcon()

Methods

 o paintIcon
public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Paints the horizontal bars for the

 o getIconWidth
public int getIconWidth()
stubbed to statify the interface.

 o getIconHeight
public int getIconHeight()
stubbed to statify the interface.


All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature