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 #789604] Fri, 03 February 2012 06:57
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

:)
Previous Topic:show view option enablement
Next Topic:RAP / Tomcat Issue
Goto Forum:
  


Current Time: Thu Sep 19 21:50:13 GMT 2024

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

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

Back to the top