Base class for functions of the form
?result spam:function (?cls ?property)
where ?result is computed as result of some function taking cls and property
as arguments.
A workaround to a bug in Eclipse SWT: If we used Control.setMenu() to
declare a menu, and then any of the children of the Control are disposed,
they also dispose the menu, even though others still use it.