0

I want to insert a combobox with 3 messages in my status bar in eclipse rcp application.Please tell me how to do it.

sam
  • 93
  • 1
  • 8

1 Answers1

1

You can insert any kind of control into the status bar by extending org.eclipse.jface.action.ControlContribution.

http://help.eclipse.org/helios/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/action/ControlContribution.html

http://www.eclipse.org/forums/index.php?t=msg&goto=517599&

Jean-Philippe Pellet
  • 59,296
  • 21
  • 173
  • 234