Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » disable Show View from UI for allowMultiple?
disable Show View from UI for allowMultiple? [message #290682] Tue, 30 August 2005 00:00 Go to next message
Eclipse UserFriend
Originally posted by: macneil.gmail.com

I have a view that uses the allowMultiple feature. Each view shows a
specific view of my data and there is no sensible or useful "default" for
this view.

I want it so that all instances of the view are created through these
other views (in order to pass in the specific data that each view should
show). Is there a way to get my view off of the "Show View->Other..."
list? (When the user selects this now, they'll just see an empty view.)

Any help would be appreciated.

Thanks,
Macneil
Re: disable Show View from UI for allowMultiple? [message #290697 is a reply to message #290682] Tue, 30 August 2005 11:58 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Macneil Shonle wrote:
> I have a view that uses the allowMultiple feature. Each view shows a
> specific view of my data and there is no sensible or useful "default"
> for this view.
>
> I want it so that all instances of the view are created through these
> other views (in order to pass in the specific data that each view should
> show). Is there a way to get my view off of the "Show View->Other..."
> list? (When the user selects this now, they'll just see an empty view.)
>
> Any help would be appreciated.
>
> Thanks,
> Macneil
>

I haven't seen anything in the extension point, but what about using an
activity to filter UI contributions? i.e. try and filter out your view
using activities, but not filter out the action that you want to
activate your view.

http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg06491.html


Later,
PW


Previous Topic:Dynamic GUI for WizardPage in JFace Wizard
Next Topic:PrintWriter for IFile
Goto Forum:
  


Current Time: Fri Apr 19 06:36:40 GMT 2024

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

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

Back to the top