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 JidePopup s. |
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 JidePopup s. |
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 JidePopup
s. 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 JidePopup
s.