eclipse-databinding

JFace/Eclipse databinding trigger multivalidator in ChangeListener of AggregateValidationStatus

跟風遠走 提交于 2019-12-12 04:35:56
问题 I have an AggregateValidationStatus with an IChangeListener . The listener is called every time I select/change and component which is what I need. The only problem I have is that I have to trigger the validate() method of my MultiValidator in the beginning of the ChangeListener . Sadly there is very low documentation and what I found didn't help me. My ChangeListener final AggregateValidationStatus aggregateValidationStatus = new AggregateValidationStatus( dataBindingContext.getBindings(),