• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Help me with Eclipse

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to understand Eclipse. But I find it very difficult. Can somebody tell me what is the difference between Editor and multipage editor? Why 3 pages are associated with multipage editors? Instead why can't we use 3 composite dialog pages?
Please let me know. I need to know this badly as I have to decide which one to use for my application.
Thanks,
Padma.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by N Padma:
Can somebody tell me what is the difference between Editor and multipage editor? Why 3 pages are associated with multipage editors? Instead why can't we use 3 composite dialog pages?

I'm not aware of what "3 composite dialog pages" would be(?), but a multipage editor is a perfect match for situations where you have multiple ways for viewing or editing a single resource. Most IDEs seem to prefer multipage editors for deployment descriptors etc.
 
Padma Prasad
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Lasse Koskela
But I didn't quite understand "multiple views of a single resource"? :roll:
If its a single resource, why the name multipage?
Padma.
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by N Padma:
I am trying to understand Eclipse. But I find it very difficult. Can somebody tell me what is the difference between Editor and multipage editor? Why 3 pages are associated with multipage editors? Instead why can't we use 3 composite dialog pages?
Please let me know. I need to know this badly as I have to decide which one to use for my application.
Thanks,
Padma.



Multipage editors have multiple tabs, similar to worksheets in a single Excel file. For instance, try to edit plugin.xml file. It will bring up an editor with many tabs. This is just for organization sake so that it would be easy for the user.
Raj
 
Padma Prasad
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Raj. I am much clear abt the multipage editors now. I understood what it meant by multiple views of a single resource.
Thanks for the help.
Padma
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic