public interface PropertyWindow extends Disposable
| Modifier and Type | Method and Description | 
|---|---|
| void | addGlobalValueChangeListener(ValueChangeListener l)Add a value change listener to all property widgets in this window and its
 owned windows. | 
| void | dispose()Dispose of all resources used by this object. | 
| ValueChangeListener[] | getGlobalValueChangeListeners()Get an array of all the global value change listeners defined for this
 window. | 
| java.lang.Object | getSynchronizeObject()Gets the object (if any) with which property widget value changes are
 synchronized. | 
| boolean | isLiveUpdatingEnabled()If true, then the workspace should continuously update the property values
 whenever the model is rerendered. | 
| void | removeGlobalValueChangeListener(ValueChangeListener l)Remove a value change listener from all property widgets in this window
 and its owned windows. | 
| void | setSynchronizeObject(java.lang.Object syncObj)Sets an object with which property widget value changes are synchronized. | 
| void | updateWidgetValues()Update the value of all property widgets in this window and its owned
 windows. | 
void updateWidgetValues()
void addGlobalValueChangeListener(ValueChangeListener l)
void removeGlobalValueChangeListener(ValueChangeListener l)
ValueChangeListener[] getGlobalValueChangeListeners()
java.lang.Object getSynchronizeObject()
void setSynchronizeObject(java.lang.Object syncObj)
syncObj - new synchronization object for this windowvoid dispose()
dispose in interface Disposableboolean isLiveUpdatingEnabled()