Uses of Interface
org.eclipse.rap.rwt.widgets.DialogCallback
Packages that use DialogCallback
-
Uses of DialogCallback in org.eclipse.rap.rwt.widgets
Methods in org.eclipse.rap.rwt.widgets with parameters of type DialogCallbackModifier and TypeMethodDescriptionstatic void
DialogUtil.open
(Dialog dialog, DialogCallback dialogCallback) Deprecated. -
Uses of DialogCallback in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type DialogCallbackModifier and TypeMethodDescriptionvoid
Dialog.open
(DialogCallback dialogCallback) Opens this dialog in a non-blocking way and brings it to the front of the display.
Dialog.open( DialogCallback )
instead