Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:10
Biswabir Dey is currently offline Biswabir DeyFriend
Messages: 7
Registered: March 2017
Junior Member
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 14:00]

Report message to a 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: Fri Apr 26 04:03:58 GMT 2024

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

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

Back to the top