Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Acsess Status line (Acsess Status line )
Acsess Status line [message #638661] Fri, 12 November 2010 02:28 Go to next message
ash is currently offline ashFriend
Messages: 142
Registered: July 2010
Senior Member
Hi


is there any other way to access status line
othere than

IEditorPart.getEditorSite().getActionBars();

getViewSite().getActionBars();
bars.getStatusLineManager().setMessage(message);

public void postWindowOpen() {
IStatusLineManager statusline = getWindowConfigurer()
.getActionBarConfigurer().getStatusLineManager();
statusline.setMessage(null, "Status line is ready");
}

Can i access are statusLine manager with the help of
PlatformUI are any other option please let me know..?

I have senario i have job running on completion i need to display some messge in status line.. so i will not be having acess to view and so how will acess status line and
display the msg in status line ....


Thanks
ashok

Re: Acsess Status line [message #643050 is a reply to message #638661] Fri, 03 December 2010 18:07 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi Ashok

IIRC. this was already answered a while ago in this group. Please search the
forums.

--

Best Regards,
Wim Jongman
-- What happens when 3D printers get good enough to print better 3D printers?
Neil Bartlett
> Hi
>
>
> is there any other way to access status line
> othere than
>
> IEditorPart.getEditorSite().getActionBars();
>
> getViewSite().getActionBars();
> bars.getStatusLineManager().setMessage(message);
>
> public void postWindowOpen() {
> IStatusLineManager statusline = getWindowConfigurer()
> .getActionBarConfigurer().getStatusLineManager();
> statusline.setMessage(null, "Status line is ready");
> }
>
> Can i access are statusLine manager with the help of
> PlatformUI are any other option please let me know..?
>
> I have senario i have job running on completion i need to display some
messge in status line.. so i will not be having acess to view and so how will
acess status line and
> display the msg in status line ....
>
>
> Thanks
> ashok
Previous Topic:Set column width in Columnlayout
Next Topic:ScrolledComposite drives me crazy !
Goto Forum:
  


Current Time: Wed Sep 25 00:03:19 GMT 2024

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

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

Back to the top