java - Customize Eclipse RCP perspective toolbar programmatically -


i working on eclipse rcp application contains eclipse features , icons, , additional features. have created own perspective using interface iperspectivefactory

public class perspectivefactory implements iperspectivefactory {  @override public void createinitiallayout(ipagelayout layout) {     // todo auto-generated method stub  } 

the perspective contains eclipse toolbar eclipse icons additional toobar icons.

my question how access eclipse toolbar programmatically perspective remove not needed eclipse icons, rather doing manually "customize perspective" menu in rcp.

thanks


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -