Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Perspective defined in XML
Perspective defined in XML [message #291111] Thu, 08 September 2005 08:43 Go to next message
Eclipse UserFriend
Originally posted by: brianogorman.yahoo.com

Hello all,

I've heard a rumour that it is possible to define a perspective in XML
as opposed to having to write a class for for it.
However I've not been able to find any information or mention of it on
Eclipse site or forums.

Does anyone know anything about this?

Thanks,
Brian
Re: Perspective defined in XML [message #291113 is a reply to message #291111] Thu, 08 September 2005 11:23 Go to previous message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

The documentation for the plugin perspective extension makes it clear that you need to supply a class that implements the right interface:

http://help.eclipse.org/help30/topic/org.eclipse.platform.do c.isv/reference/extension-points/org_eclipse_ui_perspectives .html

However, you can define 'perspective extensions' that allow you to contribute other views into an already existing perspective:

http://help.eclipse.org/help30/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/extension-points/org_eclipse_ui_p erspectiveExtensions.html

This of course requires that there be a perspective in the first place. You could use the 'Resource' perspective if you don't want to create your own.
Previous Topic:add .so file to project
Next Topic:Eclipse 3.1 with Ant1.6.5: Can't find Ant Task preprocess
Goto Forum:
  


Current Time: Thu Apr 25 16:49:42 GMT 2024

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

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

Back to the top