Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to change the label displayed for ZoomIn action
How to change the label displayed for ZoomIn action [message #142565] Tue, 13 July 2004 09:20 Go to next message
Stephane  fournier is currently offline Stephane fournierFriend
Messages: 340
Registered: July 2009
Senior Member
Hi,

I would like to change the label displayed in View MenuManager of the
LogicEditor for the ZoomInAction. I was surprised to see that the
LogicMessage constant associated is not used and when I tried to call the
setText() method, it does not work also.

IAction zoomIn = new ZoomInAction(root.getZoomManager());
zoomIn.setText(LogicMessages.ZoomAction_ZoomIn_ActionLabelTe xt);

Does anyone have a solution to suggest ?

Stephane
Re: How to change the label displayed for ZoomIn action [message #142596 is a reply to message #142565] Tue, 13 July 2004 18:18 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
You'd have to rename the ZoomInRetargetAction.

"Stephane fournier" <stephane.fournier@netcourrier.com> wrote in message
news:cd09h3$kel$1@eclipse.org...
> Hi,
>
> I would like to change the label displayed in View MenuManager of the
> LogicEditor for the ZoomInAction. I was surprised to see that the
> LogicMessage constant associated is not used and when I tried to call the
> setText() method, it does not work also.
>
> IAction zoomIn = new ZoomInAction(root.getZoomManager());
> zoomIn.setText(LogicMessages.ZoomAction_ZoomIn_ActionLabelTe xt);
>
> Does anyone have a solution to suggest ?
>
> Stephane
>
Previous Topic:acyclic compound directed graph
Next Topic:How to mix GEF's selection display into the PropertySheet with other selections from different Views
Goto Forum:
  


Current Time: Fri Apr 19 07:57:26 GMT 2024

Powered by FUDForum. Page generated in 1.01907 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top