Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] New Worklbench model

On 17.04.10 05.23, yves (yingmin) yang wrote:
I just noticed several classes become to abstract in workbench model
such as ToolITtem, MenuItem etc. Are they expected?

A quick follow-up: If an EClass is abstract, it cannot be used as the direct superclass of a *dynamic* EClass, since there will no be generated a Java class to instantiate. So, even if a class is logically abstract, it should not always be marked as such.

Hallvard


Back to the top