Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to refresh a View
How to refresh a View [message #175593] Tue, 05 April 2005 12:49 Go to next message
Eclipse UserFriend
Originally posted by: dan.vaum.net

How can I refresh the contents of a view. I want the framework to call the
"createPartContol(Composite parent)". If I click through the views, their
createPartControl() is called. How can I obtain that programmatically? I
suppose I could call the method myself, but I wouldn't know the "parent"
identifier...
Re: How to refresh a View [message #175662 is a reply to message #175593] Tue, 05 April 2005 18:01 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().showVie
w()?
This is not GEF-related. Take further queries to the platform newsgroup.

"Dan" <dan@vaum.net> wrote in message news:d2u1n7$t9b$1@news.eclipse.org...
> How can I refresh the contents of a view. I want the framework to call the
> "createPartContol(Composite parent)". If I click through the views, their
> createPartControl() is called. How can I obtain that programmatically? I
> suppose I could call the method myself, but I wouldn't know the "parent"
> identifier...
>
>
Previous Topic:Problems while saving/closing an editor
Next Topic:Drawing terminals in a figure like the logic example
Goto Forum:
  


Current Time: Fri Apr 19 13:04:51 GMT 2024

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

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

Back to the top