[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.platform.rcp] Re: How to order perspective buttons
From
: "arne anka" <
arne.anka@xxxxxxxxxxxx
>
Date
: Thu, 27 Oct 2005 16:27:46 +0200
Newsgroups
:
eclipse.platform.rcp
Organization
: EclipseCorner
User-agent
: Opera M2/8.50 (Linux, build 1358)
i retrive the perspective buttons with
CustomPerspectiveBar cpb=new CustomPerspectiveBar(window, "");
IPerspectiveRegistry reg=window.getWorkbench().getPerspectiveRegistry();
for(IPerspectiveDescriptor ipd : reg.getPerspectives()) {
al.add(new OpenPerspectiveAction(window, reg.findPerspectiveWithId(ipd.getId()), cpb));
}
and the order they are shown wherever i try resembles the order the have in my manfest.mf, extension org.eclipse.ui.perspectives.
maybe it helps.
References
:
[news.eclipse.platform.rcp] How to order perspective buttons
From:
Brian Berry
[news.eclipse.platform.rcp] Re: How to order perspective buttons
From:
Douglas Pollock
Prev by Date:
[news.eclipse.platform.rcp] Re: How to order perspective buttons
Next by Date:
[news.eclipse.platform.rcp] Re: Wizards and RCP once more
Previous by thread:
[news.eclipse.platform.rcp] Re: How to order perspective buttons
Next by thread:
[news.eclipse.platform.rcp] cdt in rcp application
Index(es):
Date
Thread