Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Confusion on openEditor and showView
Confusion on openEditor and showView [message #453408] Fri, 28 July 2006 15:26 Go to next message
Eclipse UserFriend
Originally posted by: ahmadlead.yahoo.com

Hi,

Suppose I have opened an editor by calling openEditor, and also I have
shown a view through calling showView.

Then both editor and view would be shown in the editor or just the view as
it is called later. Should I need to use the methods like closeEditor(),
hideView() to show only one thing at a time.

Please help!!!

-Lifenewbd
Re: Confusion on openEditor and showView [message #453414 is a reply to message #453408] Fri, 28 July 2006 16:51 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Lifenewbd wrote:
> Hi,
>
> Suppose I have opened an editor by calling openEditor, and also I have
> shown a view through calling showView.

uh, openEditor(*) would open an editor in the editor area stack, and
showView(*) would show the view in a view stack. You would see both of
them at the same time, and editors and views cannot be mixed up.

Later,
PW


Previous Topic:Are IEditorInput and MultiPageEditorActionBarContributor required to implement
Next Topic:3.2 delta pack does not contain Solaris Motif
Goto Forum:
  


Current Time: Thu Oct 10 04:52:31 GMT 2024

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

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

Back to the top