Add a Listener to a Composite

Viewed 19

I created an editor that extends MultiPageEditorPart, I have two screens in this editor, one of them is a Composite that contains Text and ComboViewer fields

I tried to add a KeyListener to identify the change in the components but without success in making the editor dirty.

I'm not sure if this work should be done in my editor's main class or in the class that creates the Composite.

Does anyone have an idea how to do this?

0 Answers
Related