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
Post a Comment