Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to F5 (refresh) programmatically?
How to F5 (refresh) programmatically? [message #451131] Thu, 24 February 2005 01:51 Go to next message
Eclipse UserFriend
Originally posted by: sabell.txesystems.com

How can I do the equivalent of F5 from my code?

Steve
Re: How to F5 (refresh) programmatically? [message #451136 is a reply to message #451131] Thu, 24 February 2005 08:21 Go to previous messageGo to next message
Eric Bredtmann is currently offline Eric BredtmannFriend
Messages: 4
Registered: July 2009
Junior Member
Hi Steve,

depends on which widget you like to refresh.
For example if you like to refresh the browser widget,
there is a method available to do so by code.

like:
browser.refresh();

or while using a view type:
viewer.refresh();

hope I could help you with this.

Cheers,
Eric



Steven T Abell schrieb:

>How can I do the equivalent of F5 from my code?
>
>Steve
>
>
>
>
Re: How to F5 (refresh) programmatically? [message #451201 is a reply to message #451136] Thu, 24 February 2005 14:53 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Or if you are talking about refreshing the IResource use
IResource.refreshLocal().

--
Thanks,
Rich Kulp
Previous Topic:how to get correct program id for activex to show pdf using SWT
Next Topic:How I can create a .gif image from treeviewer?
Goto Forum:
  


Current Time: Wed Apr 24 15:42:58 GMT 2024

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

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

Back to the top