[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: JFace Dialog - change default focus
|
I'm assuming that I get the display of the dialog by calling:
getShell().getDisplay().addFilter(...);
and that I should make this call in, say, createDialogArea()?
shouldOverrideDefaultTraversal(event.widget) doesn't exist; is this
something I'm supposed to come up with? If so, what logic should be in it?
Where and how to I remove the filter when the dialog is being closed?