|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyWindow
A window that contains property widgets within its component hierarchy.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 Disposable
boolean isLiveUpdatingEnabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |