org.eclipse.jface.internal.databinding.provisional.swt |
|
Java Source File Name | Type | Comment |
AbstractSWTObservableValue.java | Class | NON-API - An abstract superclass for observable values that gurantees that the
observable will be disposed when the control to which it is attached is
disposed. |
AbstractSWTVetoableValue.java | Class | NON-API - An abstract superclass for vetoable values that gurantees that the
observable will be disposed when the control to which it is attached is
disposed. |
CompositeUpdater.java | Class | NON-API - This class can be used to update a composite with automatic dependency tracking. |
ControlUpdater.java | Class | NON-API - A ControlUpdater updates an SWT control in response to changes in the model.
By wrapping a block of code in a ControlUpdater, clients can rely on the fact
that the block of code will be re-executed whenever anything changes in the
model that might affect its behavior.
ControlUpdaters only execute when their controls are visible. |
MenuUpdater.java | Class | NON-API - A MenuUpdater updates an SWT menu in response to changes in the model. |
SWTUtil.java | Class | NON-API - Utility methods, mainly having to do with posting runnables to the UI thread
in a particular way. |
TableUpdater.java | Class | NON-API - This class can be used to update a table with automatic dependency tracking. |
WorkQueue.java | Class | NON-API - Helper class to manage a queue of runnables to be posted to the UI thread in a way
that they are only run once. |