Uses of Interface
net.sf.sbcc.componentcombo.plaf.basic.ComponentComboPopup

Packages that use ComponentComboPopup
net.sf.sbcc.componentcombo.plaf.basic   
net.sf.sbcc.componentcombo.plaf.metal   
net.sf.sbcc.componentcombo.plaf.motif   
 

Uses of ComponentComboPopup in net.sf.sbcc.componentcombo.plaf.basic
 

Classes in net.sf.sbcc.componentcombo.plaf.basic that implement ComponentComboPopup
 class BasicComponentComboPopup
          This is a basic implementation of the ComboPopup interface.
 

Fields in net.sf.sbcc.componentcombo.plaf.basic declared as ComponentComboPopup
protected  ComponentComboPopup BasicComponentComboBoxUI.popup
           
 

Methods in net.sf.sbcc.componentcombo.plaf.basic that return ComponentComboPopup
protected  ComponentComboPopup BasicComponentComboBoxUI.createPopup()
          Creates the popup portion of the combo box.
 

Uses of ComponentComboPopup in net.sf.sbcc.componentcombo.plaf.metal
 

Classes in net.sf.sbcc.componentcombo.plaf.metal that implement ComponentComboPopup
 class MetalComponentComboBoxUI.MetalComboPopup
          Deprecated. As of Java 2 platform v1.4.
 

Methods in net.sf.sbcc.componentcombo.plaf.metal that return ComponentComboPopup
protected  ComponentComboPopup MetalComponentComboBoxUI.createPopup()
           
 

Uses of ComponentComboPopup in net.sf.sbcc.componentcombo.plaf.motif
 

Classes in net.sf.sbcc.componentcombo.plaf.motif that implement ComponentComboPopup
protected  class MotifComponentComboBoxUI.MotifComboPopup
          Overriden to empty the MouseMotionListener. we also needed some modifications because we don't want to close the popup immediately..
 

Methods in net.sf.sbcc.componentcombo.plaf.motif that return ComponentComboPopup
protected  ComponentComboPopup MotifComponentComboBoxUI.createPopup()