Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » show view option enablement
show view option enablement [message #789601] Fri, 03 February 2012 06:56
no name no name is currently offline no name no nameFriend
Messages: 28
Registered: February 2012
Junior Member
Hi,

I need to add show views in the same manner of open perspective.

I added following line of codes in perspective class but this dint work.

public void createInitialLayout(IPageLayout layout) {

layout.addShowViewShortcut(XView.ID);
layout.addShowViewShortcut(YView.ID);
layout.addShowViewShortcut(ZView.ID);
}

Any help would appreciate

Smile
Previous Topic:How to add js for widgets?
Next Topic:show view option enablement
Goto Forum:
  


Current Time: Sat Apr 27 04:22:44 GMT 2024

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

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

Back to the top