Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hyades-dev] Eclipse View

Hi,
 
I'm extending an eclipse view (point org.eclipse.ui.views) and I need to be able to get a reference to the close button in order to block it and pop up an "are you sure?" dialog.  I know that the normal thing to do for a view is to save its state and reload it but for complex reasons it is necessary to not have this behaviour.
 
Does anyone know of a way I can get a reference to that button and block the view close event?
 
cheers
 
Antony Miguel
 
 

Back to the top