Java and Eclipse Plugin Development

Java, Eclipse Plugin Development and best software development practices

Showing posts with label eclipse rcp. Show all posts
Showing posts with label eclipse rcp. Show all posts
Tuesday, January 10, 2017

Removing unwanted preference pages from eclipse

›
To remove unwanted preferences from your eclipse rcp app, we can do the following. As part of your App MyRCPWorkbenchAdvisor#postS...
Thursday, May 5, 2016

Programatically changing the eclipse perspective

›
try {    PlatformUI.getWorkbench().showPerspective( "StudioPerspective" , PlatformUI.getWorkbench().getActiveWorkbenchWindow...
Friday, November 14, 2014

Hiding menu items in eclipse RCP

›
For my reference: http://codeandme.blogspot.in/2011/09/hiding-ui-elements-in-rcp.html For example If you wanted to hide eclipse main me...
Wednesday, July 16, 2014

Removing eclipse view title bar tab

›
public class Perspective implements IPerspectiveFactory {   public void createInitialLayout(IPageLayout layout) {           String edito...
›
Home
View web version

About Me

KK
Learn, share and repeat!
View my complete profile
Powered by Blogger.