|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.robokind.api.common.property.PropertyChangeUtils
public class PropertyChangeUtils
Helper methods for PropertyChangeSupport
Constructor Summary | |
---|---|
PropertyChangeUtils()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyChangeUtils()
Method Detail |
---|
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 PropertyChangeSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |