The Artima Developer Community
Sponsored Link

Java Answers Forum
Eclipse RCP Help!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rob Stone

Posts: 2
Nickname: rstone
Registered: Mar, 2006

Eclipse RCP Help! Posted: Mar 23, 2006 11:28 AM
Reply to this message Reply
Advertisement
I am trying to find out what (if any) event is fired when a view is closed using the close x on the view's tab. I am trying to call a method when the view is closed. I was going to overide the dispose method till I realized that dispose is not always called and it is not recommended to overide dispose for this reason. I was going to use a PartListener() but that only pertains to an IWorkbenchPage() and you can not use it when extending ViewPart which my class needs to do. I have been banging my head on my cubical all day so any help will be greatly appreciated!

Thanks,
R

Topic: Exceptions. Please help. Previous Topic   Next Topic Topic: Soap Message in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use