Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Regarding Graphical editor
Regarding Graphical editor [message #193610] Thu, 19 June 2008 10:10
Eclipse UserFriend
Originally posted by: srinivas.v.kpitcummunis.com

Hi All,

I am using eclipse3.3 and GMF. In my project i am having graphical editors.
I want to get all the graphical editors which are in the projects.
I have tried in this manner:

IResource[] members = project.members();
for(int i=0;i<members.length;i++){
IResource resource = (IResource)members[i];
if (resource.getFileExtension()!=null){
if(resource.getFileExtension().equals("xxxxxxx")){
System.out.println("resource name is"+resource.getName());
}
}
By this i am getting resource name only. But i want resource object.
Can anybody please help me in this?

Awaiting reply,

Thanks and Regards,
Srinivas.
Previous Topic:gmfgen List Layout
Next Topic:Transparent Compartments ...or Drawing outside an edit-parts "bounds"?
Goto Forum:
  


Current Time: Fri Apr 26 23:58:36 GMT 2024

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

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

Back to the top