[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] ControlContribution.dispose()

When I inherite ControlContribution class, do I have to override the
dispose() method to dispose my own control?

I saw that
   org.eclipse.ui.examples.readmetool.DirtyStateContribution
does not override dispose()...
who will be disposing the control in this case?

--