[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] EditorPart addFilter() equivalent?

Hi!

Is there any way to filter certain events on an EditorPart basis?

I want to react to any changed selection and input to set my editor
part dirty. Up to now I'm using display.addFilter() to filter SWT.KeyUp
events but this is quite uncomfortable.

Does anyone know of better way to do this?

Best regards,


Fabian