public interface DialogCallback
DialogUtil
Modifier and Type | Method and Description |
---|---|
void |
dialogClosed(int returnCode)
This method is called after a dialog was closed.
|
void dialogClosed(int returnCode)
returnCode
is defined by the respective Dialog
implementation but usually indicates how the
dialog was left. For example, pressing the 'OK' button would lead to the
returnCode
SWT.OK
.returnCode
- SWT.CANCEL
if the dialog was closed with
the shells' close button, a dialog-specific return code otherwise.SWT
,
Dialog
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0