Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Hiding view from Perspective (RCP application)
Hiding view from Perspective (RCP application) [message #466849] Wed, 18 January 2006 08:24 Go to next message
Eclipse UserFriend
Originally posted by: jigar.rasalawala.patni.com

Hi Friends,

I am having IBM Eclipse RCP based client application, which has multiple
views at start. I have created and added view to the perspective. I want
to hide view programmatically at the start of application. Please can
anybody help me out here ?

Help appreciated.


Thanks & Regards
Jigar
Re: Hiding view from Perspective (RCP application) [message #466850 is a reply to message #466849] Wed, 18 January 2006 08:56 Go to previous message
Eclipse UserFriend
Originally posted by: rain_zzj.zdus.com

I call the following method to hide the view:
public void closeAlertView() {
getSite().getPage().hideView(this);
}

You can turn to rcp newsgroup for more help.
Previous Topic:plz help! how we can use the FieldEditorPreferencePage with SWT controls
Next Topic:Standard key bindings for text fields
Goto Forum:
  


Current Time: Thu Mar 28 22:03:43 GMT 2024

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

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

Back to the top