Uses of Class
org.eclipse.swt.widgets.Synchronizer
Packages that use Synchronizer
-
Uses of Synchronizer in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as SynchronizerMethods in org.eclipse.swt.widgets that return SynchronizerModifier and TypeMethodDescriptionDisplay.getSynchronizer()Gets the synchronizer used by the display.Methods in org.eclipse.swt.widgets with parameters of type SynchronizerModifier and TypeMethodDescription(package private) voidSynchronizer.moveAllEventsTo(Synchronizer toReceiveTheEvents) Removes all pending events from the receiver and inserts them into the beginning of the given synchronizer's queuevoidDisplay.setSynchronizer(Synchronizer synchronizer) Sets the synchronizer used by the display to be the argument, which can not be null.