Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Architecture question on the lack of IWorkbenchAdvisor and the use of final in some classes

I just noticed there is a WorkbenchAdvisor abstract class but no IWorkbenchAdvisor interface, at least in M5. Was this deliberate or just an oversight?

Compare that to WorkbenchConfigurer and IWorkbenchConfigurer. But... I just noticed WorkbenchConfigurer and some other new internal ui classes are declared "final" - isn't this also going against pattern?

--Ed


Back to the top