Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » eclipse close process
eclipse close process [message #438819] Fri, 02 July 2004 09:14 Go to next message
Eclipse UserFriend
Originally posted by: naficbm.1net.gr

hello, i study the process of eclipse(
only have ViewPart not EditPart) close(only click X ).
conclude this result.
1) iterator close page
2) in close page. firstly close Perspective,
secondly close WorkbenchPartReference.
3) in close Perspective. itrator close ViewPart.
4) in close ViewPart. the SWT component(such as button) will be disposed
except some resource(such as image).
5) in close WorkbenchPartReference.release some resource (such as image).
I want to know ,the process is true or not,
thanks in advance
Re: eclipse close process [message #439046 is a reply to message #438819] Mon, 05 July 2004 19:30 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
You should ask this on the eclipse.platform newsgroup.

"mastiff_cm" <naficbm@1net.gr> wrote in message
news:cc391b$fn0$2@eclipse.org...
> hello, i study the process of eclipse(
> only have ViewPart not EditPart) close(only click X ).
> conclude this result.
> 1) iterator close page
> 2) in close page. firstly close Perspective,
> secondly close WorkbenchPartReference.
> 3) in close Perspective. itrator close ViewPart.
> 4) in close ViewPart. the SWT component(such as button) will be disposed
> except some resource(such as image).
> 5) in close WorkbenchPartReference.release some resource (such as image).
> I want to know ,the process is true or not,
> thanks in advance
Previous Topic:is it possible to reuse the jface Wizard instance?
Next Topic:Tooltip on TableColumns
Goto Forum:
  


Current Time: Thu Apr 25 22:05:35 GMT 2024

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

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

Back to the top