Uses of Interface
org.eclipse.emf.facet.util.ui.internal.exported.dialog.IDialogCallback

Packages that use IDialogCallback
org.eclipse.emf.facet.util.ui.internal.exported.dialog   
 

Uses of IDialogCallback in org.eclipse.emf.facet.util.ui.internal.exported.dialog
 

Methods in org.eclipse.emf.facet.util.ui.internal.exported.dialog with parameters of type IDialogCallback
 IQuestionDialog IQuestionDialogFactory.createQuestionDialog(Shell parent, java.lang.String title, java.lang.String message, IDialogCallback<java.lang.Boolean> callback)
          Instantiates a question dialog (without opening it)
 D IDialogCallbackWithPreCommit.openPrecommitDialog(T1 result, IDialogCallback<T2> precommitCallback)
          The user committed their selection in the first dialog.