Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Eclipse RCP+ Standalone Application View not work on perspective change(i have create eclipse RCP application + Standalone view, if i change the Perspective to java, i am getting perspective image on java editor.)
Eclipse RCP+ Standalone Application View not work on perspective change [message #1764553] Wed, 31 May 2017 04:10
Eclipse UserFriend
I have create an eclipse RCP application,where i created a standalone perspective extension. Please find the image regarding this creation .

After execution when i perform to change perspective to java perspective that time i am getting my java editor still contain perspective image on left side. . please find the attached image regarding this,

I don't want this perspective image from java editor. how to remove this. is there any option to remove this image by code or need some changes on plugin.xml extension tab. Please find the below perspective code,

public class Perspective implements IPerspectiveFactory {
public void createInitialLayout(IPageLayout layout) {
layout.setEditorAreaVisible(false);
layout.setFixed(true);
PlatformUI.getWorkbench().getActiveWorkbenchWindow()
.addPerspectiveListener(new PerspectiveListener());
}
}
On the java perspective how to remove this view. Is it possible to handle by code or change needed in plugin.xml.
Advance Thanks.

[Updated on: Mon, 03 July 2017 10:00] by Moderator

Previous Topic:Java application SWT components repaint to black
Next Topic:Eclipse PlugIn+ Standalone Application View not work on perspective change
Goto Forum:
  


Current Time: Sun Aug 31 03:19:01 EDT 2025

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

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

Back to the top