Uses of Class
com.alee.managers.popup.PopupWay

Packages that use PopupWay
com.alee.managers.popup   
 

Uses of PopupWay in com.alee.managers.popup
 

Methods in com.alee.managers.popup that return PopupWay
 PopupWay WebButtonPopup.getPopupWay()
           
static PopupWay PopupWay.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PopupWay[] PopupWay.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.managers.popup with parameters of type PopupWay
 void WebButtonPopup.setPopupWay(PopupWay popupWay)
           
 

Constructors in com.alee.managers.popup with parameters of type PopupWay
WebButtonPopup(WebButton button, PopupWay popupWay)