Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 280901

Summary: NavigationNode.setLabel() on parent does not work on EmbeddedTitlebar
Product: [RT] Riena Reporter: Christian Campo <christian.campo>
Component: UIAssignee: Project Inbox <riena.ui-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 1.1.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Christian Campo CLA 2009-06-19 07:05:20 EDT
The SubModule Titlebar is comprised of the label of the submodule and the parent. If the submodule label changes the embedded title bar is adopted. However if the parent changes its not.

The only workaround is this:

getNavigationNode().getParent().setLabel("xyz");
getNavigationNode().setLabel(getNavigationNode().getLabel());
Comment 1 Christian Campo CLA 2009-06-30 07:32:05 EDT

*** This bug has been marked as a duplicate of bug 281992 ***