KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalComboBoxUI.MetalComboPopup

javax.swing.plaf.metal
Class MetalComboBoxUI.MetalComboPopup

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JPopupMenu
                  extended by javax.swing.plaf.basic.BasicComboPopup
                      extended by javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement, ComboPopup
Enclosing class:
MetalComboBoxUI
See Also:
Source Code, @Deprecated

public void delegateFocus(MouseEvent e)
See Also:
BasicComboPopup
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalComboBoxUI.MetalComboPopup(JComboBox cBox)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags