Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Outline index issue
Outline index issue [message #903109] Wed, 22 August 2012 04:16
Karthikeyan Missing name is currently offline Karthikeyan Missing nameFriend
Messages: 47
Registered: July 2011
Member
Hi,

In my editor, I created tree edit part. In that modelChildren method, i override as following

getModelChildren()
{
List result = new ArrayList();
result.add(component1);
result.add(component2);

return result;
}

my problem is, when i add shapes in editor in following order

component2 - 1
component1 - 1
component2 - 2
component1 - 2, this index should be in the outline tree view, but in my tree view it exist as follows

component1 - 1
component1 - 2
component2 - 1
component2 - 2

Kindly suggest any solution for this, and tell me what am i doing wrong?

Thanks & Regards,
Karthikeyan.B
Previous Topic:[Draw2D] How to create loop connection
Next Topic:Label with Icon problem
Goto Forum:
  


Current Time: Thu Apr 25 23:11:02 GMT 2024

Powered by FUDForum. Page generated in 0.03079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top