org.eclipse.rse.ui.actions
Class DisplayDialogAction
java.lang.Object
org.eclipse.rse.ui.actions.DisplayDialogAction
- All Implemented Interfaces:
- Runnable
- public class DisplayDialogAction
- extends Object
- implements Runnable
DisplayDialogAction can be used to display a JFace Dialog when
not running on the UI thread and no shell is availble. For example:
Display.getDefault().syncExec(new DisplayDialogAction(myDialog));
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplayDialogAction
public DisplayDialogAction(Dialog dialog)
- Constructor for DisplayDialogAction.
- Parameters:
dialog - The dialog to be displayed.
run
public void run()
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.