You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/07/16 12:25:57 UTC

[GitHub] sdedic opened a new pull request #636: NETBEANS-998: update display name when DelayedNode resolves it

sdedic opened a new pull request #636: NETBEANS-998: update display name when DelayedNode resolves it
URL: https://github.com/apache/incubator-netbeans/pull/636
 
 
   In the branch for shadow, the name is localized through the DataNode, so the final value is seen immediately and can be fixed for the `DataShadowFilterNode`. But for "normal" nodes, the node may resolve the localized name later, in background and change it. It will fire events which the `DataShadowFilterNode` will happily forward, but `getDisplayName` need to delegate to the filer node so that the current value is returned to the caller.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists