StatusLineManager in ApplicationWindow [message #443170] |
Mon, 20 September 2004 19:08 |
Eclipse User |
|
|
|
Originally posted by: john.butt.freeuk.com
Hi,
I am new to SWT/JFace. I have created a simple application by extending the
ApplicationWindow class. My application has a very simple status line,
which
I've created by overriding createStatusLineManager. I'm able to write
simple
messages to the status line by calling
getStatusLineManager().setMessage(String s).
I'd really like to be able to create a slightly more complex status line,
by
adding separators (org.eclipse.jface.action.Separator?) between text, in a
similar way to eclipse. e.g.
Count: 0 | INS | Line 50
where '|' is the separator. I've taken a look at the API, but I can't work
out if a) it's possible and b) how to do it!
Any ideas gratefully received,
John B.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03107 seconds