public class PropertyChangeUtils extends Object
| Constructor and Description |
|---|
PropertyChangeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyChangeSupport |
buildPropertyChangeSupport(Object sourceBean)
Creates a new PropertyChangeSupport.
|
static boolean |
getSwingFlag()
Returns the Swing flag value
|
static void |
setSwing(boolean val)
Sets the Swing flag.
|
public static void setSwing(boolean val)
buildPropertyChangeSupport
creates standard PropertyChangeSupport. If true, it creates
SwingPropertyChangeSupport.val - the value for the Swing flagpublic static boolean getSwingFlag()
public static PropertyChangeSupport buildPropertyChangeSupport(Object sourceBean)
sourceBean - source for the PropertyChangeSupportCopyright © 2011-2014. All Rights Reserved.