Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Extreme Branding Eclipse RCP
Extreme Branding Eclipse RCP [message #448742] Mon, 01 May 2006 07:58
Eclipse UserFriend
Well I wanna know if there is a better solution for Branding eclipse RCP in
this situations:

AplicationActionBarAdvisor:

How I'm doing :

newAction = ActionFactory.NEW.create(window);

newAction.setText("Novo");

newAction.setImageDescriptor((AbstractUIPlugin.imageDescript orFromPlugin(

Application.PLUGIN_ID, "icons/action/filenew.png")));

register(newAction);



If I use fragments I culd translate strings to my locale pt-BR, but what
about icons, culd I use an fragment to change default icons to any locale?

Wizzard bans for example, how can I patch it?
Previous Topic:IViewPart & ContentOutline
Next Topic:Has anyone used a workspace in thier RCP app?
Goto Forum:
  


Current Time: Sun Jul 06 23:38:16 EDT 2025

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

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

Back to the top