[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to order perspective buttons

I am calling ..

getWindowConfigurer().getWorkbenchConfigurer().getWorkbench().showPerspective(EnavConstants.PERSPECTIVE_SOLUTION, this.getWindowConfigurer().getWindow());

from within my WorkbenchWindowAdvisor in order to display the perspective buttons at the top of my RCP.

How do I force the order in which they appear?