public class JidePopupFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
JidePopupFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
JidePopup |
createPopup() |
|
static int |
getPopupType() |
Get the type of popups that will automatically be created
|
static JidePopupFactory |
getSharedInstance() |
Returns the shared
JidePopupFactory which can be used to obtain JidePopups. |
static void |
setPopupType(int poupType) |
Sets the type to automatically create.
|
static void |
setSharedInstance(JidePopupFactory factory) |
Sets the
JidePopupFactory that will be used to obtain JidePopups. |
public JidePopup createPopup()
public static void setPopupType(int poupType)
poupType - the popup typepublic static void setSharedInstance(JidePopupFactory factory)
JidePopupFactory that will be used to obtain JidePopups. This will throw an
IllegalArgumentException if factory is null.factory - the shared factoryjava.lang.IllegalArgumentException - if factory is nullcreatePopup()public static int getPopupType()
public static JidePopupFactory getSharedInstance()
JidePopupFactory which can be used to obtain JidePopups.