Unterschiede
Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
en:eclipse-rcp:binding 2012/10/18 16:13 | en:eclipse-rcp:binding 2020/01/22 21:00 aktuell | ||
---|---|---|---|
Zeile 239: | Zeile 239: | ||
Example:\\ | Example:\\ | ||
<code java>public static final String PROP_VALUE = "value";</code>\\ | <code java>public static final String PROP_VALUE = "value";</code>\\ | ||
- | Secondly, you can set a breakpoint in the method ValueBinding#doUpdate(..) (e.g. at the call-up of the method updateValueStrategy.doSet(..)) to find the bug.\\ | + | Secondly, you can set a breakpoint in the method ValueBinding#doUpdate(..) (e.g. at the call of the method updateValueStrategy.doSet(..)) to find the bug.\\ |
Careful! In Eclipse 3.3 there is a bug: The propertymethod/ property-constant is not allowed to begin with two capital letters (so, not: getVAlue() with "vAlue")!!\\ | Careful! In Eclipse 3.3 there is a bug: The propertymethod/ property-constant is not allowed to begin with two capital letters (so, not: getVAlue() with "vAlue")!!\\ | ||