public class DialogFuture extends
| Constructor and Description |
|---|
DialogFuture(Display display,
Callback[] callbacks,
java.util.List<CallbackWidgetFactory> factories) |
DialogFuture(Shell parentShell,
Callback[] callbacks,
java.util.List<CallbackWidgetFactory> factories) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
protected void |
closeDialog() |
protected Shell |
getParentShell() |
void |
openDialog() |
protected void |
processDispose() |
void |
setEarlyResult(Callback[] result) |
void |
setErrorResult(java.lang.Throwable error) |
void |
setMessage(java.lang.String message) |
void |
setTitle(java.lang.String title) |
public DialogFuture(Display display,
Callback[] callbacks,
java.util.List<CallbackWidgetFactory> factories)
public DialogFuture(Shell parentShell,
Callback[] callbacks,
java.util.List<CallbackWidgetFactory> factories)
protected Shell getParentShell()
public void openDialog()
public void setEarlyResult(Callback[] result)
public void setErrorResult(java.lang.Throwable error)
protected void processDispose()
protected void closeDialog()
public boolean cancel(boolean mayInterruptIfRunning)
public void setTitle(java.lang.String title)
public void setMessage(java.lang.String message)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0