Uses of Class
com.jidesoft.popup.JidePopup

Packages that use JidePopup
com.jidesoft.hints The package contains classes for IntelliHints for JIDE Common Layer. 
com.jidesoft.plaf.basic The package contains basic ComponentUI implementation for most of the JIDE components. 
com.jidesoft.popup The package contains JidePopup class for JIDE Common Layer. 
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of JidePopup in com.jidesoft.hints
 

Methods in com.jidesoft.hints that return JidePopup
protected  JidePopup AbstractIntelliHints.createPopup()
           
 

Uses of JidePopup in com.jidesoft.plaf.basic
 

Fields in com.jidesoft.plaf.basic declared as JidePopup
protected  JidePopup BasicJidePopupUI._popup
           
 

Methods in com.jidesoft.plaf.basic with parameters of type JidePopup
protected  JComponent BasicJidePopupUI.createEastPane(JidePopup w)
           
protected  JComponent BasicJidePopupUI.createNorthPane(JidePopup w)
           
protected  JComponent BasicJidePopupUI.createSouthPane(JidePopup w)
           
protected  JComponent BasicJidePopupUI.createWestPane(JidePopup w)
           
 

Constructors in com.jidesoft.plaf.basic with parameters of type JidePopup
BasicJidePopupUI(JidePopup f)
           
 

Uses of JidePopup in com.jidesoft.popup
 

Methods in com.jidesoft.popup that return JidePopup
 JidePopup JidePopupFactory.createPopup()
           
 

Methods in com.jidesoft.popup with parameters of type JidePopup
static boolean JidePopup.isPopupAncestorOf(JidePopup popup, Component c)
           
 

Uses of JidePopup in com.jidesoft.swing
 

Subclasses of JidePopup in com.jidesoft.swing
 class Searchable.SearchPopup
           
 

Methods in com.jidesoft.swing that return JidePopup
protected  JidePopup JideTabbedPane.createTabListPopup()
          Creates tab list popup.
 



Copyright © 2013. All Rights Reserved.