Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » JUNO - Changes to Class Perspective(JUNO - Some methods are not accessible in Perspective Class)
JUNO - Changes to Class Perspective [message #909129] Thu, 06 September 2012 15:31 Go to next message
Tarun Dave is currently offline Tarun DaveFriend
Messages: 2
Registered: September 2012
Junior Member
Does anyone know that there were some changes to Perspective and WorkbenchPage class in new version of Eclipse (JUNO)?

We have started seeing compile errors for the following methods in new version of Eclipse (JUNO), this methods were compiling in prior version of Eclipse:

WorkbenchPage - getActivePerspective()
WorkbenchPage - isFastView()
WorkbenchPage - addFastView()

Perspective - useNewMinMax()
Perspective - getViewReference()
Perspective - getFastViewManager()

If anyone one has any idea about this methods, can you please let us know.




[Updated on: Thu, 06 September 2012 15:34]

Report message to a moderator

Re: JUNO - Changes to Class Perspective [message #909262 is a reply to message #909129] Thu, 06 September 2012 20:37 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
Assuming you are talking about org.eclipse.ui.internal.WorkbenchPage and org.eclipse.ui.internal.Perspective, then you need to realize that you are using internal classes which aren't supported as API classes and can change at any time. If you use internal classes you use them at your own risk. A subsequent version of eclipse could break your code.
Previous Topic:Programmatically import pre-existing project from other workspace
Next Topic:Custom MRU list
Goto Forum:
  


Current Time: Thu Apr 25 07:04:48 GMT 2024

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

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

Back to the top