[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.albireo] Re: Invoking jface WizardDialog from Swing Action

Gordon Hirsch wrote:
javaguy wrote:

1. from a node + context menu, I want to be able to invoke a jface Dialog w/ eclipse wizard pages.

You should be able to fire up your JFace dialog ( within a Display.asyncExec runnable)

Doh! I should have said from within a java.awt.EventQueue.invokeLater runnable.