Skip to content
Jose-Juan Tapia edited this page Mar 16, 2015 · 1 revision

Change the text on the Status Line

IStatusLineManager statusline = getWindowConfigurer()
		.getActionBarConfigurer().getStatusLineManager();

statusline.setMessage(null, "Status line is ready");

Clone this wiki locally